Merge with 0.5
|
Matthew Wild |
2009-07-14 |
util.xmlrpc: Fixed table serialization (regression introduced in previous change)
0.5.0
|
Waqas Hussain |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
mod_httpserver: Update to use new new_from_config() too
|
Matthew Wild |
2009-07-14 |
mod_bosh: Update to use new new_from_config()
|
Matthew Wild |
2009-07-14 |
net.httpserver: Allow specification of the default base URL when using new_from_config()
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
prosody.cfg.lua.dist: Add mod_pep to the default config file
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-13 |
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
|
Matthew Wild |
2009-07-13 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Fix copyright header line endings and text
|
Matthew Wild |
2009-07-12 |
net.server: Correct fix for SSL traceback earlier
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_bosh: Mark a session as secure if it is created with HTTPS
|
Matthew Wild |
2009-07-12 |
net.httpserver: Mark a request as secure if it is made using HTTPS
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_httpserver: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
mod_bosh: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
net.httpserver: Add helper function to set up HTTP server according to given config options
|
Matthew Wild |
2009-07-12 |
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Don't close handler if it is already nil when SSL handshake fails
|
Matthew Wild |
2009-07-12 |
prosody: Load util.helpers at startup
|
Matthew Wild |
2009-07-12 |
util.helpers: New util library to aid with debugging, etc.
|
Matthew Wild |
2009-07-12 |
prosody: Call initialisation functions at once
|
Matthew Wild |
2009-07-11 |
prosody: Start of refactoring of main file
|
Matthew Wild |
2009-07-11 |
util.pubsub -> util.broadcast
|
Matthew Wild |
2009-07-11 |
prosody.cfg.lua: Various small changes
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it)
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Add auto-loaded modules to the config
|
Matthew Wild |
2009-07-10 |
mod_uptime: Fix bad uptime if module is loaded at startup
|
Matthew Wild |
2009-07-10 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to)
|
Matthew Wild |
2009-07-10 |
Remove completed items from TODO
|
Matthew Wild |
2009-07-10 |
util.pubsub: Fix undefined global accesses
|
Matthew Wild |
2009-07-10 |
util.sasl: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.hmac: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.prosodyctl: Fix undefined global access
|
Matthew Wild |
2009-07-10 |
eventmanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-10 |
mod_time Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
discomanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_ping: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_disco: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.discohelper: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_presence: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.events: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_console: Expose commands and environment table
|
Matthew Wild |
2009-07-09 |
modulemanager: Small code improvement, move autoloaded modules list to the top of the file
|
Matthew Wild |
2009-07-09 |
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
|
Matthew Wild |
2009-07-09 |
mod_console: Add quit and exit as aliases for 'bye' command
|
Matthew Wild |
2009-07-09 |
mod_console: Check for commands when not executing in the global environment
|
Matthew Wild |
2009-07-09 |
prosodyctl: Quit when user pressed ^C in password prompts
|
Matthew Wild |
2009-07-08 |
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords
|
Matthew Wild |
2009-07-08 |
prosodyctl: Fix traceback when issued with no parameters
|
Matthew Wild |
2009-07-08 |
util.xmlrpc: Support for multiple parameters in requests
|
Matthew Wild |
2009-07-08 |
util.xmlrpc: Add create_request
|
Matthew Wild |
2009-07-08 |
mod_console: server:version() and server:uptime() commands
|
Matthew Wild |
2009-07-08 |
mod_uptime: Use time of server start rather than module load
|
Matthew Wild |
2009-07-08 |
mod_uptime: Convert to unix line endings
|
Matthew Wild |
2009-07-08 |
prosody: Record time the server started
|
Matthew Wild |
2009-07-08 |
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly
|
Matthew Wild |
2009-07-08 |
mod_console: Add c2s:close() command
|
Matthew Wild |
2009-07-08 |
net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session
|
Matthew Wild |
2009-07-08 |
Merged with trunk
|
Waqas Hussain |
2009-07-05 |
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender
|
Waqas Hussain |
2009-07-05 |
Merge with main branch.
|
Tobias Markmann |
2009-07-05 |
Remove to-unicode conversion because it's done in sasl.lua now.
|
Tobias Markmann |
2009-07-05 |
Move to-unicode conversion from mod_saslauth.lua to sasl.lua.
|
Tobias Markmann |
2009-07-05 |
Fixed decoding of parameters.
|
Tobias Markmann |
2009-07-05 |
mod_console: Allow customisation/suppression of the banner
|
Matthew Wild |
2009-07-05 |
util.hmac: Some optimisations
|
Matthew Wild |
2009-07-05 |
util.hmac: Fix a global set
|
Matthew Wild |
2009-07-05 |
mod_presence: Send unavailable presence to resources from non-available resources on disconnect
|
Waqas Hussain |
2009-07-05 |
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data
|
Waqas Hussain |
2009-07-05 |
mod_presence: Broadcast presence to resources before contacts
|
Waqas Hussain |
2009-07-05 |
mod_presence: Prevented normal presence from non-interested resources from being dropped
|
Waqas Hussain |
2009-07-05 |
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster
|
Waqas Hussain |
2009-07-05 |
mod_presence: Simplified roster iteration
|
Waqas Hussain |
2009-07-05 |
mod_presence: Eliminated a jid_split
|
Waqas Hussain |
2009-07-05 |
mod_presence: Removed some unnecessary code
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/
|
Matthew Wild |
2009-07-03 |
mod_presence: Declare t_insert, fixes a potential traceback
|
Matthew Wild |
2009-07-03 |
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/
|
Matthew Wild |
2009-07-03 |
s2smanager: Log the hostname and address when s2s connection fails instantly
|
Matthew Wild |
2009-07-03 |
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true
|
Matthew Wild |
2009-07-03 |
stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s.
|
Matthew Wild |
2009-07-03 |
Merged branches
|
Dwayne Bent |
2009-07-02 |
Added man page for prosodyctl
|
Dwayne Bent |
2009-07-02 |
mod_presence: Removed dead code
|
Waqas Hussain |
2009-07-02 |
datamanager: Fixed incorrect callback result checking
|
Waqas Hussain |
2009-07-02 |
mod_pep: Escape + in pattern
|
Matthew Wild |
2009-07-02 |
prosodyctl: Add message for not-running error
|
Matthew Wild |
2009-07-02 |
prosodyctl: Use prosodyctl_timeout option if it exists in the config
|
Matthew Wild |
2009-07-02 |
prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop
|
Matthew Wild |
2009-07-02 |
mod_pep: Pass origin/session to publish_all()
|
Matthew Wild |
2009-07-02 |
Added HMAC utility module
|
Dwayne Bent |
2009-07-02 |
prosody: Add fallbacks/ to path
|
Matthew Wild |
2009-07-02 |
Makefile: Install fallbacks/ directory
|
Matthew Wild |
2009-07-01 |
mod_offline: Initial commit
|
Waqas Hussain |
2009-07-01 |
Merged with trunk
|
Waqas Hussain |
2009-07-01 |
mod_pep: Fixed boolean indexing error while casting all messages for a user
|
Waqas Hussain |
2009-07-01 |
Send xml:lang in stream headers, fixes #78
|
Matthew Wild |
2009-07-01 |
Making sure the node is in unicode when passing it to password lookup function.
|
Tobias Markmann |
2009-07-01 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-29 |
modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102)
|
Waqas Hussain |
2009-06-29 |
prosody.cfg.lua.dist: Removed 'presence' from default modules list
|
Waqas Hussain |
2009-06-29 |
stanza_router: Removed unnecessary xmlns check
|
Waqas Hussain |
2009-06-29 |
stanza_router: Don't fire preprocessing events if stanza is not from full JID
|
Waqas Hussain |
2009-06-29 |