Mercurial > prosody-modules
log mod_firewall/actions.lib.lua @ 2530:84e103fd8039
age | author | description |
---|---|---|
Sun, 19 Feb 2017 21:08:30 +0000 | Matthew Wild | mod_firewall: Update functions that use meta() to allow functions with deps inside expressions |
Tue, 13 Dec 2016 16:57:16 +0100 | Kim Alvefur | mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797) |
Fri, 18 Mar 2016 09:51:01 +0000 | Matthew Wild | mod_firewall: LOG uses session.log if available |
Thu, 17 Mar 2016 21:29:07 +0000 | Matthew Wild | mod_firewall: Move meta() function to main module, and make it a global so libs can use it |
Thu, 17 Mar 2016 11:27:10 +0000 | Matthew Wild | mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED) |
Thu, 17 Mar 2016 11:26:20 +0000 | Matthew Wild | mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled) |