aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
Commit message (Expand)AuthorAgeFilesLines
* s2smanager: Remove srv_hosts from session when connected, this fixes attempti...Matthew Wild2009-06-191-0/+2
* s2smanager: Use a UUID as the dialback secretWaqas Hussain2009-06-041-1/+1
* s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)Matthew Wild2009-05-261-2/+14
* s2smanager: Only send reply </stream:stream> when connection is still openMatthew Wild2009-05-261-1/+3
* s2smanager: Miscellaneous logging improvements, changing levels, improving me...Matthew Wild2009-04-301-6/+6
* core.s2smanager: Buffer data sent before connectionMatthew Wild2009-04-201-0/+31
* core.s2smanager: Logging improvementsMatthew Wild2009-04-201-1/+9
* core.s2smanager: Don't initiate dialback if we don't have a connection yetMatthew Wild2009-04-121-1/+1
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-101-2/+0
* core.s2smanager: Remove some debuggingMatthew Wild2009-04-101-8/+2
* MergeMatthew Wild2009-04-101-21/+45
* core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac...Matthew Wild2009-04-081-1/+1
* core.s2smanager: Check for valid host and port before attempting connectionMatthew Wild2009-04-061-0/+5
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-051-0/+5
* Fixed: Some nil access bugsWaqas Hussain2009-03-301-2/+2
* Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ...Waqas Hussain2009-03-301-2/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* core.s2smanager: Remove some old commented code, break a long line in 2Matthew Wild2009-03-021-5/+2
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Port to new server.lua, quite some changes, but I believe everything to be wo...Matthew Wild2009-01-171-2/+2
* Bounce stanza errors on failed s2sWaqas Hussain2008-12-191-5/+34
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-131-2/+13
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Slightly more secure dialback secret generationMatthew Wild2008-12-071-1/+1
* Remove print()s from sessionmanager and s2smanagerMatthew Wild2008-12-061-1/+1
* Remove an incorrect line which I didn't add, and fix the proper way. Corrects...Matthew Wild2008-12-051-6/+5
* Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)Matthew Wild2008-12-051-2/+3
* Don't send stream:features to incoming s2s connectionsMatthew Wild2008-12-041-1/+3
* Fix logger ids for c2s and s2soutMatthew Wild2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* No more reading 1 byte at a time from socketsMatthew Wild2008-11-281-1/+1
* Switched from md5 to sha256 for dialback key generationWaqas Hussain2008-11-281-2/+2
* Log reason for connection failureMatthew Wild2008-11-261-1/+1
* (Basic) IDNA and SRV fallback supportMatthew Wild2008-11-261-33/+54
* Remove or comment useless prints, or change them to log()Matthew Wild2008-11-201-3/+3
* Remove version=1.0 on s2s stream headers, again.Matthew Wild2008-11-201-1/+1
* Remove an old FIXME commentMatthew Wild2008-11-191-3/+1
* Comments and logging fixesMatthew Wild2008-11-191-14/+0
* Send version=1.0 again in s2s stream headerMatthew Wild2008-11-191-1/+1
* Fix for setting the correct host on the socket, seems to fix s2s with XCPMatthew Wild2008-11-191-1/+1
* Don't send version 1.0. Who cares about Gmail?Matthew Wild2008-11-191-1/+1
* Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 m...Matthew Wild2008-11-191-12/+17
* Don't attempt to auth connection unless stanzas are being sent across itMatthew Wild2008-11-191-1/+1
* Log sent s2s stanzasMatthew Wild2008-11-191-4/+6
* We have SRV resolving \o/Matthew Wild2008-11-181-6/+28
* session:disconnect() -> session:close() for consistency with other Lua APIsMatthew Wild2008-11-181-3/+1
* Quite some changes, to:Matthew Wild2008-11-181-1/+10
* Fixed s2s manager's send queue to not store recieved stanza objects (as these...Waqas Hussain2008-11-171-0/+1