prosody.git
2009-07-22 Matthew WildMerge with 0.5
2009-07-22 Matthew Wildmod_presence: Ignore presence sent to host and invalid...
2009-07-21 Matthew Wildejabberd2prosody, erlparse.lua: Convert from Windows...
2009-07-21 Matthew WildMerge with 0.5
2009-07-21 Matthew Wildpposix: Change LOG_EMERG -> LOG_CRIT, which makes more...
2009-07-21 Matthew Wildmod_muc: Set correct 'from' JID when sending the room...
2009-07-20 Matthew WildTagging 0.5.0
2009-07-20 Matthew Wildmod_muc: Expose rooms table to the host and plugins
2009-07-18 Matthew Wildprosody: Send friendly text with system-shutdown stream...
2009-07-18 Matthew Wildxmppclient_listener: Use error text as disconnect reaso...
2009-07-18 Matthew Wildmod_console: Add server:shutdown() command
2009-07-18 Matthew Wildmod_console: Add config:reload() command
2009-07-18 Matthew Wildprosody: Return success/error from prosody.reload_config()
2009-07-18 Matthew Wildmod_console: Rename server:reload() to server:insane_re...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Waqas Hussainutil.xmlrpc: Fixed table serialization (regression...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Matthew Wildmod_httpserver: Update to use new new_from_config(...
2009-07-14 Matthew Wildmod_bosh: Update to use new new_from_config()
2009-07-14 Matthew Wildnet.httpserver: Allow specification of the default...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Matthew Wildprosody.cfg.lua.dist: Add mod_pep to the default config...
2009-07-13 Matthew WildMerge with 0.5
2009-07-13 Matthew Wildnet.server: Initiate the handshake when we should,...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.server: Fix copyright header line endings and text
2009-07-12 Matthew Wildnet.server: Correct fix for SSL traceback earlier
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildmod_bosh: Mark a session as secure if it is created...
2009-07-12 Matthew Wildnet.httpserver: Mark a request as secure if it is made...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildmod_httpserver: Use new httpserver helper to initialise...
2009-07-12 Matthew Wildmod_bosh: Use new httpserver helper to initialise ports
2009-07-12 Matthew Wildnet.httpserver: Add helper function to set up HTTP...
2009-07-12 Matthew Wildnet.server: Don't continue with socket initialisation...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.server: Don't close handler if it is already nil...
2009-07-12 Matthew Wildprosody: Load util.helpers at startup
2009-07-12 Matthew Wildutil.helpers: New util library to aid with debugging...
2009-07-11 Matthew Wildprosody: Call initialisation functions at once
2009-07-11 Matthew Wildprosody: Start of refactoring of main file
2009-07-11 Matthew Wildutil.pubsub -> util.broadcast
2009-07-10 Matthew Wildprosody.cfg.lua: Various small changes
2009-07-10 Matthew Wildprosody.cfg.lua.dist: Move enabled line higher up ...
2009-07-10 Matthew Wildprosody.cfg.lua.dist: Add auto-loaded modules to the...
2009-07-10 Matthew Wildmod_uptime: Fix bad uptime if module is loaded at startup
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-10 Matthew Wildstanza_router: Catch and log an error case which I...
2009-07-10 Matthew WildRemove completed items from TODO
2009-07-10 Matthew Wildutil.pubsub: Fix undefined global accesses
2009-07-10 Matthew Wildutil.sasl: Convert spaces to tabs
2009-07-10 Matthew Wildutil.stanza: Convert spaces to tabs
2009-07-10 Matthew Wildutil.hmac: Convert spaces to tabs
2009-07-10 Matthew Wildutil.prosodyctl: Fix undefined global access
2009-07-10 Matthew Wildeventmanager: Convert from Windows line endings
2009-07-09 Matthew Wildmod_time Convert from Windows line endings
2009-07-09 Matthew Wilddiscomanager: Convert from Windows line endings
2009-07-09 Matthew Wildmod_ping: Convert from Windows line endings
2009-07-09 Matthew Wildmod_disco: Convert from Windows line endings
2009-07-09 Matthew Wildutil.discohelper: Convert from Windows line endings
2009-07-09 Matthew Wildmod_presence: Convert from Windows line endings
2009-07-09 Matthew Wildutil.events: Convert from Windows line endings
2009-07-09 Matthew Wildmod_console: Expose commands and environment table
2009-07-09 Matthew Wildmodulemanager: Small code improvement, move autoloaded...
2009-07-09 Matthew Wildconfigmanager, modulemanager: Allow components to have...
2009-07-09 Matthew Wildmod_console: Add quit and exit as aliases for 'bye...
2009-07-09 Matthew Wildmod_console: Check for commands when not executing...
2009-07-08 Matthew Wildprosodyctl: Quit when user pressed ^C in password prompts
2009-07-08 Matthew Wildprosodyctl: Don't 'blugh' when ^C is pressed during...
2009-07-08 Matthew Wildprosodyctl: Fix traceback when issued with no parameters
2009-07-08 Matthew Wildutil.xmlrpc: Support for multiple parameters in requests
2009-07-08 Matthew Wildutil.xmlrpc: Add create_request
2009-07-08 Matthew Wildmod_console: server:version() and server:uptime() commands
2009-07-08 Matthew Wildmod_uptime: Use time of server start rather than module...
2009-07-08 Matthew Wildmod_uptime: Convert to unix line endings
2009-07-08 Matthew Wildprosody: Record time the server started
2009-07-08 Matthew Wilds2smanager: Fix to correctly bounce stanzas if first...
2009-07-08 Matthew Wildmod_console: Add c2s:close() command
2009-07-08 Matthew Wildnet.xmppclient_listener: Fix potential traceback when...
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Waqas Hussainmod_presence: Fixed: Presence probe replies now get...
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Tobias MarkmannRemove to-unicode conversion because it's done in sasl...
2009-07-05 Tobias MarkmannMove to-unicode conversion from mod_saslauth.lua to...
2009-07-05 Tobias MarkmannFixed decoding of parameters.
2009-07-05 Matthew Wildmod_console: Allow customisation/suppression of the...
2009-07-05 Matthew Wildutil.hmac: Some optimisations
2009-07-05 Matthew Wildutil.hmac: Fix a global set
2009-07-05 Waqas Hussainmod_presence: Send unavailable presence to resources...
2009-07-05 Waqas HussainMoved automatic unavailable presence generation on...
2009-07-05 Waqas Hussainsessionmanager: Replace raw session by an event data...
2009-07-05 Waqas Hussainmod_presence: Broadcast presence to resources before...
2009-07-05 Waqas Hussainmod_presence: Prevented normal presence from non-intere...
2009-07-05 Waqas Hussainmod_presence: Changed handle_normal_presence to use...
2009-07-05 Waqas Hussainmod_presence: Simplified roster iteration
2009-07-05 Waqas Hussainmod_presence: Eliminated a jid_split
2009-07-05 Waqas Hussainmod_presence: Removed some unnecessary code
2009-07-03 Matthew Wildsessionmanager: Reset bare_sessions[user] after resourc...
2009-07-03 Matthew Wildmod_presence: Declare t_insert, fixes a potential traceback
next