Log

core/s2smanager.lua @ 960:6bc16062da6c

description author age
core.s2smanager: Check for valid host and port before attempting connection Matthew Wild Mon, 06 Apr 2009 23:43:48 +0100
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream Matthew Wild Sun, 05 Apr 2009 20:06:39 +0100
Fixed: Some nil access bugs Waqas Hussain Mon, 30 Mar 2009 05:26:10 +0500
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57) Waqas Hussain Mon, 30 Mar 2009 03:06:01 +0500
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
core.s2smanager: Remove some old commented code, break a long line in 2 Matthew Wild Mon, 02 Mar 2009 13:52:08 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
Port to new server.lua, quite some changes, but I believe everything to be working Matthew Wild Sat, 17 Jan 2009 04:45:08 +0000
Bounce stanza errors on failed s2s Waqas Hussain Fri, 19 Dec 2008 01:57:13 +0500
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :) Matthew Wild Sat, 13 Dec 2008 17:43:52 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Slightly more secure dialback secret generation Matthew Wild Sun, 07 Dec 2008 03:12:22 +0000
Remove print()s from sessionmanager and s2smanager Matthew Wild Sat, 06 Dec 2008 23:14:39 +0000
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. Matthew Wild Fri, 05 Dec 2008 05:23:42 +0000
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed) Matthew Wild Fri, 05 Dec 2008 04:44:19 +0000
Don't send stream:features to incoming s2s connections Matthew Wild Thu, 04 Dec 2008 17:10:02 +0000
Fix logger ids for c2s and s2sout Matthew Wild Thu, 04 Dec 2008 16:41:32 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
No more reading 1 byte at a time from sockets Matthew Wild Fri, 28 Nov 2008 00:08:23 +0000
Switched from md5 to sha256 for dialback key generation Waqas Hussain Fri, 28 Nov 2008 01:13:34 +0500
Log reason for connection failure Matthew Wild Wed, 26 Nov 2008 23:47:23 +0000
(Basic) IDNA and SRV fallback support Matthew Wild Wed, 26 Nov 2008 23:44:30 +0000
Remove or comment useless prints, or change them to log() Matthew Wild Thu, 20 Nov 2008 03:00:43 +0000
Remove version=1.0 on s2s stream headers, again. Matthew Wild Thu, 20 Nov 2008 01:14:31 +0000
Remove an old FIXME comment Matthew Wild Wed, 19 Nov 2008 23:25:04 +0000
Comments and logging fixes Matthew Wild Wed, 19 Nov 2008 22:50:37 +0000
Send version=1.0 again in s2s stream header Matthew Wild Wed, 19 Nov 2008 22:05:44 +0000
Fix for setting the correct host on the socket, seems to fix s2s with XCP Matthew Wild Wed, 19 Nov 2008 22:04:39 +0000
Don't send version 1.0. Who cares about Gmail? Matthew Wild Wed, 19 Nov 2008 05:34:00 +0000
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode. Matthew Wild Wed, 19 Nov 2008 05:13:07 +0000
Don't attempt to auth connection unless stanzas are being sent across it Matthew Wild Wed, 19 Nov 2008 05:12:21 +0000
Log sent s2s stanzas Matthew Wild Wed, 19 Nov 2008 05:11:37 +0000
We have SRV resolving \o/ Matthew Wild Tue, 18 Nov 2008 22:41:04 +0000
session:disconnect() -> session:close() for consistency with other Lua APIs Matthew Wild Tue, 18 Nov 2008 19:44:54 +0000
Quite some changes, to: Matthew Wild Tue, 18 Nov 2008 17:52:33 +0000
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call) Waqas Hussain Mon, 17 Nov 2008 18:53:13 +0500
Log how many queued stanzas we send Waqas Hussain Sat, 15 Nov 2008 08:38:25 +0500
Update hostname for identi.ca Matthew Wild Fri, 14 Nov 2008 20:30:24 +0000
Remove some old unused (and empty) functions from s2smanager Matthew Wild Fri, 14 Nov 2008 18:54:19 +0000
Now outgoing s2s sessions are associated with their from_host, fixes #15 Matthew Wild Fri, 14 Nov 2008 02:54:56 +0000
Some more logging fixes Matthew Wild Fri, 14 Nov 2008 02:41:37 +0000
Yep, s2s definitely works now. This is just a small fix for logging... Matthew Wild Fri, 14 Nov 2008 02:38:41 +0000
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) Matthew Wild Fri, 14 Nov 2008 02:33:20 +0000
Print out the stanza also Matthew Wild Fri, 14 Nov 2008 02:23:43 +0000
Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...) Matthew Wild Fri, 14 Nov 2008 02:20:46 +0000
Another small fix, for logging in s2smanager Matthew Wild Fri, 14 Nov 2008 02:12:08 +0000
Another small fix, for logging in s2smanager Matthew Wild Fri, 14 Nov 2008 02:09:20 +0000
Mmm, s2s fixed :) Matthew Wild Fri, 14 Nov 2008 02:06:17 +0000
Missed importing a function in last commit Matthew Wild Thu, 13 Nov 2008 03:56:22 +0000
Change sending reply stream header to use top_tag() Matthew Wild Thu, 13 Nov 2008 03:48:20 +0000
Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow Matthew Wild Wed, 12 Nov 2008 19:26:08 +0000
Move some code about so that we don't leave connections hanging if they hit the connection timeout Matthew Wild Sun, 09 Nov 2008 21:46:42 +0000
Prevent slow connects for s2s from blocking for so long Matthew Wild Sun, 09 Nov 2008 20:14:58 +0000
Fix some very misleading logging Matthew Wild Sat, 08 Nov 2008 20:44:32 +0000
Just committing this warning, because I want to know if the problem really affects us Matthew Wild Sat, 08 Nov 2008 20:39:08 +0000
Added resource priority handling, etc Waqas Hussain Sun, 02 Nov 2008 06:36:42 +0500
Fix s2s once and for all Matthew Wild Sat, 01 Nov 2008 21:07:14 +0000
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. Matthew Wild Sat, 01 Nov 2008 18:28:46 +0000