core/s2smanager.lua
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)
Sun, 22 Nov 2009 04:53:02 +0000 Matthew Wild s2smanager: Fix syntax error introduced in merge
Sun, 22 Nov 2009 04:50:42 +0000 Matthew Wild Merge with trunk
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)
Sat, 21 Nov 2009 13:49:48 +0000 Matthew Wild s2smanager: Don't log full stanza when sending outwards
Sat, 21 Nov 2009 13:47:45 +0000 Matthew Wild s2smanager: Don't tostring() the data before sending, sends2s already does this.
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
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.
Sun, 18 Oct 2009 16:16:27 +0100 Matthew Wild s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections
Sat, 17 Oct 2009 15:25:30 +0100 Matthew Wild s2smanager: Add incoming_s2s to the prosody object
Fri, 16 Oct 2009 22:19:20 +0100 Matthew Wild s2smanager: Fix access of 'config' global without requiring configmanager
Thu, 08 Oct 2009 23:40:54 +0100 Matthew Wild s2smanager: Make s2s-stream-features a per-host event
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)
Tue, 06 Oct 2009 11:02:33 +0100 Matthew Wild s2smanager: Improve log message on missing to/from in stream header
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
Sat, 03 Oct 2009 23:23:00 -0700 Paul Aurich Specify XMPP version on response stream to incoming s2s connection.
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works.
Sun, 04 Oct 2009 16:40:24 +0100 Matthew Wild s2smanager: Small comment
Sun, 04 Oct 2009 16:39:57 +0100 Matthew Wild s2smanager: Don't wait for stream:features from non-XMPP-1.0 hosts
Sun, 04 Oct 2009 16:38:33 +0100 Matthew Wild s2smanager: Send stream:features for incoming s2s connections which support XMPP 1.0
Sun, 04 Oct 2009 16:34:17 +0100 Matthew Wild s2smanager: Give outgoing sessions a host field (the local one)
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5
Sun, 27 Sep 2009 11:59:11 +0100 Matthew Wild core.s2smanager: Always use last record in the DNS cache
Mon, 21 Sep 2009 14:42:29 +0100 Matthew Wild Merge with 0.5
Mon, 21 Sep 2009 14:40:14 +0100 Matthew Wild core.s2smanager: Don't recurse CNAMEs infinitely :)
Sun, 20 Sep 2009 15:17:37 +0100 Matthew Wild Merge with 0.5
Sun, 20 Sep 2009 15:16:25 +0100 Matthew Wild s2smanager: Timeout unauthed s2s connections
Sat, 19 Sep 2009 17:48:15 +0100 Matthew Wild Merge with 0.5
Sat, 19 Sep 2009 17:47:26 +0100 Matthew Wild s2smanager: Compatibility with domains which use CNAMEs
Sat, 19 Sep 2009 17:42:16 +0100 Matthew Wild Merge with 0.5
Sat, 19 Sep 2009 17:40:19 +0100 Matthew Wild s2smanager: Pass A-record lookups through adns module
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)
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Wed, 08 Jul 2009 03:14:12 +0100 Matthew Wild s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly
Fri, 03 Jul 2009 14:58:11 +0100 Matthew Wild s2smanager: Log the hostname and address when s2s connection fails instantly
Wed, 01 Jul 2009 17:53:18 +0100 Matthew Wild Send xml:lang in stream headers, fixes #78
Fri, 19 Jun 2009 17:27:03 +0100 Matthew Wild s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown
Thu, 04 Jun 2009 21:12:36 +0500 Waqas Hussain s2smanager: Use a UUID as the dialback secret
Tue, 26 May 2009 21:59:28 +0100 Matthew Wild s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)
Tue, 26 May 2009 01:07:52 +0100 Matthew Wild s2smanager: Only send reply </stream:stream> when connection is still open
Thu, 30 Apr 2009 02:43:12 +0100 Matthew Wild s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
Mon, 20 Apr 2009 22:14:31 +0100 Matthew Wild core.s2smanager: Buffer data sent before connection
Mon, 20 Apr 2009 22:13:09 +0100 Matthew Wild core.s2smanager: Logging improvements
Sun, 12 Apr 2009 13:14:45 +0100 Matthew Wild core.s2smanager: Don't initiate dialback if we don't have a connection yet
Fri, 10 Apr 2009 10:38:04 +0100 Matthew Wild Remove more debugging code which was accidentally committed (don't trust hg)
Fri, 10 Apr 2009 10:36:01 +0100 Matthew Wild core.s2smanager: Remove some debugging
Fri, 10 Apr 2009 10:31:38 +0100 Matthew Wild Merge
Wed, 08 Apr 2009 20:01:53 +0100 Matthew Wild core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
Mon, 06 Apr 2009 23:43:48 +0100 Matthew Wild core.s2smanager: Check for valid host and port before attempting connection
Sun, 05 Apr 2009 20:06:39 +0100 Matthew Wild sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
Mon, 30 Mar 2009 05:26:10 +0500 Waqas Hussain Fixed: Some nil access bugs
Mon, 30 Mar 2009 03:06:01 +0500 Waqas Hussain Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Mon, 02 Mar 2009 13:52:08 +0000 Matthew Wild core.s2smanager: Remove some old commented code, break a long line in 2
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!
Sat, 17 Jan 2009 04:45:08 +0000 Matthew Wild Port to new server.lua, quite some changes, but I believe everything to be working
Fri, 19 Dec 2008 01:57:13 +0500 Waqas Hussain Bounce stanza errors on failed s2s
Sat, 13 Dec 2008 17:43:52 +0000 Matthew Wild Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
less more (0) -100 -60 tip