log plugins/mod_tls.lua @ 5610:f73d5fb4ea13

age author description
Sat, 23 Mar 2013 02:35:50 +0100 Kim Alvefur mod_tls: More use of config sections removed
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Wed, 18 Jan 2012 15:07:26 +0000 Matthew Wild mod_tls: Fix log statement (thanks Zash)
Wed, 06 Apr 2011 14:45:44 +0100 Matthew Wild mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
Tue, 22 Feb 2011 18:29:35 +0000 Matthew Wild mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
Wed, 10 Nov 2010 02:26:18 +0500 Waqas Hussain mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.
Mon, 08 Nov 2010 03:12:30 +0000 Matthew Wild mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)
Sat, 06 Nov 2010 18:28:15 +0000 Matthew Wild certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls
Thu, 22 Jul 2010 13:13:28 +0100 Matthew Wild mod_tls: Remove extraneous flag to starttls() for s2sout connecections
Wed, 24 Mar 2010 22:34:59 +0000 Matthew Wild Merge 0.6->0.7
Wed, 24 Mar 2010 20:00:22 +0000 Matthew Wild mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation.
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated.
Sun, 31 Jan 2010 15:39:49 +0000 Matthew Wild mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
Tue, 16 Feb 2010 17:15:43 +0000 Matthew Wild mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...)
Sun, 14 Feb 2010 10:00:39 +0500 Waqas Hussain mod_tls: Ban TLS after auth, not before.
Sun, 14 Feb 2010 09:59:57 +0500 Waqas Hussain mod_tls: Fixed traceback during S2S TLS (nil global access).
Fri, 12 Feb 2010 21:57:46 +0000 Matthew Wild mod_tls: Refactor to simplify detection of whether we can do TLS on a connection
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs
Fri, 12 Feb 2010 04:30:17 +0500 Waqas Hussain s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
Fri, 12 Feb 2010 03:50:44 +0500 Waqas Hussain mod_tls: Hook stream-features event using new events API.
Fri, 12 Feb 2010 03:46:48 +0500 Waqas Hussain mod_tls: Cleanup.
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation.
Fri, 12 Feb 2010 02:43:02 +0500 Waqas Hussain mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated.
Fri, 12 Feb 2010 02:32:27 +0500 Waqas Hussain mod_tls: Inlined some code.