Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added resource priority handling, etc | Waqas Hussain | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Fix s2s once and for all | Matthew Wild | 2008-11-01 | 1 | -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 Wild | 2008-11-01 | 1 | -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 Wild | 2008-10-30 | 1 | -7/+14 |
| | | | | Should fix outward routing problems. | ||||
* | Better logging of s2s connections | Matthew Wild | 2008-10-26 | 1 | -1/+2 |
| | |||||
* | Little tweak for more useful logging of closed s2s sessions | Matthew Wild | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | Remove misleading log message regarding s2s/dialback | Matthew Wild | 2008-10-25 | 1 | -5/+0 |
| | |||||
* | other half of previous commit | Matthew Wild | 2008-10-24 | 1 | -0/+14 |
| | |||||
* | Remove some overly-verbose debug log output | Matthew Wild | 2008-10-24 | 1 | -1/+0 |
| | |||||
* | Destroy s2s sendqueue when connection is established successfully and data ↵ | Matthew Wild | 2008-10-24 | 1 | -1/+3 |
| | | | | written | ||||
* | Hack until we get SRV resolving | Matthew Wild | 2008-10-24 | 1 | -0/+3 |
| | |||||
* | Partial s2s commit | Matthew Wild | 2008-10-24 | 1 | -0/+178 |