log mod_firewall/actions.lib.lua @ 2117:5aa3b93cd37a

age author description
2016-03-17 Matthew Wild mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
2016-03-17 Matthew Wild mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled)
2016-03-16 Matthew Wild mod_firewall: BOUNCE: Don't bounce error stanzas or iq results
2016-03-16 Matthew Wild mod_firewall: tostring() the results of meta expressions
2016-03-11 Kim Alvefur mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-16 Florian Zeitz mod_firewall: Produce code with nicer indentation