mod_s2s: Set warning status if not listening on any ports
|
Matthew Wild |
2019-03-19 |
mod_s2s: Fix previous commit
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Silence luacheck warnings in s2sout module
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Use session logger to ease debugging
|
Kim Alvefur |
2018-06-14 |
mod_s2s: Log a message before trying the next SRV record
|
Kim Alvefur |
2018-06-14 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-09 |
mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)
|
Kim Alvefur |
2018-06-08 |
mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)
|
Kim Alvefur |
2018-06-02 |
mod_s2s: Remove tostring() in logging since this is handled by util.format now
|
Kim Alvefur |
2017-12-21 |
mod_s2s: Use a separate resolver object for each outgoing session
|
Matthew Wild |
2017-09-25 |
mod_s2s: Log error message from DNS lookup
|
Kim Alvefur |
2016-10-04 |
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 |