log plugins/mod_smacks.lua @ 12800:06ba2f8cee47

age author description
Fri, 18 Nov 2022 16:18:47 +0100 Kim Alvefur mod_smacks: Only track resumable sessions
Sun, 13 Nov 2022 18:16:59 +0100 Kim Alvefur mod_smacks: Disable resumption behavior on s2s 0.12
Fri, 07 Oct 2022 11:35:56 +0100 Matthew Wild mod_smacks: Change boolean attribute from '1' to 'true' for compatibility
Mon, 03 Oct 2022 12:55:11 +0200 Jonas Schäfer Backed out changeset 1bc2220cd6ec
Sat, 03 Sep 2022 21:20:29 +0100 Matthew Wild mod_smacks: Set session flag during successful enable
Sat, 03 Sep 2022 21:20:07 +0100 Matthew Wild mod_smacks: Add type field to results so actions can be later distinguished
Mon, 29 Aug 2022 15:58:51 +0100 Matthew Wild mod_smacks: Set session.smacks after sending <enabled/> to fix traceback
Mon, 29 Aug 2022 15:48:07 +0100 Matthew Wild mod_smacks: Use new :add_error() in last remaining error result construction
Mon, 29 Aug 2022 15:45:52 +0100 Matthew Wild mod_smacks: Split enable handling to stages, to allow easier SASL2 integration
Fri, 26 Aug 2022 19:07:36 +0100 Matthew Wild mod_smacks: Split resumption into multiple stages, to simplify ISR integration
Fri, 26 Aug 2022 17:28:06 +0100 Matthew Wild mod_smacks: Don't close resuming session when failed due to overflow
Fri, 26 Aug 2022 17:04:15 +0100 Matthew Wild mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs
Mon, 13 Jun 2022 19:17:36 +0200 Kim Alvefur Merge 0.12->trunk
Sun, 12 Jun 2022 01:50:33 +0200 Kim Alvefur mod_smacks: Fix #1761 by setting a flag earlier 0.12
Fri, 27 May 2022 14:54:32 +0200 Kim Alvefur mod_smacks: Indicate that bounces are generated by the server
Fri, 27 May 2022 15:08:55 +0200 Kim Alvefur Merge 0.12->trunk