aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/s2s/mod_s2s.lua
Commit message (Collapse)AuthorAgeFilesLines
* s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, ↵Marco Cirillo2012-02-241-1/+1
| | | | remove useless space from mod_s2s code
* 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 ↵Marco Cirillo2012-02-241-2/+2
| | | | | | | | closed and fix TB by checking session.conn is set (racy racy?)
| * mod_s2s, s2sout.lib: import cert verify and add another fallback method in ↵Marco Cirillo2012-02-241-0/+1
| | | | | | | | case socket.local_addresses isn't there.
| * 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 ↵Matthew Wild2012-01-231-0/+447
s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua