log mod_firewall/definitions.lib.lua @ 2858:150a7bd59043

age author description
2017-02-26 Matthew Wild mod_firewall: Remove unused variable assignment
2017-02-26 Matthew Wild mod_firewall: Support filters for normalizing items before checking for them in lists
2017-02-20 Matthew Wild mod_firewall: Improve debug logging for LIST file backend
2017-02-20 Matthew Wild mod_firewall: Fix file backend init code
2017-02-20 Matthew Wild mod_firewall: Add 'file' backend for lists (read-only atm)
2017-02-20 Matthew Wild mod_firewall: Add dummy add/remove methods for HTTP lists
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: Also handle HTTPS for lists
2017-02-20 Matthew Wild mod_firewall: Improve HTTP polling logic
2017-02-19 Matthew Wild mod_firewall: Initial support for lists, in-memory and HTTP
2016-11-15 Matthew Wild mod_firewall: Rate limiting: Document 'entries' and add option to allow overflowing when full
2016-03-18 Matthew Wild mod_firewall: Fix another unprotected use of util.cache
2016-03-18 Matthew Wild mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available
2016-03-18 Matthew Wild mod_firewall: Add support for throttling based on user-defined properties (experimental)
2016-03-11 Kim Alvefur mod_firewall: Silence warnings about unused arguments [luacheck]