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
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, 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. file | diff | annotate
Sun, 31 Jan 2010 15:41:33 +0000 Matthew Wild s2smanager: Update for new server SSL API (don't pass a sslctx) 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
Thu, 28 Jan 2010 13:39:23 +0000 Matthew Wild s2smanager: Whitespace file | diff | annotate
Tue, 19 Jan 2010 19:58:02 +0000 Matthew Wild s2smanager: Log error and fail gracefully if we can't open a socket for an outgoing s2s connection (thanks foucault) file | diff | annotate
Tue, 19 Jan 2010 04:35:10 +0000 Matthew Wild s2smanager: No-one noticed that Prosody stopped sending to/from on stream headers recently? :) file | diff | annotate
Sat, 09 Jan 2010 06:53:23 +0000 Matthew Wild s2smanager: Split sending of stream header into a :open_stream() method file | diff | annotate
Mon, 04 Jan 2010 17:32:26 +0000 Matthew Wild s2smanager: Allow new_outgoing() to create sessions without automatically connecting them (set 3rd parameters to false) 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
Sun, 03 Jan 2010 18:55:42 +0000 Matthew Wild s2smanager, hostmanager: Make dialback secrets per-host file | diff | annotate
Sun, 03 Jan 2010 18:37:03 +0000 Matthew Wild s2smanager: Trim trailing whitespace 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 21:38:16 +0000 Matthew Wild Merge with backout branch 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
Thu, 17 Dec 2009 21:33:35 +0000 Matthew Wild Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for a while :) file | diff | annotate
Thu, 17 Dec 2009 21:18:02 +0000 Matthew Wild s2smanager: More whitespace file | diff | annotate
Thu, 17 Dec 2009 21:17:47 +0000 Matthew Wild s2smanager: Mark stream as opened sooner, this prevents a duplicated stream header on host-unknown errors (thanks darkrain and his mail server) file | diff | annotate
Thu, 17 Dec 2009 21:14:44 +0000 Matthew Wild s2smanager: Whitespace 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, 26 Nov 2009 17:17:54 +0000 Matthew Wild s2smanager: Allow configuration of the dialback_secret in the config file | diff | annotate
Wed, 25 Nov 2009 03:30:41 +0000 Matthew Wild Merge with 0.6 file | diff | annotate
Wed, 25 Nov 2009 03:30:00 +0000 Matthew Wild s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter) file | diff | annotate
Sun, 22 Nov 2009 04:53:02 +0000 Matthew Wild s2smanager: Fix syntax error introduced in merge file | diff | annotate
Sun, 22 Nov 2009 04:50:42 +0000 Matthew Wild Merge with trunk file | diff | annotate
Sat, 21 Nov 2009 13:49:48 +0000 Matthew Wild s2smanager: Don't log full stanza when sending outwards 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, 22 Nov 2009 04:42:03 +0000 Matthew Wild s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons) file | diff | annotate
(0) -100 -60 tip

mercurial