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) file | diff | annotate
Fri, 24 Dec 2010 04:57:17 +0000 Matthew Wild s2smanager: Handle DNS lookup error in response handler file | diff | annotate
Fri, 24 Dec 2010 04:56:37 +0000 Matthew Wild s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly file | diff | annotate
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) file | diff | annotate
Fri, 24 Dec 2010 04:49:30 +0000 Matthew Wild s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session) file | diff | annotate
Fri, 24 Dec 2010 04:48:38 +0000 Matthew Wild s2smanager: Add a missing semi-colon file | diff | annotate
Fri, 24 Dec 2010 04:48:18 +0000 Matthew Wild s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction file | diff | annotate
Fri, 24 Dec 2010 04:47:18 +0000 Matthew Wild s2smanager: retire_session(): Add a 'reason' parameter file | diff | annotate
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/) file | diff | annotate
Wed, 22 Dec 2010 20:38:40 +0000 Matthew Wild s2smanager: send_to_host(): Return false on failure, and true otherwise file | diff | annotate
Sun, 12 Dec 2010 02:03:32 +0100 Kim Alvefur core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509 file | diff | annotate
Sat, 27 Nov 2010 22:07:44 +0000 Matthew Wild s2smanager: Check for getpeercertificate availability (for old LuaSecs) file | diff | annotate
Sun, 21 Nov 2010 21:10:43 -0800 Paul Aurich s2s: SASL EXTERNAL file | diff | annotate
Sun, 21 Nov 2010 21:02:31 -0800 Paul Aurich s2smanager: Compatibility hack for when not using dialback file | diff | annotate
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster). file | diff | annotate
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) file | diff | annotate
Sun, 05 Sep 2010 12:13:49 +0100 Matthew Wild s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed file | diff | annotate
Mon, 30 Aug 2010 04:37:53 +0100 Matthew Wild s2smanager: Fire s2s{in,out}-established when new s2s connections are ready file | diff | annotate
Sun, 22 Aug 2010 21:23:37 +0100 Matthew Wild sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202 file | diff | annotate
Tue, 03 Aug 2010 10:57:27 +0100 Matthew Wild s2smanager: Remove dependency on eventmanager file | diff | annotate
Tue, 03 Aug 2010 09:40:06 +0100 Matthew Wild s2smanager: brackets, just to be sure :) file | diff | annotate
Tue, 03 Aug 2010 09:39:05 +0100 Matthew Wild s2smanager: Only bounce real stanzas on s2s failure, not dialback and friends (thanks elghinn) file | diff | annotate
Fri, 16 Jul 2010 22:47:26 +0100 Matthew Wild s2smanager: Handle disallow_s2s for incoming streams as well as outgoing file | diff | annotate
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 file | diff | annotate
Fri, 02 Jul 2010 17:44:14 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Fri, 02 Jul 2010 17:22:23 +0100 Matthew Wild s2smanager: Don't attempt to connect to a nil host (for whatever reason... invalid DNS record perhaps?) (thanks dersd) file | diff | annotate
Fri, 02 Jul 2010 17:43:01 +0100 Matthew Wild s2smanager: Register outgoing connection with the connection listener only after initializing filters (thanks darkrain, dersd) file | diff | annotate
Sun, 13 Jun 2010 17:17:11 +0100 Matthew Wild s2smanager: Fix logging for outgoing sessions to also log pre-filtered data file | diff | annotate
Thu, 10 Jun 2010 02:07:48 +0100 Matthew Wild s2smanager: Move 'sending' debug log message so that it sees the pre-filtered stanzas file | diff | annotate
Thu, 03 Jun 2010 12:29:27 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Thu, 03 Jun 2010 12:28:27 +0100 Matthew Wild s2smanager: Remove potentially misleading log message (thanks albert) file | diff | annotate
Wed, 02 Jun 2010 18:23:15 +0100 Matthew Wild s2smanager: Add filters for outgoing bytes and stanzas file | diff | annotate
Tue, 30 Mar 2010 19:45:56 +0100 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Tue, 30 Mar 2010 19:40:16 +0100 Matthew Wild stanza_router, s2smanager, modulemanager: Fix for handling of the default namespace on stanzas, causing sometimes jabber:client to be sent over s2s, and accepted file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Mon, 22 Mar 2010 14:58:25 +0000 Matthew Wild sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fixes a logging traceback, thanks Flo) file | diff | annotate
Thu, 18 Mar 2010 01:25:50 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Thu, 18 Mar 2010 01:15:25 +0000 Matthew Wild s2smanager: Remove the infamous 'as per RFC' log message entirely (it happens too often to be useful) file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
Fri, 12 Feb 2010 17:27:53 +0000 Matthew Wild sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) file | diff | annotate
Fri, 12 Feb 2010 17:14:54 +0000 Matthew Wild sessionmanager, s2smanager: Give sessions dummy data handlers that log when data is received by a destroyed session file | diff | annotate
Fri, 19 Feb 2010 03:30:27 +0000 Matthew Wild s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) file | diff | annotate
Sat, 30 Jan 2010 18:45:46 +0000 Matthew Wild s2smanager: Fix syntax error) file | diff | annotate
Sat, 30 Jan 2010 17:00:47 +0000 Matthew Wild s2smanager: require_s2s_encryption -> s2s_require_encryption file | diff | annotate
Sat, 30 Jan 2010 16:42:27 +0000 Matthew Wild s2smanager: Make require_s2s_encryption do what it says on the tin file | diff | annotate
Sun, 03 Jan 2010 11:26:36 -0800 Paul Aurich s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. file | diff | annotate
Thu, 17 Dec 2009 21:50:02 +0000 Matthew Wild s2smanager: Give reasons to destroy_session in more cases, including when DNS lookup fails file | diff | annotate
Thu, 17 Dec 2009 18:59:29 +0000 Matthew Wild s2smanager: Have both destroy_session and bounce_sendq accept a reason string to include in bounced stanzas file | diff | annotate
Thu, 17 Dec 2009 21:36:31 +0000 Matthew Wild s2smanager: Send reply stream header only after checking we serve this host (sorry darkrain... :) ) file | diff | annotate
Sat, 21 Nov 2009 13:47:45 +0000 Matthew Wild s2smanager: Don't tostring() the data before sending, sends2s already does this. file | diff | annotate
Sun, 14 Mar 2010 02:57:22 +0000 Matthew Wild s2smanager: Don't re-destroy destroyed sessions file | diff | annotate
Sun, 14 Mar 2010 02:56:57 +0000 Matthew Wild s2smanager: Add open_stream and close methods to resting sessions file | diff | annotate
Thu, 11 Mar 2010 01:04:19 +0000 Matthew Wild sessionmanager, s2smanager: Close session on </stream:stream> file | diff | annotate
Mon, 08 Mar 2010 02:13:41 +0000 Matthew Wild sessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead) until they are collected - prevents a whole class of tracebacks file | diff | annotate
Thu, 25 Feb 2010 18:03:15 +0000 Matthew Wild Merge with 0.6 file | diff | annotate
Thu, 25 Feb 2010 17:53:27 +0000 Matthew Wild s2smanager: Log and fail gracefully when unable to create socket for outgoing s2s connection (thanks foucault) file | diff | annotate
Thu, 25 Feb 2010 17:52:33 +0000 Matthew Wild s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain) file | diff | annotate
Fri, 19 Feb 2010 03:30:27 +0000 Matthew Wild s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) file | diff | annotate
Fri, 12 Feb 2010 17:27:53 +0000 Matthew Wild sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) file | diff | annotate
(0) -100 -60 tip

mercurial