aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
Commit message (Expand)AuthorAgeFilesLines
* s2smanager: Use session-specific logger to log outgoing data on outgoing s2s ...Matthew Wild2009-10-181-1/+1
* s2smanager: Add incoming_s2s to the prosody objectMatthew Wild2009-10-171-0/+1
* s2smanager: Fix access of 'config' global without requiring configmanagerMatthew Wild2009-10-161-1/+1
* s2smanager: Make s2s-stream-features a per-host eventMatthew Wild2009-10-081-1/+6
* s2smanager: Don't send version=1.0 in reply to incoming stream tag if they di...Matthew Wild2009-10-061-1/+1
* s2smanager: Improve log message on missing to/from in stream headerMatthew Wild2009-10-061-1/+3
* s2smanager: Mark session as secure if it was negotiating TLS and opens a new ...Matthew Wild2009-10-051-0/+4
* Specify XMPP version on response stream to incoming s2s connection.Paul Aurich2009-10-031-1/+1
* Minor changes; outgoing TLS works.Paul Aurich2009-10-031-1/+2
* s2smanager: Small commentMatthew Wild2009-10-041-0/+1
* s2smanager: Don't wait for stream:features from non-XMPP-1.0 hostsMatthew Wild2009-10-041-4/+7
* s2smanager: Send stream:features for incoming s2s connections which support X...Matthew Wild2009-10-041-2/+6
* s2smanager: Give outgoing sessions a host field (the local one)Matthew Wild2009-10-041-1/+3
* Merge with 0.5Matthew Wild2009-09-271-7/+7
|\
| * core.s2smanager: Always use last record in the DNS cacheMatthew Wild2009-09-271-7/+7
* | Merge with 0.5Matthew Wild2009-09-211-1/+5
|\|
| * core.s2smanager: Don't recurse CNAMEs infinitely :)Matthew Wild2009-09-211-1/+5
* | Merge with 0.5Matthew Wild2009-09-201-0/+22
|\|
| * s2smanager: Timeout unauthed s2s connectionsMatthew Wild2009-09-201-0/+22
* | Merge with 0.5Matthew Wild2009-09-191-1/+11
|\|
| * s2smanager: Compatibility with domains which use CNAMEsMatthew Wild2009-09-191-1/+11
* | Merge with 0.5Matthew Wild2009-09-191-1/+29
|\|
| * s2smanager: Pass A-record lookups through adns moduleMatthew Wild2009-09-191-1/+29
* | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-161-0/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* s2smanager: Fix to correctly bounce stanzas if first connection attempt fails...Matthew Wild2009-07-081-2/+9
* s2smanager: Log the hostname and address when s2s connection fails instantlyMatthew Wild2009-07-031-1/+1
* Send xml:lang in stream headers, fixes #78Matthew Wild2009-07-011-1/+1
* 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