log mod_firewall/mod_firewall.lua @ 4132:36795f773faf

age author description
2020-04-19 Kim Alvefur mod_firewall: Use util.envload instead of deprecated loadstring (thanks Martin)
2018-03-12 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
2018-02-24 Kim Alvefur mod_firewall: Add experimental user-centric persistent marks behind a feature flag
2018-01-03 Kim Alvefur mod_firewall: Trim trailing whitespace [luacheck]
2017-02-26 Matthew Wild mod_firewall: Add 'test' subcommand to read stanzas from stdin and test them against rules
2017-02-26 Matthew Wild mod_firewall: Remove ambiguity from tokens dep parameter
2017-02-26 Matthew Wild mod_firewall: Fix for including the same dependency with different parameters
2017-02-25 Matthew Wild mod_firewall: Compatibility fix for 0.9 (no module:unhook())
2017-02-25 Matthew Wild mod_firewall: Add some comments
2017-02-25 Matthew Wild mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts
2017-02-25 Matthew Wild mod_firewall: Factor out script loading
2017-02-25 Matthew Wild mod_firewall: Fix meta functions with to/from that weren't JID-based
2017-02-24 Matthew Wild mod_firewall: Rename variables to avoid shadowing #luacheck
2017-02-24 Matthew Wild mod_firewall: Accept backslash escapes in definitions