s2smanager: Use a UUID as the dialback secret
|
Waqas Hussain |
2009-06-04 |
s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)
|
Matthew Wild |
2009-05-26 |
s2smanager: Only send reply </stream:stream> when connection is still open
|
Matthew Wild |
2009-05-26 |
s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
core.s2smanager: Buffer data sent before connection
|
Matthew Wild |
2009-04-20 |
core.s2smanager: Logging improvements
|
Matthew Wild |
2009-04-20 |
core.s2smanager: Don't initiate dialback if we don't have a connection yet
|
Matthew Wild |
2009-04-12 |
Remove more debugging code which was accidentally committed (don't trust hg)
|
Matthew Wild |
2009-04-10 |
core.s2smanager: Remove some debugging
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
|
Matthew Wild |
2009-04-08 |
core.s2smanager: Check for valid host and port before attempting connection
|
Matthew Wild |
2009-04-06 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
Fixed: Some nil access bugs
|
Waqas Hussain |
2009-03-30 |
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
core.s2smanager: Remove some old commented code, break a long line in 2
|
Matthew Wild |
2009-03-02 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
2009-01-17 |
Bounce stanza errors on failed s2s
|
Waqas Hussain |
2008-12-18 |
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
|
Matthew Wild |
2008-12-13 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Slightly more secure dialback secret generation
|
Matthew Wild |
2008-12-07 |
Remove print()s from sessionmanager and s2smanager
|
Matthew Wild |
2008-12-06 |
Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
|
Matthew Wild |
2008-12-05 |
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)
|
Matthew Wild |
2008-12-05 |
Don't send stream:features to incoming s2s connections
|
Matthew Wild |
2008-12-04 |
Fix logger ids for c2s and s2sout
|
Matthew Wild |
2008-12-04 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
No more reading 1 byte at a time from sockets
|
Matthew Wild |
2008-11-28 |
Switched from md5 to sha256 for dialback key generation
|
Waqas Hussain |
2008-11-27 |
Log reason for connection failure
|
Matthew Wild |
2008-11-26 |
(Basic) IDNA and SRV fallback support
|
Matthew Wild |
2008-11-26 |
Remove or comment useless prints, or change them to log()
|
Matthew Wild |
2008-11-20 |
Remove version=1.0 on s2s stream headers, again.
|
Matthew Wild |
2008-11-20 |
Remove an old FIXME comment
|
Matthew Wild |
2008-11-19 |
Comments and logging fixes
|
Matthew Wild |
2008-11-19 |
Send version=1.0 again in s2s stream header
|
Matthew Wild |
2008-11-19 |
Fix for setting the correct host on the socket, seems to fix s2s with XCP
|
Matthew Wild |
2008-11-19 |
Don't send version 1.0. Who cares about Gmail?
|
Matthew Wild |
2008-11-19 |
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.
|
Matthew Wild |
2008-11-19 |
Don't attempt to auth connection unless stanzas are being sent across it
|
Matthew Wild |
2008-11-19 |
Log sent s2s stanzas
|
Matthew Wild |
2008-11-19 |
We have SRV resolving \o/
|
Matthew Wild |
2008-11-18 |
session:disconnect() -> session:close() for consistency with other Lua APIs
|
Matthew Wild |
2008-11-18 |
Quite some changes, to:
|
Matthew Wild |
2008-11-18 |
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call)
|
Waqas Hussain |
2008-11-17 |
Log how many queued stanzas we send
|
Waqas Hussain |
2008-11-15 |
Update hostname for identi.ca
|
Matthew Wild |
2008-11-14 |
Remove some old unused (and empty) functions from s2smanager
|
Matthew Wild |
2008-11-14 |
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 |