aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix s2s once and for allMatthew Wild2008-11-011-1/+0
| | | | | | | - Moved dialback to the new mod_dialback (mostly). - Modules can now supply a list of origins to handle to add_handler - Modules can now handle and process any stanza, overriding the core - Modules handle non-jabber:client/jabber:server xmlns'd stanzas
* General fixes for s2s, to make it more robust (I hope), sending data to ↵Matthew Wild2008-11-011-19/+37
| | | | remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc.
* sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()Matthew Wild2008-10-301-7/+14
| | | | Should fix outward routing problems.
* Better logging of s2s connectionsMatthew Wild2008-10-261-1/+2
|
* Little tweak for more useful logging of closed s2s sessionsMatthew Wild2008-10-261-1/+1
|
* Remove misleading log message regarding s2s/dialbackMatthew Wild2008-10-251-5/+0
|
* other half of previous commitMatthew Wild2008-10-241-0/+14
|
* Remove some overly-verbose debug log outputMatthew Wild2008-10-241-1/+0
|
* Destroy s2s sendqueue when connection is established successfully and data ↵Matthew Wild2008-10-241-1/+3
| | | | written
* Hack until we get SRV resolvingMatthew Wild2008-10-241-0/+3
|
* Partial s2s commitMatthew Wild2008-10-241-0/+178