| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_s2s: Use a separate resolver object for each outgoing session | Matthew Wild | 2017-09-25 | 1 | -5/+5 |
* | mod_s2s: Log error message from DNS lookup | Kim Alvefur | 2016-10-04 | 1 | -0/+4 |
* | mod_s2s: Set read mode for s2sout sockets to the same as s2sins | Kim Alvefur | 2016-08-12 | 1 | -1/+3 |
* | Merge 0.9->0.10 | Kim Alvefur | 2016-01-22 | 1 | -24/+22 |
|\ |
|
| * | Backout 63f5870f9afe, no longer needed since Windows is currently unsupported | Kim Alvefur | 2016-01-21 | 1 | -24/+22 |
* | | mod_s2s/s2sout: Keep SRV lookup response around even if it's empty | Kim Alvefur | 2015-11-05 | 1 | -2/+3 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-05-13 | 1 | -23/+24 |
|\| |
|
| * | mod_s2s/s2sout: Use the local address assigned to UDP sockets instead of util... | Kim Alvefur | 2015-05-13 | 1 | -22/+24 |
| * | mod_s2s/s2sout: Remove now unused config option dns_max_depth | Kim Alvefur | 2015-05-13 | 1 | -1/+0 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-04-26 | 1 | -12/+0 |
|\| |
|
| * | net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s | Kim Alvefur | 2015-04-24 | 1 | -12/+0 |
* | | mod_s2s: Move filter initialization to common place | Kim Alvefur | 2014-05-22 | 1 | -15/+0 |
* | | Merge 0.9 -> 0.10 | Kim Alvefur | 2014-02-12 | 1 | -0/+3 |
|\| |
|
| * | mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout | Kim Alvefur | 2014-02-09 | 1 | -0/+3 |
* | | mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways me... | Kim Alvefur | 2013-10-07 | 1 | -0/+1 |
* | | mod_s2s: Lower "Beginning new connection attempt" message from info to debug ... | Kim Alvefur | 2013-08-14 | 1 | -1/+1 |
* | | mod_s2s/s2sout.lib: Improve error message logged at 'info' level when failing... | Matthew Wild | 2013-08-14 | 1 | -1/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -13/+13 |
|/ |
|
* | mod_s2s/s2sout.lib: Remove unused variables and imports | Matthew Wild | 2013-06-18 | 1 | -6/+2 |
* | mod_s2s/s2sout.lib: Remove reference to undefined global | Matthew Wild | 2013-06-18 | 1 | -1/+0 |
* | mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interfa... | Matthew Wild | 2013-06-18 | 1 | -12/+5 |
* | mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket suppor... | Matthew Wild | 2013-06-18 | 1 | -2/+5 |
* | util.rfc{3484,6724}: Update to RFC 6724 | Florian Zeitz | 2013-04-30 | 1 | -3/+3 |
* | mod_s2s: Reset secure flag on new connection attempt | Kim Alvefur | 2013-03-25 | 1 | -0/+4 |
* | mod_s2s: Keep the dns answer object around a while so plugins can look at it | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for open... | Kim Alvefur | 2013-03-16 | 1 | -7/+1 |
* | mod_s2s: Check that an SRV reply isn't empty. | Kim Alvefur | 2012-09-03 | 1 | -1/+1 |
* | mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of con... | Matthew Wild | 2012-07-23 | 1 | -3/+3 |
* | mod_s2s/s2sout.lib: Fix indentation | Matthew Wild | 2012-07-22 | 1 | -60/+60 |
* | mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only se... | Matthew Wild | 2012-07-22 | 1 | -8/+7 |
* | mod_s2s: Remove check for socket.tcp6() | Kim Alvefur | 2012-05-29 | 1 | -4/+0 |
* | mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. | Kim Alvefur | 2012-05-29 | 1 | -1/+17 |
* | mod_s2s, s2sout.lib: Send stream header in onconnect() | Matthew Wild | 2012-05-24 | 1 | -2/+0 |
* | s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s | Kim Alvefur | 2012-05-10 | 1 | -0/+2 |
* | Rename plugins/s2s/ to plugins/mod_s2s/ | Matthew Wild | 2012-05-04 | 1 | -0/+352 |