prosody.git
2010-01-27 Waqas Hussainxep227toprosody: Fixed some global accesses.
2010-01-27 Waqas Hussainxep227toprosody: Initial commit (thanks stefan).
2010-01-25 Waqas Hussainxmlhandlers: Removed unused variables.
2010-01-25 Waqas Hussainxmlhandlers: A little optimization.
2010-01-25 Waqas HussainMUC: Removed old commented code.
2010-01-25 Waqas HussainMUC: Converted some local functions into methods.
2010-01-25 Waqas Hussainmod_privacy: Removed a useless 'require' within a function.
2010-01-25 Waqas HussainMerge with trunk.
2010-01-25 Waqas Hussainmod_privacy: Cleaned up code.
2010-01-25 Matthew Wildprosodyctl: Require util.dependencies to run dependency...
2010-01-25 Waqas Hussainmod_privacy: Reduced a function.
2010-01-25 Waqas Hussainmod_privacy: Fixed global access.
2010-01-25 Waqas Hussainmod_privacy: Imported from prosody-modules.
2010-01-24 Waqas Hussainmod_component: Cleaned up unused variables.
2010-01-24 Waqas Hussainprosody: Listen for component connections on port 5347...
2010-01-23 Waqas Hussainxmlhandlers: Rearranged a little code.
2010-01-23 Waqas Hussainxmlhandlers: Fixed indentation and added some semicolons.
2010-01-23 Waqas Hussainmod_disco: Added option 'disco_items' to allow appendin...
2010-01-23 Matthew Wildmod_component: Fix name of config option in error messa...
2010-01-22 Matthew Wildxmppcomponent_listener: Update for new connection API
2010-01-22 Matthew Wildutil.dataforms: Add optional type parameters (defaults...
2010-01-22 Matthew Wildmod_xmlrpc: Obsolete, remove
2010-01-22 Matthew Wildmod_bosh: I == fail.
2010-01-22 Matthew Wildmod_bosh: Simplify cross-domain support, and make it...
2010-01-21 Matthew Wildmod_bosh: Support for cross-domain access control using...
2010-01-21 Matthew Wildnet.httpserver: More robust handling of headers split...
2010-01-21 Matthew Wildutil.stanza: Trailing whitespace
2010-01-21 Matthew Wildnet.httpserver: Make it possible to return responses...
2010-01-21 Matthew Wildnet.httpserver: Close connection on invalid HTTP status...
2010-01-21 Matthew Wildmodulemanager: Remove obsolete actions code
2010-01-21 Matthew Wildnet.server_{select,event}: Fail gracefully if socket...
2010-01-21 Matthew Wildnet.server_event: Replace all calls to _start_ssl(...
2010-01-21 Matthew Wildobjectmanager: Obsolete, remove
2010-01-21 Matthew Wildactions: Obsolete, remove
2010-01-21 Matthew Wildmod_actions_http: Obsolete, remove
2010-01-21 Matthew Wildmod_bosh: Trailing whitespace
2010-01-19 Matthew Wilds2smanager: Log error and fail gracefully if we can...
2010-01-19 Matthew Wildnet.xmppserver_listener: Handle stream-error errors...
2010-01-19 Matthew Wildnet.xmppserver_listener: Extend session:close() with...
2010-01-19 Matthew Wilds2smanager: No-one noticed that Prosody stopped sending...
2010-01-19 Matthew Wildxmlhandlers: Move stream-error detection to somewhere...
2010-01-19 Matthew Wildmod_bosh: Update for new xmlhandlers syntax
2010-01-19 Matthew Wildnet.xmpp{client,server,component}: Update for new xmlha...
2010-01-19 Matthew Wildnet.xmppserver_listener: Pass reason for session discon...
2010-01-19 Matthew Wildxmlhandlers: More refactoring, split up stream_ns and...
2010-01-18 Matthew Wildxmlhandlers: Define ns_separator and ns_pattern to...
2010-01-18 Matthew Wildnet.server_event: Remove access to starttls method...
2010-01-18 Matthew Wildmod_presence: Automatically deny presence requests...
2010-01-18 Matthew Wildstanza_router: Log the name of unhandled stanzas (thank...
2010-01-15 Tobias Markmannutil.signal: Using stdlib.h instead of malloc.h.
2010-01-13 Matthew Wildmod_muc: Remove unused history_length declaration
2010-01-13 Matthew Wildprosodyctl: Use mode r+ for opening the file so 1)...
2010-01-13 Matthew Wildmod_posix: Adjust file open mode depending on whether...
2010-01-12 Matthew Wildutil.pposix, mod_posix, prosodyctl: Bump pposix version...
2010-01-12 Matthew Wildxmppclient_listener: Allow the tcp_keepalives option...
2010-01-12 Matthew Wildnet.server_event: Add conn:setoption() to set options...
2010-01-12 Matthew Wildnet.server_select: Add conn:setoption() to set options...
2010-01-11 Waqas Hussainmod_saslauth: Fixed some indentation and added some...
2010-01-11 Waqas Hussainmod_saslauth: Made some variables local to avoid unnece...
2010-01-11 Waqas Hussainsessionmanager: Added resource prepping, and invalid...
2010-01-11 Waqas Hussainmod_register: Return a <not-acceptable/> error on empty...
2010-01-11 Matthew Wildcomponentmanager: Add dialback_secret to components...
2010-01-11 Matthew Wildutil.prosodyctl: Report Prosody as not running if the...
2010-01-10 Matthew Wildmod_posix: Lock pidfile when in use, shut down if we...
2010-01-10 Matthew Wildutil.datamanager: Use pposix.mkdir if available
2010-01-10 Matthew Wildutil.pposix: Add mkdir(path)
2010-01-10 Matthew Wildprosodyctl: Move definition of prosody singleton to...
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
next