aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/s2s/mod_s2s.lua
Commit message (Expand)AuthorAgeFilesLines
* Rename plugins/s2s/ to plugins/mod_s2s/Matthew Wild2012-05-041-486/+0
* mod_s2s: Don't try to continue attempting to connect when an s2sin is closedKim Alvefur2012-04-291-1/+1
* mod_s2s: Log certificate errors, for troubleshooting goodnessPaul Aurich2012-04-281-0/+3
* mod_s2s: Fix import of core_process_stanza. I don't know why I thought it was...Matthew Wild2012-04-281-1/+1
* mod_s2s: Fix imports and remove some unused variablesMatthew Wild2012-04-281-3/+7
* mod_s2s: Add log() importMatthew Wild2012-04-281-0/+2
* mod_s2s: Queuing a stanza constitutes handling it.Paul Aurich2012-03-261-0/+1
* mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (d...Matthew Wild2012-03-151-1/+1
* Merge with ZashMatthew Wild2012-03-151-4/+1
|\
| * mod_s2s: Don't bounce sendq on failed connections since it's handled by s2sma...Kim Alvefur2012-03-111-4/+1
* | mod_c2s, mod_s2s: Add multiplex supportMatthew Wild2012-03-151-0/+3
* | mod_c2s: Use module:add_item() to add the net-provider for portmanagerMatthew Wild2012-03-141-1/+2
|/
* mod_s2s: Remove obsolete default_interfaceFlorian Zeitz2012-03-111-1/+1
* Merge with MarandaMatthew Wild2012-03-081-2/+1
|\
| * mod_s2s: remove conn sessions clearing redundancy and leave it only in listen...Marco Cirillo2012-03-051-2/+1
* | Merge with ZashMatthew Wild2012-03-071-1/+1
|\ \ | |/ |/|
| * mod_s2s: Log the entire stream header.Kim Alvefur2012-03-041-1/+1
* | mod_s2s: streamopened(): Tighter validation around stream 'to' and 'from' att...Matthew Wild2012-03-051-3/+27
|/
* mod_dialback, mod_s2s: Log initiation of dialback in mod_dialbackKim Alvefur2012-03-031-1/+0
* mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacyKim Alvefur2012-03-031-1/+1
* mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback.Kim Alvefur2012-03-031-1/+1
* mod_s2s: return true when we sent the stanza, or initiated a new s2soutKim Alvefur2012-03-031-0/+2
* mod_s2s: Split send_to_host() into two route/remote hooks, one for already ex...Kim Alvefur2012-03-031-24/+23
* mod_s2s: Add missing local table.insertKim Alvefur2012-03-011-0/+1
* s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, re...Marco Cirillo2012-02-241-1/+1
* Merge backoutMatthew Wild2012-02-241-2/+2
|\
| * Backed out changeset aba47e6dff43Matthew Wild2012-02-241-2/+2
* | Merge Zash with Florob and MarandaMatthew Wild2012-02-241-8/+5
|\|
| * mod_s2s: prevent attempting to reconnect when the stream is gracefully closed...Marco Cirillo2012-02-241-2/+2
| * mod_s2s, s2sout.lib: import cert verify and add another fallback method in ca...Marco Cirillo2012-02-241-0/+1
| * mod_s2s: port functionality once in s2smanager.Florian Zeitz2012-02-241-2/+5
* | mod_s2s: Attach send function to sessionKim Alvefur2012-02-231-0/+3
* | mod_s2s: Initiate connectionsKim Alvefur2012-02-231-0/+1
* | mod_s2s: Fix typoKim Alvefur2012-02-221-1/+1
* | mod_s2s: Add some missing importsKim Alvefur2012-02-221-0/+3
|/
* s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smana...Matthew Wild2012-01-231-0/+447