log plugins/mod_s2s.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: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
Fri, 17 Apr 2026 19:43:00 +0100 Matthew Wild Merge 13.0->trunk
Fri, 17 Apr 2026 19:40:56 +0100 Matthew Wild mod_s2s: Update event data to include session if created 13.0
Fri, 17 Apr 2026 17:47:01 +0100 Matthew Wild Merge 13.0->trunk
Fri, 17 Apr 2026 17:46:31 +0100 Matthew Wild mod_s2s: Fire consistent event data across all 'connected' events 13.0
Fri, 17 Apr 2026 14:35:32 +0100 Matthew Wild Merge 13.0->trunk
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:12:34 +0100 Matthew Wild mod_s2s: Add 'conn' to s2s-connected event object 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
Sun, 22 Mar 2026 11:28:52 +0100 Kim Alvefur Merge 13.0->trunk
Sat, 14 Mar 2026 01:19:27 +0100 Kim Alvefur mod_s2s: Fully validate stream addressing 13.0
Tue, 06 Jan 2026 17:37:46 +0100 Kim Alvefur Merge 13.0->trunk
Sun, 04 Jan 2026 17:58:26 +0100 Kim Alvefur mod_s2s: Explicitly prevent sending recursive error replies when queue is full 13.0
Sun, 04 Jan 2026 17:54:48 +0100 Kim Alvefur mod_s2s: Fix traceback when outgoing s2s queue is full (thanks tom) 13.0
Tue, 30 Dec 2025 17:45:58 +0100 Kim Alvefur mod_s2s: Report outgoing connection failures to remote servers
Thu, 16 Oct 2025 18:29:03 +0100 Matthew Wild mod_s2s, s2smanager: Experimental s2s_block_immediate_retries option
Tue, 14 Oct 2025 22:12:51 +0200 Kim Alvefur mod_s2s: Optimize order of table accesses
Thu, 25 Sep 2025 16:56:09 +0100 Matthew Wild mod_s2s: Close outgoing pre-auth s2s sessions when their stanza queue is full
Sat, 24 May 2025 15:53:46 +0200 Kim Alvefur mod_s2s: Fix log to use formatting instead of concatenation (fixes #1461) 13.0
Tue, 01 Apr 2025 20:42:53 +0200 Kim Alvefur mod_s2s: Handle single message from chain validation 13.0
Tue, 01 Apr 2025 18:15:34 +0200 Kim Alvefur mod_s2s: Deal with OpenSSL changing spelling in strings 13.0
Sat, 15 Feb 2025 00:19:01 +0100 Kim Alvefur core.certmanager: Move LuaSec verification tweaks to mod_s2s 13.0
Thu, 21 Nov 2024 17:02:07 +0000 Matthew Wild mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread
Mon, 11 Nov 2024 08:49:57 +0100 Kim Alvefur mod_s2s: Really fix logging of outgoing stanza queue counts
Sun, 10 Nov 2024 15:10:26 +0100 Kim Alvefur mod_s2s: Clone queued outgoing stanzas to prevent changes