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
Fri, 14 Nov 2008 02:33:20 +0000 Matthew Wild I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) file | diff | annotate
Fri, 14 Nov 2008 02:23:43 +0000 Matthew Wild Print out the stanza also file | diff | annotate
Fri, 14 Nov 2008 02:20:46 +0000 Matthew Wild Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...) file | diff | annotate
Fri, 14 Nov 2008 02:12:08 +0000 Matthew Wild Another small fix, for logging in s2smanager file | diff | annotate
Fri, 14 Nov 2008 02:09:20 +0000 Matthew Wild Another small fix, for logging in s2smanager file | diff | annotate
Fri, 14 Nov 2008 02:06:17 +0000 Matthew Wild Mmm, s2s fixed :) file | diff | annotate
Thu, 13 Nov 2008 03:56:22 +0000 Matthew Wild Missed importing a function in last commit file | diff | annotate
Thu, 13 Nov 2008 03:48:20 +0000 Matthew Wild Change sending reply stream header to use top_tag() file | diff | annotate
Wed, 12 Nov 2008 19:26:08 +0000 Matthew Wild Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow file | diff | annotate
Sun, 09 Nov 2008 21:46:42 +0000 Matthew Wild Move some code about so that we don't leave connections hanging if they hit the connection timeout file | diff | annotate
Sun, 09 Nov 2008 20:14:58 +0000 Matthew Wild Prevent slow connects for s2s from blocking for so long file | diff | annotate
Sat, 08 Nov 2008 20:44:32 +0000 Matthew Wild Fix some very misleading logging file | diff | annotate
Sat, 08 Nov 2008 20:39:08 +0000 Matthew Wild Just committing this warning, because I want to know if the problem really affects us file | diff | annotate
Sun, 02 Nov 2008 06:36:42 +0500 Waqas Hussain Added resource priority handling, etc file | diff | annotate
Sat, 01 Nov 2008 21:07:14 +0000 Matthew Wild Fix s2s once and for all file | diff | annotate
Sat, 01 Nov 2008 18:28:46 +0000 Matthew Wild General fixes for s2s, to make it more robust (I hope), sending data to remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc. file | diff | annotate
Thu, 30 Oct 2008 21:11:22 +0000 Matthew Wild sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s() file | diff | annotate
Sun, 26 Oct 2008 14:03:40 +0000 Matthew Wild Better logging of s2s connections file | diff | annotate
(0) -60 tip

mercurial