log plugins/s2s/s2sout.lib.lua @ 4791:c01066f27a5d

age author description
Sat, 28 Apr 2012 22:34:05 +0200 Florian Zeitz s2sout.lib: Check whether lua-socket supports IPv6
Sat, 28 Apr 2012 03:11:45 +0100 Matthew Wild mod_s2s/s2sout.lib: Fix imports and some undefined variables
Mon, 26 Mar 2012 18:23:49 +0200 Florian Zeitz mod_s2s: Add "::" as a IPv6 interface (thanks darkrain)
Wed, 14 Mar 2012 21:43:46 +0000 Matthew Wild mod_s2s/s2sout.lib: Log message instead of traceback when s2s isn't configured for any ports
Sun, 11 Mar 2012 20:16:57 +0100 Florian Zeitz mod_s2s: Collect s2s sources from portmanager and get local address if necessary
Sun, 11 Mar 2012 19:14:28 +0100 Kim Alvefur s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s
Fri, 24 Feb 2012 16:23:46 +0000 Matthew Wild Merge Zash with Florob and Maranda
Fri, 24 Feb 2012 15:34:25 +0000 Marco Cirillo mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there.
Fri, 24 Feb 2012 15:24:10 +0000 Florian Zeitz s2sout.lib: import utils/functionality once in s2smanager.
Thu, 23 Feb 2012 23:12:24 +0100 Kim Alvefur s2sout.lib: Fix wrong variable name
Thu, 23 Feb 2012 23:12:08 +0100 Kim Alvefur s2sout.lib: Add locals for source interfaces
Thu, 23 Feb 2012 23:09:09 +0100 Kim Alvefur s2sout.lib: Import various util.*
Mon, 23 Jan 2012 16:28:20 +0000 Matthew Wild s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua