Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more reading 1 byte at a time from sockets | Matthew Wild | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | Switched from md5 to sha256 for dialback key generation | Waqas Hussain | 2008-11-28 | 1 | -2/+2 |
| | |||||
* | Log reason for connection failure | Matthew Wild | 2008-11-26 | 1 | -1/+1 |
| | |||||
* | (Basic) IDNA and SRV fallback support | Matthew Wild | 2008-11-26 | 1 | -33/+54 |
| | |||||
* | Remove or comment useless prints, or change them to log() | Matthew Wild | 2008-11-20 | 1 | -3/+3 |
| | |||||
* | Remove version=1.0 on s2s stream headers, again. | Matthew Wild | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | Remove an old FIXME comment | Matthew Wild | 2008-11-19 | 1 | -3/+1 |
| | |||||
* | Comments and logging fixes | Matthew Wild | 2008-11-19 | 1 | -14/+0 |
| | |||||
* | Send version=1.0 again in s2s stream header | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Fix for setting the correct host on the socket, seems to fix s2s with XCP | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Don't send version 1.0. Who cares about Gmail? | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 ↵ | Matthew Wild | 2008-11-19 | 1 | -12/+17 |
| | | | | mode. | ||||
* | Don't attempt to auth connection unless stanzas are being sent across it | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Log sent s2s stanzas | Matthew Wild | 2008-11-19 | 1 | -4/+6 |
| | |||||
* | We have SRV resolving \o/ | Matthew Wild | 2008-11-18 | 1 | -6/+28 |
| | |||||
* | session:disconnect() -> session:close() for consistency with other Lua APIs | Matthew Wild | 2008-11-18 | 1 | -3/+1 |
| | |||||
* | Quite some changes, to: | Matthew Wild | 2008-11-18 | 1 | -1/+10 |
| | | | | | | | | - Small logging fix for s2smanager - Send a stream error if an incoming s2s connection is to an unrecognised hostname (fixes #11) - init_xmlhandlers now takes a table of callbacks (includes changes to net/xmpp*_listener for this) - Move sending of unavailable presence to where it should be, sessionmanager.destroy_session - Fix sending of stream errors to wrong connection | ||||
* | Fixed s2s manager's send queue to not store recieved stanza objects (as ↵ | Waqas Hussain | 2008-11-17 | 1 | -0/+1 |
| | | | | these can chnage after the send call) | ||||
* | Log how many queued stanzas we send | Waqas Hussain | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Update hostname for identi.ca | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Remove some old unused (and empty) functions from s2smanager | Matthew Wild | 2008-11-14 | 1 | -7/+0 |
| | |||||
* | Now outgoing s2s sessions are associated with their from_host, fixes #15 | Matthew Wild | 2008-11-14 | 1 | -7/+7 |
| | |||||
* | Some more logging fixes | Matthew Wild | 2008-11-14 | 1 | -4/+3 |
| | |||||
* | Yep, s2s definitely works now. This is just a small fix for logging... | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | I knew it ;) Fix sending error replies over s2s (though we shouldn't be ↵ | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | | | | error'ing on stream:features anyway) | ||||
* | Print out the stanza also | Matthew Wild | 2008-11-14 | 1 | -1/+2 |
| | |||||
* | Fix for detecting when we are routing a stanza to ourself (I'm sure this has ↵ | Matthew Wild | 2008-11-14 | 1 | -0/+4 |
| | | | | something to do with you, waqas...) | ||||
* | Another small fix, for logging in s2smanager | Matthew Wild | 2008-11-14 | 1 | -1/+4 |
| | |||||
* | Another small fix, for logging in s2smanager | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Mmm, s2s fixed :) | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Missed importing a function in last commit | Matthew Wild | 2008-11-13 | 1 | -0/+2 |
| | |||||
* | Change sending reply stream header to use top_tag() | Matthew Wild | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | Some s2s fixes. Now connect() does not block, and stanzas are not lost when ↵ | Matthew Wild | 2008-11-12 | 1 | -16/+25 |
| | | | | connection is slow | ||||
* | Move some code about so that we don't leave connections hanging if they hit ↵ | Matthew Wild | 2008-11-09 | 1 | -4/+6 |
| | | | | the connection timeout | ||||
* | Prevent slow connects for s2s from blocking for so long | Matthew Wild | 2008-11-09 | 1 | -0/+1 |
| | |||||
* | Fix some very misleading logging | Matthew Wild | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Just committing this warning, because I want to know if the problem really ↵ | Matthew Wild | 2008-11-08 | 1 | -1/+3 |
| | | | | affects us | ||||
* | 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 |