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
Fri, 20 Nov 2009 15:07:39 +0000 Matthew Wild s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_ascii(), thanks Flo + waqas file | diff | annotate
Fri, 20 Nov 2009 04:39:54 +0000 Matthew Wild s2smanager: Queue db:verify unless we already sent a db:result (if we had then it can could a dialback deadlock). Also remove some redundant code which could cause a db:result to be sent while still negotiating features (e.g. TLS) and break things. Collectively these fix a 'random' s2s failure (usually with ejabberd for some reason) - resulting in an 'unbound prefix' XML error, or 'ssl handshake failure'. Was this commit message long enough? I think so. file | diff | annotate
Sun, 18 Oct 2009 16:16:27 +0100 Matthew Wild s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections file | diff | annotate
Sat, 17 Oct 2009 15:25:30 +0100 Matthew Wild s2smanager: Add incoming_s2s to the prosody object file | diff | annotate
Fri, 16 Oct 2009 22:19:20 +0100 Matthew Wild s2smanager: Fix access of 'config' global without requiring configmanager file | diff | annotate
Thu, 08 Oct 2009 23:40:54 +0100 Matthew Wild s2smanager: Make s2s-stream-features a per-host event file | diff | annotate
Tue, 06 Oct 2009 15:02:16 +0100 Matthew Wild s2smanager: Don't send version=1.0 in reply to incoming stream tag if they didn't advertise 1.0 (makes happy some old ejabberd versions) file | diff | annotate
Tue, 06 Oct 2009 11:02:33 +0100 Matthew Wild s2smanager: Improve log message on missing to/from in stream header file | diff | annotate
Mon, 05 Oct 2009 14:50:27 +0100 Matthew Wild s2smanager: Mark session as secure if it was negotiating TLS and opens a new stream file | diff | annotate
Sat, 03 Oct 2009 23:23:00 -0700 Paul Aurich Specify XMPP version on response stream to incoming s2s connection. file | diff | annotate
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works. file | diff | annotate
Sun, 04 Oct 2009 16:40:24 +0100 Matthew Wild s2smanager: Small comment file | diff | annotate
Sun, 04 Oct 2009 16:39:57 +0100 Matthew Wild s2smanager: Don't wait for stream:features from non-XMPP-1.0 hosts file | diff | annotate
Sun, 04 Oct 2009 16:38:33 +0100 Matthew Wild s2smanager: Send stream:features for incoming s2s connections which support XMPP 1.0 file | diff | annotate
Sun, 04 Oct 2009 16:34:17 +0100 Matthew Wild s2smanager: Give outgoing sessions a host field (the local one) file | diff | annotate
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Sun, 27 Sep 2009 11:59:11 +0100 Matthew Wild core.s2smanager: Always use last record in the DNS cache file | diff | annotate
Mon, 21 Sep 2009 14:42:29 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Mon, 21 Sep 2009 14:40:14 +0100 Matthew Wild core.s2smanager: Don't recurse CNAMEs infinitely :) file | diff | annotate
Sun, 20 Sep 2009 15:17:37 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Sun, 20 Sep 2009 15:16:25 +0100 Matthew Wild s2smanager: Timeout unauthed s2s connections file | diff | annotate
Sat, 19 Sep 2009 17:48:15 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Sat, 19 Sep 2009 17:47:26 +0100 Matthew Wild s2smanager: Compatibility with domains which use CNAMEs file | diff | annotate
Sat, 19 Sep 2009 17:42:16 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Sat, 19 Sep 2009 17:40:19 +0100 Matthew Wild s2smanager: Pass A-record lookups through adns module file | diff | annotate
Sun, 16 Aug 2009 21:41:53 +0100 Matthew Wild core.s2smanager, xmppserver_listener: Move the responsibility of setting session.log from the latter to the former for incoming sessions (outgoing are already like this) file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Wed, 08 Jul 2009 03:14:12 +0100 Matthew Wild s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly file | diff | annotate
Fri, 03 Jul 2009 14:58:11 +0100 Matthew Wild s2smanager: Log the hostname and address when s2s connection fails instantly file | diff | annotate
Wed, 01 Jul 2009 17:53:18 +0100 Matthew Wild Send xml:lang in stream headers, fixes #78 file | diff | annotate
(0) -100 -60 tip

mercurial