mod_tls: Don't advertise TLS after authentication.
[prosody.git] / plugins /
2010-02-09 Waqas Hussainmod_tls: Don't advertise TLS after authentication.
2010-02-05 Matthew WildMerge with backout
2010-01-31 Matthew Wildmod_tls: Remove some redundant variable declarations
2010-01-31 Matthew Wildmod_tls: Set the sslctx on outgoing connections (possib...
2010-01-31 Matthew Wildmod_tls: Update for new server SSL syntax
2010-01-30 Matthew WildMUC: muc.lib.lua: Fix the sending of the occupant JID...
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 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 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 Wildmod_console: Update !! shortcut for new connection API
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 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-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 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 Wildmod_actions_http: Obsolete, remove
2010-01-21 Matthew Wildmod_bosh: Trailing whitespace
2010-01-19 Matthew Wildmod_bosh: Update for new xmlhandlers syntax
2010-01-18 Matthew Wildmod_presence: Automatically deny presence requests...
2010-01-13 Matthew Wildmod_muc: Remove unused history_length declaration
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-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 Hussainmod_register: Return a <not-acceptable/> error on empty...
2010-01-10 Matthew Wildmod_posix: Lock pidfile when in use, shut down if we...
2010-01-10 Matthew Wildmod_posix: Set umask to 'umask' from the config, or 027
2010-01-10 Matthew Wildutil.pposix: Add pposix.umask(), bump version to 0...
2010-01-10 Matthew Wildmod_posix: Remove the lines added to work around the...
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-01 Matthew Wildmod_httpserver: Rudimentary directory detection, return...
2009-12-30 Rob HoelzAdded notification of configuration changes for MUCs
2009-12-29 Rob HoelzAdd support for non-anonymous MUC rooms
2009-12-23 Tobias Markmannmod_saslauth: Adjust sanitizing.
2009-12-23 Tobias Markmannmod_saslauth: Sanitize debugging information so it...
2009-12-23 jorj@jorj.orgadded comment to remind us to fix binary output breakin...
2009-12-22 Tobias Markmannmod_saslauth: Make service_name configurable for CyrusS...
2009-12-22 Tobias Markmannmod_saslauth: Add support for CyrusSASL.
2009-12-21 Matthew Wildmod_saslauth: Requiring c2s encryption means requiring...
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 Wildmod_bosh: Update for new connection API
2009-12-10 Waqas Hussainmod_httpserver: Text files are text/plain, and not...
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-09 Matthew Wildmod_vcard: Stricter matching of vcard stanzas with...
2009-12-08 Matthew Wildmod_posix: Fix to not loop in SIGTERM either, but the...
2009-12-08 Matthew Wildmod_posix: Set empty SIGINT handler when a SIGINT is...
2009-12-07 Matthew Wildmod_posix: Catch SIGINT
2009-12-05 Paul Aurichmod_pep: Support item retrieval use cases
2009-12-05 Paul Aurichmod_pep: Allow storage of urn:xmpp:avatar:data node...
2009-12-04 Matthew Wildmod_compression: Tweak some log levels
2009-12-04 Matthew Wildmod_proxy65: Strip trailing whitespace
2009-12-03 Tobias MarkmannRedo merge with Waqas' PBKDF2 optimizations.
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Sjoerd Simonsmod_proxy65: Don't read data from the connection untill...
2009-12-03 Sjoerd Simonsmod_proxy65: Make the proxying bidirectional
2009-12-03 Sjoerd Simonsmod_proxy65: Use a bigger buffer for data we're proxying
2009-12-03 Sjoerd Simonsmod_proxy65: Only lock the reading side when throttling
2009-12-03 Matthew Wildmod_proxy65: Throttle connections to prevent senders...
2009-12-03 Matthew Wildmod_proxy65: Replace error() calls with module:log...
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-01 Tobias Markmannmod_console: Show compression status on s2s:show()...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Matthew Wildmod_proxy65: Remove trailing whitespace
2009-12-01 Tobias Markmannmod_compression: Removing trailing whitespace.
next