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
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 file | diff | annotate
Thu, 04 Jun 2009 21:12:36 +0500 Waqas Hussain s2smanager: Use a UUID as the dialback secret file | diff | annotate
Tue, 26 May 2009 21:59:28 +0100 Matthew Wild s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config) file | diff | annotate
Tue, 26 May 2009 01:07:52 +0100 Matthew Wild s2smanager: Only send reply </stream:stream> when connection is still open file | diff | annotate
Thu, 30 Apr 2009 02:43:12 +0100 Matthew Wild s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible file | diff | annotate
Mon, 20 Apr 2009 22:14:31 +0100 Matthew Wild core.s2smanager: Buffer data sent before connection file | diff | annotate
Mon, 20 Apr 2009 22:13:09 +0100 Matthew Wild core.s2smanager: Logging improvements file | diff | annotate
Sun, 12 Apr 2009 13:14:45 +0100 Matthew Wild core.s2smanager: Don't initiate dialback if we don't have a connection yet file | diff | annotate
Fri, 10 Apr 2009 10:38:04 +0100 Matthew Wild Remove more debugging code which was accidentally committed (don't trust hg) file | diff | annotate
Fri, 10 Apr 2009 10:36:01 +0100 Matthew Wild core.s2smanager: Remove some debugging file | diff | annotate
Fri, 10 Apr 2009 10:31:38 +0100 Matthew Wild Merge file | diff | annotate
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. file | diff | annotate
Mon, 06 Apr 2009 23:43:48 +0100 Matthew Wild core.s2smanager: Check for valid host and port before attempting connection file | diff | annotate
Sun, 05 Apr 2009 20:06:39 +0100 Matthew Wild sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream file | diff | annotate
Mon, 30 Mar 2009 05:26:10 +0500 Waqas Hussain Fixed: Some nil access bugs file | diff | annotate
Mon, 30 Mar 2009 03:06:01 +0500 Waqas Hussain Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57) file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Mon, 02 Mar 2009 13:52:08 +0000 Matthew Wild core.s2smanager: Remove some old commented code, break a long line in 2 file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
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 file | diff | annotate
Fri, 19 Dec 2008 01:57:13 +0500 Waqas Hussain Bounce stanza errors on failed s2s file | diff | annotate
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 :) file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Sun, 07 Dec 2008 03:12:22 +0000 Matthew Wild Slightly more secure dialback secret generation file | diff | annotate
Sat, 06 Dec 2008 23:14:39 +0000 Matthew Wild Remove print()s from sessionmanager and s2smanager file | diff | annotate
Fri, 05 Dec 2008 05:23:42 +0000 Matthew Wild Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. file | diff | annotate
Fri, 05 Dec 2008 04:44:19 +0000 Matthew Wild Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed) file | diff | annotate
Thu, 04 Dec 2008 17:10:02 +0000 Matthew Wild Don't send stream:features to incoming s2s connections file | diff | annotate
Thu, 04 Dec 2008 16:41:32 +0000 Matthew Wild Fix logger ids for c2s and s2sout file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Fri, 28 Nov 2008 00:08:23 +0000 Matthew Wild No more reading 1 byte at a time from sockets file | diff | annotate
Fri, 28 Nov 2008 01:13:34 +0500 Waqas Hussain Switched from md5 to sha256 for dialback key generation file | diff | annotate
Wed, 26 Nov 2008 23:47:23 +0000 Matthew Wild Log reason for connection failure file | diff | annotate
Wed, 26 Nov 2008 23:44:30 +0000 Matthew Wild (Basic) IDNA and SRV fallback support file | diff | annotate
Thu, 20 Nov 2008 03:00:43 +0000 Matthew Wild Remove or comment useless prints, or change them to log() file | diff | annotate
Thu, 20 Nov 2008 01:14:31 +0000 Matthew Wild Remove version=1.0 on s2s stream headers, again. file | diff | annotate
Wed, 19 Nov 2008 23:25:04 +0000 Matthew Wild Remove an old FIXME comment file | diff | annotate
Wed, 19 Nov 2008 22:50:37 +0000 Matthew Wild Comments and logging fixes file | diff | annotate
Wed, 19 Nov 2008 22:05:44 +0000 Matthew Wild Send version=1.0 again in s2s stream header file | diff | annotate
Wed, 19 Nov 2008 22:04:39 +0000 Matthew Wild Fix for setting the correct host on the socket, seems to fix s2s with XCP file | diff | annotate
Wed, 19 Nov 2008 05:34:00 +0000 Matthew Wild Don't send version 1.0. Who cares about Gmail? file | diff | annotate
Wed, 19 Nov 2008 05:13:07 +0000 Matthew Wild Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode. file | diff | annotate
Wed, 19 Nov 2008 05:12:21 +0000 Matthew Wild Don't attempt to auth connection unless stanzas are being sent across it file | diff | annotate
Wed, 19 Nov 2008 05:11:37 +0000 Matthew Wild Log sent s2s stanzas file | diff | annotate
Tue, 18 Nov 2008 22:41:04 +0000 Matthew Wild We have SRV resolving \o/ file | diff | annotate
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs file | diff | annotate
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to: file | diff | annotate
Mon, 17 Nov 2008 18:53:13 +0500 Waqas Hussain Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call) file | diff | annotate
Sat, 15 Nov 2008 08:38:25 +0500 Waqas Hussain Log how many queued stanzas we send file | diff | annotate
Fri, 14 Nov 2008 20:30:24 +0000 Matthew Wild Update hostname for identi.ca file | diff | annotate
Fri, 14 Nov 2008 18:54:19 +0000 Matthew Wild Remove some old unused (and empty) functions from s2smanager file | diff | annotate
Fri, 14 Nov 2008 02:54:56 +0000 Matthew Wild Now outgoing s2s sessions are associated with their from_host, fixes #15 file | diff | annotate
Fri, 14 Nov 2008 02:41:37 +0000 Matthew Wild Some more logging fixes file | diff | annotate
Fri, 14 Nov 2008 02:38:41 +0000 Matthew Wild Yep, s2s definitely works now. This is just a small fix for logging... file | diff | annotate
(0) -60 tip

mercurial