log mod_firewall/mod_firewall.lua @ 4610:342664061c9b

age author description
2021-06-30 Kim Alvefur mod_firewall: Remove reliance on full_sessions being a global
2021-06-05 Matthew Wild mod_firewall: Allow underscores in definition names
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
2017-02-24 Matthew Wild mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
2017-02-23 Matthew Wild mod_firewall: Allow backslash escapes in definitions
2017-02-23 Matthew Wild mod_firewall: Pass 'module' object to chain handlers
2017-02-23 Matthew Wild mod_firewall: Add 'current_host' variable/dependency
2017-02-23 Matthew Wild mod_firewall: Add metaq(), like meta() but takes an unquoted string
2017-02-23 Matthew Wild mod_firewall: Add stripslashes() function
2017-02-21 Matthew Wild mod_firewall: Add it(erators) and it_count dependencies
2017-02-21 Matthew Wild mod_firewall: Do patterns properly, instead of cheating
2017-02-21 Matthew Wild mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions
2017-02-21 Matthew Wild mod_firewall: Reinstate the ability to set a default for stanza expressions
2017-02-20 Matthew Wild mod_firewall: Fix scan_list() syntax error in generated code
2017-02-20 Matthew Wild mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
2017-02-20 Matthew Wild mod_firewall: Code formatting
2017-02-20 Matthew Wild mod_firewall: Fix pattern