prosody.git
2010-01-31 Matthew Wildmod_tls: Update for new server SSL syntax
2010-01-31 Matthew Wildnet.server_select: Remove startssl parameter to the...
2010-01-30 Matthew WildMUC: muc.lib.lua: Fix the sending of the occupant JID...
2010-01-30 Matthew Wilds2smanager: Fix syntax error)
2010-01-30 Matthew Wilds2smanager: require_s2s_encryption -> s2s_require_encry...
2010-01-30 Matthew Wilds2smanager: Make require_s2s_encryption do what it...
2010-01-29 Matthew Wildhostmanager: Trailing whitespace
2010-01-29 Matthew Wildnet.server_event: Trailing whitespace
2010-01-29 Matthew Wildnet.server_event: Support :setlistener() method on...
2010-01-29 Waqas HussainMerge with trunk.
2010-01-29 Waqas Hussainmod_presence: Quick fix to make probes from local users...
2010-01-29 Waqas Hussainmod_presence: Added handler for presence subscriptions...
2010-01-29 Waqas Hussainstanza_router: Added third parameter to core_post_stanz...
2010-01-29 Matthew WildMUC: Fixes and refactoring for the previous commit...
2010-01-29 Matthew WildMUC: Show error message texts when participants are...
2010-01-29 Matthew WildMUC: Have get_error_condition() use the new stanza...
2010-01-29 Matthew Wildutil.stanza: Add stanza:get_error() to return type...
2010-01-29 Waqas Hussainmod_presence: Respond with an unavailable presence...
2010-01-29 Matthew Wildmod_privacy: A handful of logging fixes
2010-01-29 Matthew Wildmod_privacy: Remove the giant if/end block that was...
2010-01-29 Matthew WildMerge backed out changeset
2010-01-29 Matthew WildBacked out changeset c4240df1b412 (or this)
2010-01-29 Matthew WildBacked out changeset a4f9ed3f912e (you didn't see this)
2010-01-29 Matthew Wildmod_privacy: ...and no 'to' for presence implies an...
2010-01-29 Matthew Wildmod_privacy: Mmph, no 'from' == from local
2010-01-29 Matthew Wildmod_privacy: Fix repeated presence-in (should be presen...
2010-01-29 Matthew Wildmod_privacy: Trailing whitespace (I can't sleep)
2010-01-28 Matthew Wildprosodyctl: Don't load luarocks as util.dependencies...
2010-01-28 Matthew Wildprosody: Check dependencies (and load LuaRocks) earlier...
2010-01-28 Matthew Wildutil.dependencies: Load luarocks.loader/luarocks.require
2010-01-28 Matthew Wildmod_console: Update !! shortcut for new connection API
2010-01-28 Matthew Wildprosodyctl: Don't display message about failing to...
2010-01-28 Matthew Wildutil.dependencies, prosody, prosodyctl: Give util.depen...
2010-01-28 Matthew Wilds2smanager: Whitespace
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)
next