mod_firewall: Fix syntax error (thanks mirux)
|
Matthew Wild |
Thu, 14 Mar 2024 09:48:30 +0000 |
mod_firewall: REPORT TO: Include id in reports
|
Matthew Wild |
Tue, 12 Mar 2024 14:31:45 +0000 |
mod_firewall: 'REPORT TO': fix default reason fallback if none is provided
|
Matthew Wild |
Tue, 12 Mar 2024 14:27:43 +0000 |
mod_firewall: Log warning when attempting to mark/unmark remote users
|
Matthew Wild |
Thu, 08 Jun 2023 19:15:12 +0100 |
mod_firewall: Improve error when mark name contains invalid characters
|
Matthew Wild |
Thu, 08 Jun 2023 16:59:22 +0100 |
mod_firewall: marks: Fix marking a user with no previous marks
|
Matthew Wild |
Thu, 08 Jun 2023 16:53:12 +0100 |
mod_firewall: Update user marks to store instantly via map store
|
Matthew Wild |
Thu, 08 Jun 2023 16:20:42 +0100 |
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID
|
Matthew Wild |
Sat, 11 Mar 2023 18:41:49 +0000 |
mod_firewall: do not log indifferent result
|
Georg Lukas |
Mon, 27 Apr 2020 17:18:24 +0200 |
mod_firewall: Fix use of unpack() on Lua 5.3
|
Kim Alvefur |
Mon, 13 Apr 2020 21:53:01 +0200 |
mod_firewall: Improve debug logging for chain results
|
Matthew Wild |
Mon, 11 Mar 2019 11:54:16 +0000 |
mod_firewall: Improve logging on chain return
|
Matthew Wild |
Wed, 07 Nov 2018 12:38:03 +0000 |
mod_firewall: Handle unsubcription action correctly (fixes #1119)
|
Kim Alvefur |
Wed, 04 Apr 2018 21:40:08 +0200 |
mod_firewall: Add UNSBSCRIBE SENDER action
|
Matthew Wild |
Fri, 09 Mar 2018 13:35:11 +0000 |
mod_firewall: Add experimental user-centric persistent marks behind a feature flag
|
Kim Alvefur |
Sat, 24 Feb 2018 21:40:56 +0100 |
mod_firewall: Don't interpret format specifiers in LOG
|
Matthew Wild |
Wed, 04 Oct 2017 10:54:52 +0100 |
mod_firewall: Fix syntax error in generated code with some route modification actions
|
Matthew Wild |
Sat, 25 Feb 2017 18:36:21 +0000 |
mod_firewall: Fix compilation error when last action modifies stanza route
|
Matthew Wild |
Fri, 24 Feb 2017 09:48:45 +0000 |
mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
|
Matthew Wild |
Fri, 24 Feb 2017 09:38:20 +0000 |
mod_firewall: Fix FORWARD to send from current module's host
|
Matthew Wild |
Thu, 23 Feb 2017 14:01:12 +0000 |
mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza
|
Matthew Wild |
Tue, 21 Feb 2017 22:40:31 +0000 |
mod_firewall: Add FORWARD action (XEP-0297)
|
Matthew Wild |
Tue, 21 Feb 2017 13:37:44 +0000 |
mod_firewall: Add 'ADD TO' action for adding to lists
|
Matthew Wild |
Mon, 20 Feb 2017 09:47:58 +0000 |
mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
|
Matthew Wild |
Sun, 19 Feb 2017 21:08:30 +0000 |
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)
|
Kim Alvefur |
Tue, 13 Dec 2016 16:57:16 +0100 |
mod_firewall: LOG uses session.log if available
|
Matthew Wild |
Fri, 18 Mar 2016 09:51:01 +0000 |
mod_firewall: Move meta() function to main module, and make it a global so libs can use it
|
Matthew Wild |
Thu, 17 Mar 2016 21:29:07 +0000 |
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
|
Matthew Wild |
Thu, 17 Mar 2016 11:27:10 +0000 |
mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled)
|
Matthew Wild |
Thu, 17 Mar 2016 11:26:20 +0000 |
mod_firewall: BOUNCE: Don't bounce error stanzas or iq results
|
Matthew Wild |
Wed, 16 Mar 2016 12:42:17 +0000 |