aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* s2smanager: Handle disallow_s2s for incoming streams as well as outgoingMatthew Wild2010-07-161-4/+16
|
* s2smanager: Lower default DNS timeout to 15s (it's now a per-DNS-server ↵Matthew Wild2010-07-051-15/+3
| | | | timeout, rather than total timeout), use net.dns's new timeout system, and remove our custom timeout handlers
* Merge 0.7->trunkMatthew Wild2010-07-021-1/+1
|\
| * s2smanager: Don't attempt to connect to a nil host (for whatever reason... ↵Matthew Wild2010-07-021-1/+1
| | | | | | | | invalid DNS record perhaps?) (thanks dersd)
* | s2smanager: Register outgoing connection with the connection listener only ↵Matthew Wild2010-07-021-4/+4
| | | | | | | | after initializing filters (thanks darkrain, dersd)
* | s2smanager: Fix logging for outgoing sessions to also log pre-filtered dataMatthew Wild2010-06-131-1/+1
| |
* | s2smanager: Move 'sending' debug log message so that it sees the ↵Matthew Wild2010-06-101-1/+1
| | | | | | | | pre-filtered stanzas
* | Merge 0.7->trunkMatthew Wild2010-06-031-1/+0
|\|
| * s2smanager: Remove potentially misleading log message (thanks albert)Matthew Wild2010-06-031-1/+0
| |
* | s2smanager: Add filters for outgoing bytes and stanzasMatthew Wild2010-06-021-2/+29
|/
* Merge 0.6->0.7Matthew Wild2010-03-301-2/+2
|\
| * stanza_router, s2smanager, modulemanager: Fix for handling of the default ↵Matthew Wild2010-03-301-2/+2
| | | | | | | | namespace on stanzas, causing sometimes jabber:client to be sent over s2s, and accepted
* | Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\|
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions ↵Matthew Wild2010-03-221-0/+1
| | | | | | | | (fixes a logging traceback, thanks Flo)
* | Merge 0.6->0.7Matthew Wild2010-03-181-5/+0
|\|
| * s2smanager: Remove the infamous 'as per RFC' log message entirely (it ↵Matthew Wild2010-03-181-6/+0
| | | | | | | | happens too often to be useful)
| * Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-0/+3
| |\
| | * 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 ↵Matthew Wild2010-02-121-0/+3
| | | | | | | | | | | | data is received by a destroyed session
| * | s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)Matthew Wild2010-02-191-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: Stamp a 'to' on the reply stream:stream. This makes prosody happy.Paul Aurich2010-01-031-1/+1
| | |
| * | s2smanager: Give reasons to destroy_session in more cases, including when ↵Matthew Wild2009-12-171-2/+2
| | | | | | | | | | | | DNS lookup fails
| * | s2smanager: Have both destroy_session and bounce_sendq accept a reason ↵Matthew Wild2009-12-171-3/+6
| | | | | | | | | | | | string to include in bounced stanzas
| * | s2smanager: Send reply stream header only after checking we serve this host ↵Matthew Wild2009-12-171-4/+4
| | | | | | | | | | | | (sorry darkrain... :) )
| * | s2smanager: Don't tostring() the data before sending, sends2s already does this.Matthew Wild2009-11-211-1/+1
| |/
* | s2smanager: Don't re-destroy destroyed sessionsMatthew Wild2010-03-141-0/+1
| |
* | s2smanager: Add open_stream and close methods to resting sessionsMatthew Wild2010-03-141-0/+6
| |
* | sessionmanager, s2smanager: Close session on </stream:stream>Matthew Wild2010-03-111-5/+2
| |
* | sessionmanager, s2smanager: Destroyed sessions are now simply resting (not ↵Matthew Wild2010-03-081-9/+21
| | | | | | | | dead) until they are collected - prevents a whole class of tracebacks
* | Merge with 0.6Matthew Wild2010-02-251-1/+3
|\|
| * s2smanager: Log and fail gracefully when unable to create socket for ↵Matthew Wild2010-02-251-0/+5
| | | | | | | | outgoing s2s connection (thanks foucault)
| * s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain)Matthew Wild2010-02-251-1/+3
| |
* | s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)Matthew Wild2010-02-191-1/+1
| |
* | 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 ↵Matthew Wild2010-02-121-0/+3
| | | | | | | | data is received by a destroyed session
* | s2smanager, mod_compression, mod_tls: Changed event.session to event.origin ↵Waqas Hussain2010-02-121-1/+1
| | | | | | | | for s2s-stream-features event for consistency.
* | 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 ↵Matthew Wild2010-01-191-0/+5
| | | | | | | | outgoing s2s connection (thanks foucault)
* | s2smanager: No-one noticed that Prosody stopped sending to/from on stream ↵Matthew Wild2010-01-191-1/+1
| | | | | | | | headers recently? :)
* | 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 ↵Matthew Wild2010-01-041-3/+5
| | | | | | | | connecting them (set 3rd parameters to false)
* | s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy.Paul Aurich2010-01-031-1/+1
| |