Now outgoing s2s sessions are associated with their from_host, fixes #15
|
Matthew Wild |
2008-11-14 |
Some more logging fixes
|
Matthew Wild |
2008-11-14 |
Yep, s2s definitely works now. This is just a small fix for logging...
|
Matthew Wild |
2008-11-14 |
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway)
|
Matthew Wild |
2008-11-14 |
Print out the stanza also
|
Matthew Wild |
2008-11-14 |
Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...)
|
Matthew Wild |
2008-11-14 |
Another small fix, for logging in s2smanager
|
Matthew Wild |
2008-11-14 |
Another small fix, for logging in s2smanager
|
Matthew Wild |
2008-11-14 |
Mmm, s2s fixed :)
|
Matthew Wild |
2008-11-14 |
Missed importing a function in last commit
|
Matthew Wild |
2008-11-13 |
Change sending reply stream header to use top_tag()
|
Matthew Wild |
2008-11-13 |
Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow
|
Matthew Wild |
2008-11-12 |
Move some code about so that we don't leave connections hanging if they hit the connection timeout
|
Matthew Wild |
2008-11-09 |
Prevent slow connects for s2s from blocking for so long
|
Matthew Wild |
2008-11-09 |
Fix some very misleading logging
|
Matthew Wild |
2008-11-08 |
Just committing this warning, because I want to know if the problem really affects us
|
Matthew Wild |
2008-11-08 |
Added resource priority handling, etc
|
Waqas Hussain |
2008-11-02 |
Fix s2s once and for all
|
Matthew Wild |
2008-11-01 |
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 |
2008-11-01 |
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()
|
Matthew Wild |
2008-10-30 |
Better logging of s2s connections
|
Matthew Wild |
2008-10-26 |
Little tweak for more useful logging of closed s2s sessions
|
Matthew Wild |
2008-10-26 |
Remove misleading log message regarding s2s/dialback
|
Matthew Wild |
2008-10-25 |
other half of previous commit
|
Matthew Wild |
2008-10-24 |
Remove some overly-verbose debug log output
|
Matthew Wild |
2008-10-24 |
Destroy s2s sendqueue when connection is established successfully and data written
|
Matthew Wild |
2008-10-24 |
Hack until we get SRV resolving
|
Matthew Wild |
2008-10-24 |
s2s works! \o/ \o/
s2s
|
Matthew Wild |
2008-10-24 |