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 |
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()
|
Matthew Wild |
Thu, 30 Oct 2008 21:11:22 +0000 |
Better logging of s2s connections
|
Matthew Wild |
Sun, 26 Oct 2008 14:03:40 +0000 |
Little tweak for more useful logging of closed s2s sessions
|
Matthew Wild |
Sun, 26 Oct 2008 13:14:14 +0000 |
Remove misleading log message regarding s2s/dialback
|
Matthew Wild |
Sat, 25 Oct 2008 18:21:34 +0100 |
other half of previous commit
|
Matthew Wild |
Fri, 24 Oct 2008 18:14:40 +0100 |
Remove some overly-verbose debug log output
|
Matthew Wild |
Fri, 24 Oct 2008 15:33:38 +0100 |
Destroy s2s sendqueue when connection is established successfully and data written
|
Matthew Wild |
Fri, 24 Oct 2008 15:32:31 +0100 |
Hack until we get SRV resolving
|
Matthew Wild |
Fri, 24 Oct 2008 14:59:04 +0100 |
s2s works! \o/ \o/
s2s
|
Matthew Wild |
Fri, 24 Oct 2008 07:27:36 +0100 |