log mod_firewall/actions.lib.lua @ 1091:79ef0427765f

age author description
2013-04-05 Matthew Wild mod_firewall/actions: Break out logic into a separate reusable function
2013-04-05 Matthew Wild mod_firewall: Add actions EVENT (fire an event), JUMP EVENT (transfer control to the handlers of an event), JUMP CHAIN (transfer control to another mod_firewall chain)
2013-04-05 Matthew Wild mod_firewall/actions: Add REPLY
2013-04-05 Matthew Wild mod_firewall/actions: DROP no longer logs, log messages can be emitted with LOG
2013-04-05 Matthew Wild mod_firewall/actions: Add PASS
2013-04-03 Kim Alvefur mod_firewall/actions: Remove unused extra argument.
2013-04-03 Kim Alvefur mod_firewall/actions: Move semicolon as to not produce two in a row. (Not legal in Lua)
2013-04-03 Matthew Wild mod_firewall: General stanza filtering plugin with a declarative rule-based syntax