prosody.git
2009-08-07 Waqas HussainFixed: Zeros could be stripped from the version string...
2009-08-07 Waqas HussainFixed: Outbound subscription requests silently dropped...
2009-08-05 Matthew Wildxmppcomponent_listener: Fix to collect component sessio...
2009-08-05 Matthew Wildmod_bosh: Fix error reply for host-unknown errors
2009-08-05 Matthew Wildnet.httpserver: Allow response.body to be a non-string
2009-08-03 Waqas HussainFixed: Self-references could be added to rosters via...
2009-08-03 Waqas HussainFixed: IQ replies are not sent back on publishing a...
2009-07-29 Matthew WildTagging 0.5.1
2009-07-29 Waqas HussainMUC: Added the MUC child element to conflict errors
2009-07-29 Waqas HussainAdded: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR...
2009-07-29 Waqas Hussainmod_pep: Added support for pubsub item retraction
2009-07-28 Matthew Wildxmpp{client,server,component]_listener: Open stream...
2009-07-28 Matthew Wildmod_console: Finally add in the missing 'help' command \o/
2009-07-28 Matthew Wildconfigmanager: Default options appearing before Host...
2009-07-28 Matthew Wildhostmanager: Warn when user puts port configuration...
2009-07-28 Matthew Wildcore.loggingmanager: Enable timestamps by default for...
2009-07-28 Matthew Wildnet.server: Much improve SSL/TLS error reporting, do...
2009-07-27 Waqas HussainFixed: Possible duplicate error replies for unhandled...
2009-07-27 Matthew Wildnet.httpserver: Reduce log level of 'request left open...
2009-07-27 Matthew Wildmod_presence: Tag outgoing unavailables generated by...
2009-07-23 Matthias Dienenet.server: Fail to open port if legacy SSL requested...
2009-07-23 Matthew Wildprosodyctl: Also switch group when we switch user
2009-07-23 Matthew Wildpposix, mod_posix: Bump pposix version number
2009-07-23 Matthew Wildpposix: Add setgid() function
2009-07-23 Matthew Wildnet.server: Remove listener from listeners table when...
2009-07-23 Matthew Wildprosody: Correctly allow console ports to be changed...
2009-07-23 Matthew Wildmod_console: Set default_interface to 127.0.0.1
2009-07-23 Matthew Wildnet.server: Set sslctx to false when SSL wrapping fails...
2009-07-23 Sergei Golovanejabberd2prosody, erlparse: Add support for parsing...
2009-07-21 Matthew Wildejabberd2prosody, erlparse.lua: Convert from Windows...
2009-07-23 Matthias Dienernet.server: Continue to initialise port listener even...
2009-07-22 Matthew Wildmod_presence: Ignore presence sent to host and invalid...
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-14 Waqas Hussainutil.xmlrpc: Fixed table serialization (regression...
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 Wildprosody.cfg.lua.dist: Add mod_pep to the default config...
2009-07-13 Matthew Wildnet.server: Initiate the handshake when we should,...
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 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 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 Wildnet.server: Don't close handler if it is already nil...
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...
next