plugins/mod_tls.lua
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)
Sun, 31 Jan 2010 15:39:04 +0000 Matthew Wild mod_tls: Update for new server SSL syntax
Sat, 21 Nov 2009 17:16:46 +0000 Matthew Wild mod_tls: Switch to : syntax for connection methods
Sat, 17 Oct 2009 16:25:28 +0100 Matthew Wild mod_tls: Offer the host-specific cert (when there is one) to incoming c2s/s2s connections, fixes #30 (thanks, albert, Flo, johnny, and all who nagged me :) )
Fri, 09 Oct 2009 17:48:45 +0100 Matthew Wild mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob)
Thu, 08 Oct 2009 23:41:59 +0100 Matthew Wild mod_tls: Catch s2s-stream-features and add starttls feature if possible
Tue, 06 Oct 2009 10:34:13 +0100 Matthew Wild mod_tls: Mark sessions as not secure when negotiating outward TLS, so they get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :)
Mon, 05 Oct 2009 15:00:05 +0100 Matthew Wild mod_tls: require_s2s_encryption -> s2s_require_encryption
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Mon, 05 Oct 2009 14:52:30 +0100 Matthew Wild mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled
Mon, 05 Oct 2009 14:51:53 +0100 Matthew Wild mod_tls: Mark session as not secure before negotiating TLS
Mon, 05 Oct 2009 10:10:53 +0100 Matthew Wild mod_tls: Only advertise TLS if the server told us which host they are connecting to
Sun, 04 Oct 2009 13:24:04 +0100 Matthew Wild mod_tls: :up() out of the starttls tag in stream:features
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works.
Sun, 04 Oct 2009 14:06:45 +0100 Matthew Wild mod_tls: Advertise and handle TLS for s2s connections
Thu, 13 Aug 2009 11:35:50 +0200 Tobias Markmann Another unwanted spaces at the end of a line.
Sat, 08 Aug 2009 23:41:45 +0500 Waqas Hussain mod_tls: Updated to use module:get_option instead of configmanager
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 29 May 2009 18:17:03 +0100 Matthew Wild mod_tls: Add <required/> to stream feature when TLS is required
Fri, 29 May 2009 14:28:53 +0100 Matthew Wild sessionmanager, mod_tls: Mark a session as secure when TLS is active
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Tue, 13 Jan 2009 19:37:12 +0500 Waqas Hussain mod_saslauth, mod_tls: minor code cleanup
Mon, 15 Dec 2008 18:06:59 +0000 Matthew Wild Remove a FIXME from mod_tls
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Thu, 20 Nov 2008 01:33:25 +0000 Matthew Wild Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
Sun, 16 Nov 2008 05:03:21 +0500 Waqas Hussain Fixed mod_tls to use session.send for sending stanzas
Sun, 16 Nov 2008 02:52:54 +0500 Waqas Hussain Unused variables in mod_tls
Thu, 23 Oct 2008 03:53:51 +0100 Matthew Wild TLS/SASL no longer should include the connhandler module
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners"
Tue, 07 Oct 2008 23:13:30 +0100 Matthew Wild forgot to commit mod_tls, oops :)
less more (0) tip