core/s2smanager.lua
Fri, 09 Mar 2012 18:46:19 +0000 Matthew Wild Merge 0.9->trunk
Sun, 04 Mar 2012 17:38:47 +0100 Kim Alvefur core.s2smanager: Log the entire stream header.
Sat, 25 Feb 2012 17:21:15 +0000 Matthew Wild Merge with 0.9
Tue, 21 Feb 2012 21:13:13 +0100 Kim Alvefur core.s2smanager: Fix check_cert_status() for when the stream has no from attr
Sat, 25 Feb 2012 02:03:26 +0000 Matthew Wild s2smanager: Fix traceback when socket.tcp6 isn't available
Thu, 26 Jan 2012 18:48:21 +0000 Matthew Wild Merge with 0.9
Tue, 24 Jan 2012 14:58:54 -0800 Paul Aurich s2smanager: Log the host when marking it authenticated
Tue, 20 Dec 2011 17:36:38 +0000 Matthew Wild s2smanager: Fix missing import of 'type' (thanks darkrain)
Wed, 14 Dec 2011 06:46:24 +0500 Waqas Hussain s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).
Tue, 13 Dec 2011 15:40:37 +0000 Matthew Wild s2smanager: Remove unused reference to modulemanager
Wed, 07 Dec 2011 23:37:56 +0100 Florian Zeitz s2smanager: Store port specified by SRV records
Mon, 28 Nov 2011 14:30:12 +0000 Matthew Wild s2smanager: Use config over xmppserver's default interface
Wed, 26 Oct 2011 02:03:33 +0200 Florian Zeitz s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
Sat, 22 Oct 2011 18:29:23 +0200 Florian Zeitz s2smanager, xmppserver_listener: Support for connecting to other servers via IPv6
Mon, 06 Dec 2010 21:46:50 -0800 Paul Aurich s2smanager: Update to newer luasec
Sun, 05 Jun 2011 23:55:16 +0100 Matthew Wild s2smanager: Fix letter case in log message (thanks darkrain)
Sat, 07 May 2011 21:15:13 +0500 Waqas Hussain s2smanager: Log reason when destroying a session.
Thu, 24 Feb 2011 02:04:56 +0000 Matthew Wild Merge 0.8->trunk
Tue, 22 Feb 2011 18:27:31 +0000 Matthew Wild s2smanager: Drop some log messages to debug level from info/warn
Tue, 22 Feb 2011 18:27:31 +0000 Matthew Wild s2smanager: Drop some log messages to debug level from info/warn
Sat, 29 Jan 2011 04:54:08 +0500 Waqas Hussain Merge 0.8->trunk
Wed, 26 Jan 2011 13:23:39 +0000 Matthew Wild s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)
Mon, 10 Jan 2011 16:55:14 +0000 Matthew Wild Merge 0.8->trunk
Mon, 10 Jan 2011 21:11:06 +0500 Waqas Hussain s2smanager: Don't bounce error replies for error and result stanzas.
Thu, 06 Jan 2011 14:46:59 +0000 Matthew Wild Merge 0.8->trunk
Fri, 24 Dec 2010 04:58:09 +0000 Matthew Wild s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
Fri, 24 Dec 2010 04:57:17 +0000 Matthew Wild s2smanager: Handle DNS lookup error in response handler
Fri, 24 Dec 2010 04:56:37 +0000 Matthew Wild s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
Fri, 24 Dec 2010 04:56:02 +0000 Matthew Wild s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
Fri, 24 Dec 2010 04:49:30 +0000 Matthew Wild s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
Fri, 24 Dec 2010 04:48:38 +0000 Matthew Wild s2smanager: Add a missing semi-colon
Fri, 24 Dec 2010 04:48:18 +0000 Matthew Wild s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
Fri, 24 Dec 2010 04:47:18 +0000 Matthew Wild s2smanager: retire_session(): Add a 'reason' parameter
Wed, 22 Dec 2010 20:39:30 +0000 Matthew Wild s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
Wed, 22 Dec 2010 20:38:40 +0000 Matthew Wild s2smanager: send_to_host(): Return false on failure, and true otherwise
Fri, 24 Dec 2010 04:58:09 +0000 Matthew Wild s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
Fri, 24 Dec 2010 04:57:17 +0000 Matthew Wild s2smanager: Handle DNS lookup error in response handler
Fri, 24 Dec 2010 04:56:37 +0000 Matthew Wild s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
Fri, 24 Dec 2010 04:56:02 +0000 Matthew Wild s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
Fri, 24 Dec 2010 04:49:30 +0000 Matthew Wild s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
Fri, 24 Dec 2010 04:48:38 +0000 Matthew Wild s2smanager: Add a missing semi-colon
Fri, 24 Dec 2010 04:48:18 +0000 Matthew Wild s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
Fri, 24 Dec 2010 04:47:18 +0000 Matthew Wild s2smanager: retire_session(): Add a 'reason' parameter
Wed, 22 Dec 2010 20:39:30 +0000 Matthew Wild s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
Wed, 22 Dec 2010 20:38:40 +0000 Matthew Wild s2smanager: send_to_host(): Return false on failure, and true otherwise
Sun, 12 Dec 2010 02:03:32 +0100 Kim Alvefur core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509
Sat, 27 Nov 2010 22:07:44 +0000 Matthew Wild s2smanager: Check for getpeercertificate availability (for old LuaSecs)
Sun, 21 Nov 2010 21:10:43 -0800 Paul Aurich s2s: SASL EXTERNAL
Sun, 21 Nov 2010 21:02:31 -0800 Paul Aurich s2smanager: Compatibility hack for when not using dialback
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sun, 05 Sep 2010 18:00:21 +0100 Matthew Wild s2smanager: Don't fire s2sin-destroyed for sessions that were never fully established (thanks Thomas)
Sun, 05 Sep 2010 12:13:49 +0100 Matthew Wild s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed
Mon, 30 Aug 2010 04:37:53 +0100 Matthew Wild s2smanager: Fire s2s{in,out}-established when new s2s connections are ready
Sun, 22 Aug 2010 21:23:37 +0100 Matthew Wild sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202
Tue, 03 Aug 2010 10:57:27 +0100 Matthew Wild s2smanager: Remove dependency on eventmanager
Tue, 03 Aug 2010 09:40:06 +0100 Matthew Wild s2smanager: brackets, just to be sure :)
Tue, 03 Aug 2010 09:39:05 +0100 Matthew Wild s2smanager: Only bounce real stanzas on s2s failure, not dialback and friends (thanks elghinn)
Fri, 16 Jul 2010 22:47:26 +0100 Matthew Wild s2smanager: Handle disallow_s2s for incoming streams as well as outgoing
Mon, 05 Jul 2010 12:17:09 +0100 Matthew Wild s2smanager: Lower default DNS timeout to 15s (it's now a per-DNS-server timeout, rather than total timeout), use net.dns's new timeout system, and remove our custom timeout handlers
Fri, 02 Jul 2010 17:44:14 +0100 Matthew Wild Merge 0.7->trunk
less more (0) -100 -60 tip