Commit Graph

8 Commits (28dfdedc653bd2977eb60e84e2f582e07eb37708)

Author SHA1 Message Date
Matthew Wild 9f24aa6cf8 mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation 14 years ago
Matthew Wild 07c9903d58 mod_s2s/s2sout.lib: Fix indentation 14 years ago
Matthew Wild fb3b789dca mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only send one (e.g. because v6 is disabled) 14 years ago
Kim Alvefur e6bf33e872 mod_s2s: Remove check for socket.tcp6() 14 years ago
Kim Alvefur bb98bf4a58 mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. 14 years ago
Matthew Wild 81cbf8c7d4 mod_s2s, s2sout.lib: Send stream header in onconnect() 14 years ago
Kim Alvefur 3713488b27 s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s 14 years ago
Matthew Wild d18c1ff0da Rename plugins/s2s/ to plugins/mod_s2s/ 14 years ago
Florian Zeitz 005331cb75 s2sout.lib: Check whether lua-socket supports IPv6 14 years ago
Matthew Wild 5d28dc3276 mod_s2s/s2sout.lib: Fix imports and some undefined variables 14 years ago
Florian Zeitz eb824294fe mod_s2s: Add "::" as a IPv6 interface (thanks darkrain) 14 years ago
Matthew Wild 437ed35fad mod_s2s/s2sout.lib: Log message instead of traceback when s2s isn't configured for any ports 14 years ago
Florian Zeitz eca225365d mod_s2s: Collect s2s sources from portmanager and get local address if necessary 14 years ago
Kim Alvefur 26768f3e54 s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s 14 years ago
Marco Cirillo c5f76e99d9 mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there. 14 years ago
Florian Zeitz 35ddcf0af3 s2sout.lib: import utils/functionality once in s2smanager. 14 years ago
Kim Alvefur ddef415e16 s2sout.lib: Fix wrong variable name 14 years ago
Kim Alvefur cf1aa003da s2sout.lib: Add locals for source interfaces 14 years ago
Kim Alvefur d30dec6f35 s2sout.lib: Import various util.* 14 years ago
Matthew Wild f851289311 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 14 years ago