log mod_firewall/definitions.lib.lua @ 4559:33b1b6ff23d8

age author description
Sun, 14 Mar 2021 23:31:32 +0100 Kim Alvefur mod_firewall: Add basic LIST backend for receiving items from PubSub
Tue, 15 Sep 2020 11:49:55 +0100 Matthew Wild mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported
Tue, 12 May 2020 12:31:51 +0100 Matthew Wild mod_firewall: Ensure file lists are always initialized empty
Mon, 11 May 2020 17:18:30 +0100 Matthew Wild mod_firewall: Add option to ignore missing list files
Sun, 19 Aug 2018 17:53:05 +0100 Matthew Wild mod_firewall: Assume empty list if file could not be loaded
Tue, 06 Mar 2018 18:24:34 +0100 Kim Alvefur mod_firewall/definitions: Comments on LIST backends
Wed, 03 Jan 2018 07:49:22 +0100 Kim Alvefur mod_firewall: Trim trailing whitespace [luacheck]
Sun, 26 Feb 2017 11:29:10 +0000 Matthew Wild mod_firewall: Remove unused variable assignment
Sun, 26 Feb 2017 11:28:56 +0000 Matthew Wild mod_firewall: Support filters for normalizing items before checking for them in lists
Mon, 20 Feb 2017 13:13:54 +0000 Matthew Wild mod_firewall: Improve debug logging for LIST file backend
Mon, 20 Feb 2017 13:13:28 +0000 Matthew Wild mod_firewall: Fix file backend init code
Mon, 20 Feb 2017 10:59:29 +0000 Matthew Wild mod_firewall: Add 'file' backend for lists (read-only atm)
Mon, 20 Feb 2017 09:47:40 +0000 Matthew Wild mod_firewall: Add dummy add/remove methods for HTTP lists
Mon, 20 Feb 2017 09:31:30 +0000 Matthew Wild mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
Mon, 20 Feb 2017 09:26:27 +0000 Matthew Wild mod_firewall: Also handle HTTPS for lists