log plugins/mod_c2s.lua @ 14229:ce31fdde0ad1 default tip

age author description
Wed, 29 Apr 2026 17:12:59 +0100 Matthew Wild Merge 13.0->trunk
Wed, 29 Apr 2026 17:12:11 +0100 Matthew Wild Merge 0.12->13.0 13.0
Thu, 16 Apr 2026 18:59:56 +0100 Waqas Hussain mod_c2s: Remove timers immediately on disconnection 0.12
Thu, 16 Apr 2026 18:53:34 +0100 Matthew Wild mod_c2s, mod_s2s: Add configurable limit for stanza max child elements 0.12
Tue, 07 Apr 2026 20:35:41 +0200 Kim Alvefur mod_c2s,mod_s2s: Introduce separate pre-authentication stanza size limit 0.12
Tue, 21 Apr 2026 16:23:34 +0100 Matthew Wild Merge 13.0->trunk
Tue, 21 Apr 2026 16:22:43 +0100 Matthew Wild mod_c2s, mod_smacks: Refactor session/connection cleanup 13.0
Fri, 17 Apr 2026 14:35:32 +0100 Matthew Wild Merge 13.0->trunk
Thu, 16 Apr 2026 18:59:56 +0100 Waqas Hussain mod_c2s: Remove timers immediately on disconnection 13.0
Thu, 16 Apr 2026 18:53:34 +0100 Matthew Wild mod_c2s, mod_s2s: Add configurable limit for stanza max child elements 13.0
Thu, 16 Apr 2026 16:11:44 +0100 Matthew Wild mod_c2s: Fire a c2s-connected event 13.0
Tue, 07 Apr 2026 20:35:41 +0200 Kim Alvefur mod_c2s,mod_s2s: Introduce separate pre-authentication stanza size limit 13.0
Wed, 01 Oct 2025 17:39:20 +0200 Kim Alvefur mod_c2s: Fix typo
Wed, 01 Oct 2025 17:25:15 +0200 Kim Alvefur mod_c2s: Improve user-facing error reporting when unable to proceed
Tue, 05 Aug 2025 13:11:28 +0100 Matthew Wild mod_c2s: Avoid calling module:context() with unknown hosts
Tue, 11 Mar 2025 18:37:16 +0000 Matthew Wild mod_c2s: Code formatting change 13.0
Thu, 06 Feb 2025 12:40:11 +0000 Matthew Wild mod_c2s: Add debug log when disconnecting all user sessions
Thu, 21 Nov 2024 17:02:07 +0000 Matthew Wild mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread
Sat, 03 Aug 2024 16:28:59 +0200 Kim Alvefur mod_c2s,mod_s2s: Advertise idle-seconds per XEP-0478
Sat, 17 Feb 2024 19:07:57 +0100 Kim Alvefur mod_c2s: Fix error on role change on Components (thanks Menel)
Sun, 03 Dec 2023 15:46:33 +0100 Kim Alvefur mod_c2s: Make c2s_timeout timer reachable to allow access from other modules
Thu, 26 Oct 2023 15:14:39 +0100 Matthew Wild mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default
Wed, 07 Sep 2022 11:29:00 +0100 Matthew Wild mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connections
Fri, 21 Jul 2023 17:23:00 +0200 Kim Alvefur plugins: Handle how get_option_period returns "never"