prosody.git
2010-01-10 Matthew Wildutil.pposix: Replace the unwieldy module table generati...
2010-01-10 Matthew Wildmod_posix: Set umask to 'umask' from the config, or 027
2010-01-10 Matthew Wildprosodyctl: Set umask to protect data files, bump pposi...
2010-01-10 Matthew Wildutil.pposix: Add pposix.umask(), bump version to 0...
2010-01-10 Matthew Wildutil.pposix: Fix return type of lc_abort to shush compi...
2010-01-10 Matthew Wildutil.posix: Trailing whitespace
2010-01-10 Matthew Wildnet.server: When libevent backend is in use, override...
2010-01-10 Matthew Wildnet.server_event: Add server.hook_signal(signal_num...
2010-01-10 Matthew Wildmod_posix: Remove the lines added to work around the...
2010-01-10 Matthew Wildutil.signal: Restore the old debug hook earlier, just...
2010-01-10 Matthew Wildutil.signal: Update version in header, and author's...
2010-01-10 Matthew Wildutil.signal: Queue up multiple signals, instead of...
2010-01-09 Matthew Wildprosody: net_activate_ports: Accept strings as well...
2010-01-09 Matthew Wildprosody: Read list of possible config extensions from...
2010-01-09 Matthew Wildconfigmanager: Add parsers() method to return an array...
2010-01-09 Matthew Wilds2smanager: Split sending of stream header into a ...
2010-01-07 Matthew Wildnet.dns: Make sure math.randomseed() gets passed an...
2010-01-06 Matthew Wildnet.server_select: Fix oops in last commit
2010-01-06 Matthew Wildnet.server_select: Allow setting the logger using serve...
2010-01-04 Matthew Wilds2smanager: Allow new_outgoing() to create sessions...
2010-01-03 Paul Aurichs2smanager: Stamp a 'to' on the reply stream:stream...
2010-01-03 Matthew Wilds2smanager, hostmanager: Make dialback secrets per...
2010-01-03 Matthew Wilds2smanager: Trim trailing whitespace
2010-01-03 Paul Aurichmod_saslauth: Oops.
2010-01-03 Matthew WildMerge with Paul
2010-01-03 Matthew Wildmod_muc/muc.lib: Use stanza:get_child() to locate MUC...
2010-01-03 Paul Aurichmod_saslauth: Use module:get_option()
2010-01-03 Matthew WildMerge with Rob
2010-01-03 Paul Aurichmod_saslauth: Add sasl_backend config parameter
2010-01-03 Matthew Wildprosodyctl: Gracefully handle a missing stty command...
2010-01-01 Matthew Wildmod_httpserver: Rudimentary directory detection, return...
2010-01-01 Matthew Wildprosody.cfg.lua.dist: Remove lie about requiring consol...
2010-01-01 Matthew Wildprosody.cfg.lua.dist: Remove trailing whitespace
2009-12-31 Matthew Wildutil.events: Rename add_plugin() and remove_plugin...
2009-12-30 Matthew Wildutil.signal: Update header comment for new filename
2009-12-30 Rob HoelzAdded notification of configuration changes for MUCs
2009-12-30 Tobias Markmannutil.sasl_cyrus: Report an error if Cyrus SASL init...
2009-12-29 Rob HoelzAdd support for non-anonymous MUC rooms
2009-12-29 Tobias Markmannutil.sasl_cyrus: Removing whitespace.
2009-12-29 Tobias Markmannutil.sasl_cyrus: Automatically initialize Cyrus SASL...
2009-12-28 Tobias Markmannutil.sasl_cyrus: Change variable name.
2009-12-28 Tobias Markmannutil.sasl_cyrus: Fixing cyrus mechanism list parsing...
2009-12-27 Waqas Hussainnet.httpserver: Optimized response serialization.
2009-12-23 Tobias Markmannmod_saslauth: Adjust sanitizing.
2009-12-23 Tobias Markmannmod_saslauth: Sanitize debugging information so it...
2009-12-23 jorj@jorj.orgfirst working version with Cyrus SASL support.
2009-12-23 jorj@jorj.orgadded comment to remind us to fix binary output breakin...
2009-12-22 Tobias Markmannutil.sasl_cyrus: Further fixing and cleanup.
2009-12-22 Tobias Markmannutil.sasl_cyrus: Initializing Cyrus SASL library and...
2009-12-22 Tobias Markmannutil.sasl_cyrus: Log errors if CyrusSASL init fails.
2009-12-22 Tobias Markmannmod_saslauth: Make service_name configurable for CyrusS...
2009-12-22 Tobias Markmannmod_saslauth: Add support for CyrusSASL.
2009-12-22 Tobias MarkmannAdding sasl_cyrus.lua. A sasl.lua drop-in replacement...
2009-12-21 Matthew Wildmod_saslauth: Requiring c2s encryption means requiring...
2009-12-21 Brian Cullynet.dns: Update synchronous path for new connection API
2009-12-21 Brian Cullyutil.prosodyctl: Saner determination of Prosody executa...
2009-12-21 Waqas Hussainmod_pep: Added a TODO.
2009-12-21 Waqas Hussainmod_pep: Handle service discovery queries for bare...
2009-12-21 Waqas Hussainmod_disco: Handle and fire events for service discovery...
2009-12-17 Matthew Wilds2smanager: Give reasons to destroy_session in more...
2009-12-17 Matthew WildMerge with backout branch
2009-12-17 Matthew Wilds2smanager: Send reply stream header only after checkin...
2009-12-17 Matthew WildBacked out changeset 78c5cb163ea9, to fix another way...
2009-12-17 Matthew Wilds2smanager: More whitespace
2009-12-17 Matthew Wilds2smanager: Mark stream as opened sooner, this prevents...
2009-12-17 Matthew Wilds2smanager: Whitespace
2009-12-17 Matthew Wildnet.server_event: Add properties like _ip and _port...
2009-12-17 Matthew Wildnet.server_event: Add :serverport() method to be compat...
2009-12-17 Matthew Wildmod_bosh: Update for new connection API
2009-12-17 Matthew Wildhttpserver_listener: Update for new connection API
2009-12-17 Matthew Wildnet.httpserver: Fix usage of old connection API syntax
2009-12-17 Matthew Wildxmppserver_listener: Make log messages during SRV retri...
2009-12-17 Matthew Wildxmppserver_listener: When a connection fails, pass...
2009-12-17 Matthew Wilds2smanager: Have both destroy_session and bounce_sendq...
2009-12-17 Matthew Wildnet.server_event: Load ssl/socket libraries if not...
2009-12-17 Matthew Wildutil.timer: Use luaevent's built-in method of repeating...
2009-12-15 Waqas Hussainprosody: Fixed a possible nil concatenation.
2009-12-15 Paul Aurichprosody: Fix to net_activate_ports to mend binding...
2009-12-10 Matthew Wildnet.http: Don't expect the body on redirects
2009-12-10 Waqas Hussainprosody: Added config option 'ssl_ports' to allow multi...
2009-12-10 Waqas Hussainmod_httpserver: Text files are text/plain, and not...
2009-12-10 Waqas Hussainnet.httpserver: Removed mime handling (now in mod_https...
2009-12-10 Waqas Hussainmod_httpserver: Removed a log message.
2009-12-10 Waqas Hussainmod_httpserver: Read files in binary mode; fixes issues...
2009-12-10 Waqas Hussainmod_httpserver: Skip returning a Content-Type when...
2009-12-10 Waqas Hussainmod_httpserver: Return Content-Type header based on...
2009-12-10 Waqas Hussainmod_httpserver: Delay setup until after server is started.
2009-12-10 Waqas Hussainmod_bosh: Delay setup until after server is started.
2009-12-10 Waqas Hussainprosody: Use the multiplex listener when the 'ports...
2009-12-10 Waqas Hussainnet_activate_ports: Use the default config option ...
2009-12-10 Waqas Hussainmultiplex_listener: Initial commit. Multiple protocols...
2009-12-09 Waqas Hussainmodulemanager: Fire item-removed events on module unload.
2009-12-09 Waqas Hussainmodulemanager: Fixed a global access.
2009-12-09 Waqas Hussainprosody: Call tostring on the key being used for nil...
2009-12-09 Waqas Hussainprosody: Log a warning and traceback, but don't throw...
2009-12-09 Waqas HussainMainfile: Broke up a really long line.
2009-12-09 Matthew WildMerge with 0.6
2009-12-09 Matthew Wildmod_vcard: Stricter matching of vcard stanzas with...
2009-12-09 Waqas Hussainutil.signal: Make kill() available on Solaris; really...
2009-12-08 Matthew Wildmod_posix: Fix to not loop in SIGTERM either, but the...
next