Commit graph

18 commits

Author SHA1 Message Date
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Matthew Wild
34fd62b3ff mod_s2s/s2sout.lib: Remove unused variables and imports 2013-06-18 12:14:46 +01:00
Matthew Wild
5a6094750b mod_s2s/s2sout.lib: Remove reference to undefined global 2013-06-18 12:12:49 +01:00
Matthew Wild
f538d14ed4 mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses 2013-06-18 12:12:12 +01:00
Matthew Wild
28e1592c0c mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6 2013-06-18 12:11:40 +01:00
Florian Zeitz
e53d5b4f79 util.rfc{3484,6724}: Update to RFC 6724 2013-04-30 18:34:03 +02:00
Kim Alvefur
ae5806cd67 mod_s2s: Reset secure flag on new connection attempt 2013-03-25 19:08:15 +01:00
Kim Alvefur
9c4985d9d8 mod_s2s: Keep the dns answer object around a while so plugins can look at it 2013-03-23 23:30:13 +01:00
Kim Alvefur
ee9ef878c4 mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams 2013-03-16 17:46:43 +01:00
Kim Alvefur
ddd751aed9 mod_s2s: Check that an SRV reply isn't empty. 2012-09-03 04:22:40 +02:00
Matthew Wild
9f24aa6cf8 mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation 2012-07-23 13:29:33 +01:00
Matthew Wild
07c9903d58 mod_s2s/s2sout.lib: Fix indentation 2012-07-22 16:29:52 +01:00
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) 2012-07-22 16:17:04 +01:00
Kim Alvefur
e6bf33e872 mod_s2s: Remove check for socket.tcp6() 2012-05-29 18:04:29 +02:00
Kim Alvefur
bb98bf4a58 mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. 2012-05-29 18:02:48 +02:00
Matthew Wild
81cbf8c7d4 mod_s2s, s2sout.lib: Send stream header in onconnect() 2012-05-24 03:08:42 +01:00
Kim Alvefur
3713488b27 s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s 2012-05-10 23:05:03 +02:00
Matthew Wild
d18c1ff0da Rename plugins/s2s/ to plugins/mod_s2s/ 2012-05-04 00:05:15 +01:00
Renamed from plugins/s2s/s2sout.lib.lua (Browse further)