aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
Commit message (Expand)AuthorAgeFilesLines
* sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)Matthew Wild2010-02-121-1/+1
* sessionmanager, s2smanager: Give sessions dummy data handlers that log when d...Matthew Wild2010-02-121-0/+3
* s2smanager, mod_compression, mod_tls: Changed event.session to event.origin f...Waqas Hussain2010-02-121-1/+1
* s2smanager: Update for new server SSL API (don't pass a sslctx)Matthew Wild2010-01-311-1/+1
* s2smanager: Fix syntax error)Matthew Wild2010-01-301-1/+1
* s2smanager: require_s2s_encryption -> s2s_require_encryptionMatthew Wild2010-01-301-1/+1
* s2smanager: Make require_s2s_encryption do what it says on the tinMatthew Wild2010-01-301-0/+10
* s2smanager: WhitespaceMatthew Wild2010-01-281-1/+0
* s2smanager: Log error and fail gracefully if we can't open a socket for an ou...Matthew Wild2010-01-191-0/+5
* s2smanager: No-one noticed that Prosody stopped sending to/from on stream hea...Matthew Wild2010-01-191-1/+1
* s2smanager: Split sending of stream header into a :open_stream() methodMatthew Wild2010-01-091-2/+11
* s2smanager: Allow new_outgoing() to create sessions without automatically con...Matthew Wild2010-01-041-3/+5
* s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy.Paul Aurich2010-01-031-1/+1
* s2smanager, hostmanager: Make dialback secrets per-hostMatthew Wild2010-01-031-2/+1
* s2smanager: Trim trailing whitespaceMatthew Wild2010-01-031-7/+7
* s2smanager: Give reasons to destroy_session in more cases, including when DNS...Matthew Wild2009-12-171-2/+2
* Merge with backout branchMatthew Wild2009-12-171-1/+0
|\
| * s2smanager: More whitespaceMatthew Wild2009-12-171-3/+1
* | s2smanager: Send reply stream header only after checking we serve this host (...Matthew Wild2009-12-171-4/+4
* | Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for ...Matthew Wild2009-12-171-1/+2
|/
* s2smanager: Mark stream as opened sooner, this prevents a duplicated stream h...Matthew Wild2009-12-171-2/+1
* s2smanager: WhitespaceMatthew Wild2009-12-171-1/+0
* s2smanager: Have both destroy_session and bounce_sendq accept a reason string...Matthew Wild2009-12-171-3/+6
* s2smanager: Allow configuration of the dialback_secret in the configMatthew Wild2009-11-261-2/+1
* Merge with 0.6Matthew Wild2009-11-251-0/+4
|\
| * s2smanager: Log warning when trying to send a stanza from a host we don't ser...Matthew Wild2009-11-251-0/+4
* | s2smanager: Fix syntax error introduced in mergeMatthew Wild2009-11-221-1/+1
* | Merge with trunkMatthew Wild2009-11-221-2/+2
|\ \
| * | s2smanager: Don't log full stanza when sending outwardsMatthew Wild2009-11-211-2/+2
| * | s2smanager: Don't tostring() the data before sending, sends2s already does this.Matthew Wild2009-11-211-1/+1
| |/
* / s2smanager: Update for new net.server API (s2s still doesn't work with libeve...Matthew Wild2009-11-221-3/+3
|/
* s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_as...Matthew Wild2009-11-201-1/+6
* s2smanager: Queue db:verify unless we already sent a db:result (if we had the...Matthew Wild2009-11-201-5/+1
* 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