log mod_firewall/actions.lib.lua @ 5539:fa8435a27f7e

age author description
Thu, 08 Jun 2023 16:59:22 +0100 Matthew Wild mod_firewall: Improve error when mark name contains invalid characters
Thu, 08 Jun 2023 16:53:12 +0100 Matthew Wild mod_firewall: marks: Fix marking a user with no previous marks
Thu, 08 Jun 2023 16:20:42 +0100 Matthew Wild mod_firewall: Update user marks to store instantly via map store
Sat, 11 Mar 2023 18:41:49 +0000 Matthew Wild mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID
Mon, 27 Apr 2020 17:18:24 +0200 Georg Lukas mod_firewall: do not log indifferent result
Mon, 13 Apr 2020 21:53:01 +0200 Kim Alvefur mod_firewall: Fix use of unpack() on Lua 5.3
Mon, 11 Mar 2019 11:54:16 +0000 Matthew Wild mod_firewall: Improve debug logging for chain results
Wed, 07 Nov 2018 12:38:03 +0000 Matthew Wild mod_firewall: Improve logging on chain return
Wed, 04 Apr 2018 21:40:08 +0200 Kim Alvefur mod_firewall: Handle unsubcription action correctly (fixes #1119)
Fri, 09 Mar 2018 13:35:11 +0000 Matthew Wild mod_firewall: Add UNSBSCRIBE SENDER action
Sat, 24 Feb 2018 21:40:56 +0100 Kim Alvefur mod_firewall: Add experimental user-centric persistent marks behind a feature flag
Wed, 04 Oct 2017 10:54:52 +0100 Matthew Wild mod_firewall: Don't interpret format specifiers in LOG
Sat, 25 Feb 2017 18:36:21 +0000 Matthew Wild mod_firewall: Fix syntax error in generated code with some route modification actions
Fri, 24 Feb 2017 09:48:45 +0000 Matthew Wild mod_firewall: Fix compilation error when last action modifies stanza route
Fri, 24 Feb 2017 09:38:20 +0000 Matthew Wild mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN