Log

plugins/mod_s2s.lua @ 12433:3dfcdcab5446 0.12

description author age
Merge config-updates+check-turn from timber Matthew Wild 2022-03-04
various: Require encryption by default for real Kim Alvefur 2021-12-25
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin) Kim Alvefur 2022-02-22
mod_c2s,mod_s2s: Wrap callback to improve tracebacks Kim Alvefur 2022-02-22
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps Kim Alvefur 2022-02-17
mod_s2s: Disable creation of new outgoing connections during shutdown Kim Alvefur 2022-02-11
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions Kim Alvefur 2022-02-11
mod_s2s: Add new early s2s-connected events Kim Alvefur 2022-02-06
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls Kim Alvefur 2022-01-21
mod_s2s: Enable outgoing Direct TLS connections Kim Alvefur 2022-01-21
mod_s2s: Fix logging of <stream:error> consistency with other mods Kim Alvefur 2021-10-24
mod_s2s: Don't pass unknown hostnames as stats label Kim Alvefur 2021-10-21
mod_s2s: Rename Direct TLS listener 's2s_direct_tls' Kim Alvefur 2021-09-09
mod_s2s: Add a Direct TLS listener Kim Alvefur 2021-08-10
mod_s2s: Handle connections having TLS from the start Kim Alvefur 2021-08-10
mod_s2s: Factor out procedure for newly encrypted sessions Kim Alvefur 2021-08-10
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk) Kim Alvefur 2021-09-06
mod_c2s,mod_s2s: Fire event just before writes Kim Alvefur 2021-08-16
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s Kim Alvefur 2021-08-16
mod_s2s: Clone 'extra' data to let resolvers add more to it Kim Alvefur 2021-07-18
mod_s2s: Handle measurement where the local host is unknown Kim Alvefur 2021-07-18
mod_s2s: Guard against missing 'to' on incoming stream Kim Alvefur 2021-07-18
mod_s2s: Don't close connections on reload Kim Alvefur 2021-07-14
mod_s2s: Close connections attached to a host being deactivated Kim Alvefur 2021-07-14
mod_s2s: Vary log level by remote stream error Kim Alvefur 2021-07-14
mod_s2s: Remove connection timeout once it's no longer needed Kim Alvefur 2021-07-13
mod_s2s: Log debug message on attempted close of an connectionless session Kim Alvefur 2021-07-11
mod_s2s: Drop level of indentation by inverting a condition and early return Kim Alvefur 2021-07-11
mod_s2s: Use module API to fire events Kim Alvefur 2021-07-11
mod_s2s: Remove duplicate method call (thanks luacheck) Kim Alvefur 2021-06-21