Log

plugins/mod_s2s/mod_s2s.lua @ 11558:d0e9ffccdef9 0.11 0.11.9

description author age
mod_dialback: Remove d-w-d feature 0.11 0.11.9 Kim Alvefur Wed, 12 May 2021 17:22:02 +0200
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11 Matthew Wild Fri, 07 May 2021 17:03:49 +0100
mod_s2s: Fix copypaste mistake in b3ae48362f78 0.11 Kim Alvefur Wed, 16 Dec 2020 08:50:20 +0100
mod_s2s: Prevent whitespace keepalives the stream has been opened 0.11 Kim Alvefur Thu, 10 Dec 2020 11:53:10 +0100
mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7 Kim Alvefur Sun, 31 May 2020 22:39:34 +0200
mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #1574 0.11 0.11.6 Kim Alvefur Sat, 01 Aug 2020 12:58:37 +0200
mod_c2s,mod_s2s: Make stanza size limits configurable Kim Alvefur Sun, 31 May 2020 22:39:34 +0200
mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit Kim Alvefur Sun, 31 May 2020 22:25:48 +0200
mod_s2s: Run stream close in async context Kim Alvefur Fri, 08 May 2020 23:55:51 +0200
mod_s2s: Improve signaling of stream open events Kim Alvefur Fri, 08 May 2020 23:54:17 +0200
mod_s2s: Fix typo in comment [codespell] Kim Alvefur Thu, 13 Feb 2020 23:03:03 +0100
mod_s2s: Comment on the various 'reason' arguments passed to :close Kim Alvefur Sun, 26 Jan 2020 19:52:48 +0100
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver Matthew Wild Sat, 25 Jan 2020 14:38:42 +0000
Backed out changeset 74d66b1be989 (not optimal API) Matthew Wild Sat, 25 Jan 2020 14:25:21 +0000
mod_s2s: Pass use_ipv4/ipv6 from config to connector config Matthew Wild Fri, 24 Jan 2020 13:49:33 +0000
mod_s2s: Remove obsolete pre-connect buffer Kim Alvefur Tue, 17 Dec 2019 00:34:39 +0100
mod_s2s: Fix name conflict introduced in c7864f970969 Kim Alvefur Tue, 10 Dec 2019 17:43:26 +0100
mod_s2s: Invert condition to return early and reduce indentation Kim Alvefur Wed, 04 Dec 2019 22:37:20 +0100
mod_s2s: Fix mistake in 28755107c2f4 Kim Alvefur Tue, 03 Dec 2019 17:29:43 +0100
mod_s2s: Refactor stream error handling on close Kim Alvefur Sun, 01 Dec 2019 12:21:26 +0100
mod_s2s: Use stanza type check instead of duck typing Kim Alvefur Sun, 01 Dec 2019 12:19:36 +0100
mod_s2s: Improve TLS handshake error messages Kim Alvefur Sun, 01 Dec 2019 01:20:34 +0100
mod_s2s: Log from session logger Kim Alvefur Sat, 30 Nov 2019 23:33:39 +0100
mod_s2s: Improve log message about forbidding insecure connections Kim Alvefur Sat, 30 Nov 2019 23:29:15 +0100
mod_net_multiplex: Add support for using ALPN Kim Alvefur Fri, 29 Nov 2019 23:27:51 +0100
mod_s2s: Prevent unhandled stanza handler from complaining about stream features on aborted connections Kim Alvefur Fri, 29 Nov 2019 18:15:23 +0100
mod_s2s: Abort outgoing connections earlier when TLS requirement isn't satisfied Kim Alvefur Thu, 28 Nov 2019 18:30:30 +0100
mod_s2s: Send stream errors for cert problems on outgoing connections Kim Alvefur Thu, 28 Nov 2019 17:32:15 +0100
mod_s2s: Improve error in bounces due to cert validation problems Kim Alvefur Wed, 27 Nov 2019 23:26:59 +0100
mod_s2s: Add error text for error replies on some s2s failures (#770) Kim Alvefur Sat, 23 Nov 2019 01:32:53 +0100
s2s: Allow passing a custom error for bouncing queued stanzas (#770) Kim Alvefur Sat, 23 Nov 2019 01:29:03 +0100
mod_s2s: Wait for remote to close any connection allowing incoming stanzas Kim Alvefur Mon, 18 Nov 2019 20:37:40 +0100