| Commit message (Expand) | Author | Age | Files | Lines |
* | core.s2smanager: Don't initiate dialback if we don't have a connection yet | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | Remove more debugging code which was accidentally committed (don't trust hg) | Matthew Wild | 2009-04-10 | 1 | -2/+0 |
* | core.s2smanager: Remove some debugging | Matthew Wild | 2009-04-10 | 1 | -8/+2 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -21/+45 |
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac... | Matthew Wild | 2009-04-08 | 1 | -1/+1 |
* | core.s2smanager: Check for valid host and port before attempting connection | Matthew Wild | 2009-04-06 | 1 | -0/+5 |
* | sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c... | Matthew Wild | 2009-04-05 | 1 | -0/+5 |
* | Fixed: Some nil access bugs | Waqas Hussain | 2009-03-30 | 1 | -2/+2 |
* | Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ... | Waqas Hussain | 2009-03-30 | 1 | -2/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | core.s2smanager: Remove some old commented code, break a long line in 2 | Matthew Wild | 2009-03-02 | 1 | -5/+2 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -2/+2 |
* | Bounce stanza errors on failed s2s | Waqas Hussain | 2008-12-19 | 1 | -5/+34 |
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 1 | -2/+13 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Slightly more secure dialback secret generation | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | Remove print()s from sessionmanager and s2smanager | Matthew Wild | 2008-12-06 | 1 | -1/+1 |
* | Remove an incorrect line which I didn't add, and fix the proper way. Corrects... | Matthew Wild | 2008-12-05 | 1 | -6/+5 |
* | Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed) | Matthew Wild | 2008-12-05 | 1 | -2/+3 |
* | Don't send stream:features to incoming s2s connections | Matthew Wild | 2008-12-04 | 1 | -1/+3 |
* | Fix logger ids for c2s and s2sout | Matthew Wild | 2008-12-04 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | 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 m... | Matthew Wild | 2008-11-19 | 1 | -12/+17 |
* | 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 |
* | Fixed s2s manager's send queue to not store recieved stanza objects (as these... | Waqas Hussain | 2008-11-17 | 1 | -0/+1 |
* | 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 error... | Matthew Wild | 2008-11-14 | 1 | -1/+1 |