log plugins/mod_c2s.lua @ 14134:041c7ff18f76 13.0

age author description
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"