Log

plugins/mod_s2s/mod_s2s.lua @ 10303:c434bff22b14

description author age
mod_s2s: Remove warning about hostname mismatch Kim Alvefur 2019-09-07
mod_s2s: Insert s2sin into outgoing routing table when bidirectional Kim Alvefur 2019-09-07
mod_s2s: Add function to send replies on s2sout connections that support incoming traffic Kim Alvefur 2019-09-07
mod_s2s: Handle authentication of s2sin and s2sout the same way Kim Alvefur 2019-09-07
mod_s2s: Remove obsolete cleanup code Kim Alvefur 2019-09-07
Remove COMPAT with temporary luasec fork Kim Alvefur 2019-08-25
mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections Kim Alvefur 2018-11-10
mod_s2s: Distinguish between high and low level errors in bounces Kim Alvefur 2019-08-01
plugins: Remove tostring call from logging Kim Alvefur 2019-07-30
mod_tls: Restore querying for certificates on s2s Kim Alvefur 2019-03-11
core.certmanager: Do not ask for client certificates by default Kim Alvefur 2019-03-10
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) Kim Alvefur 2019-01-15
mod_s2s: Indicate origin of s2s error Kim Alvefur 2018-10-08
mod_s2s: Silence all warnings instead of ignoring the entire module Kim Alvefur 2018-09-30
Merge 0.10->trunk Matthew Wild 2018-07-30
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming Kim Alvefur 2018-07-24
mod_s2s: Reduce logging (#776) Kim Alvefur 2018-07-22
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming Kim Alvefur 2018-07-24
mod_s2s: Reduce logging (#776) Kim Alvefur 2018-07-22
Merge 0.10->trunk Kim Alvefur 2018-06-22
mod_s2s: Close sockets held by resolver (#1170) Kim Alvefur 2018-06-17
mod_s2s: Add a counter for IPv6. Emmanuel Gil Peyrot 2017-09-09
mod_s2s: Don't use string concatenation when passing values to logging Kim Alvefur 2018-02-25
mod_s2s: Remove tostring() in logging since this is handled by util.format now Kim Alvefur 2017-12-21
mod_s2s: Restructure some code Kim Alvefur 2017-12-05
mod_s2s: Remove unused argument [luacheck] Kim Alvefur 2017-12-05
mod_s2s: Remove unused local [luacheck] Kim Alvefur 2017-12-05
Merge 0.10->trunk Matthew Wild 2017-09-26
mod_s2s: Use a separate resolver object for each outgoing session Matthew Wild 2017-09-25
Merge 0.10->trunk Kim Alvefur 2017-09-14