mod_s2s: Set read mode for s2sout sockets to the same as s2sins
|
Kim Alvefur |
2016-08-11 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-22 |
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported
|
Kim Alvefur |
2016-01-21 |
mod_s2s/s2sout: Keep SRV lookup response around even if it's empty
|
Kim Alvefur |
2015-11-05 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-05-13 |
mod_s2s/s2sout: Use the local address assigned to UDP sockets instead of util.net to enumerate possible source addresses
|
Kim Alvefur |
2015-05-13 |
mod_s2s/s2sout: Remove now unused config option dns_max_depth
|
Kim Alvefur |
2015-05-13 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-04-25 |
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s
|
Kim Alvefur |
2015-04-24 |
mod_s2s: Move filter initialization to common place
|
Kim Alvefur |
2014-05-22 |
Merge 0.9 -> 0.10
|
Kim Alvefur |
2014-02-12 |
mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
|
Kim Alvefur |
2014-02-09 |
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
|
Kim Alvefur |
2013-10-07 |
mod_s2s: Lower "Beginning new connection attempt" message from info to debug level
|
Kim Alvefur |
2013-08-14 |
mod_s2s/s2sout.lib: Improve error message logged at 'info' level when failing to connect to a host. Now 'Failed in all attempts to connect to XYZ'
|
Matthew Wild |
2013-08-13 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_s2s/s2sout.lib: Remove unused variables and imports
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Remove reference to undefined global
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6
|
Matthew Wild |
2013-06-18 |
util.rfc{3484,6724}: Update to RFC 6724
|
Florian Zeitz |
2013-04-30 |
mod_s2s: Reset secure flag on new connection attempt
|
Kim Alvefur |
2013-03-25 |
mod_s2s: Keep the dns answer object around a while so plugins can look at it
|
Kim Alvefur |
2013-03-23 |
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
|
Kim Alvefur |
2013-03-16 |
mod_s2s: Check that an SRV reply isn't empty.
|
Kim Alvefur |
2012-09-03 |
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation
|
Matthew Wild |
2012-07-23 |
mod_s2s/s2sout.lib: Fix indentation
|
Matthew Wild |
2012-07-22 |
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)
|
Matthew Wild |
2012-07-22 |
mod_s2s: Remove check for socket.tcp6()
|
Kim Alvefur |
2012-05-29 |
mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available.
|
Kim Alvefur |
2012-05-29 |
mod_s2s, s2sout.lib: Send stream header in onconnect()
|
Matthew Wild |
2012-05-24 |
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
|
Kim Alvefur |
2012-05-10 |
Rename plugins/s2s/ to plugins/mod_s2s/
base
plugins/s2s/s2sout.lib.lua@b4e394fa3215
|
Matthew Wild |
2012-05-03 |