Mercurial > prosody-modules
log mod_firewall/actions.lib.lua @ 2304:a881494238af
age | author | description |
---|---|---|
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) |
Wed, 16 Mar 2016 12:42:17 +0000 | Matthew Wild | mod_firewall: BOUNCE: Don't bounce error stanzas or iq results |
Wed, 16 Mar 2016 11:09:46 +0000 | Matthew Wild | mod_firewall: tostring() the results of meta expressions |
Fri, 11 Mar 2016 18:13:53 +0100 | Kim Alvefur | mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned |