Mercurial > prosody-modules
log mod_firewall/definitions.lib.lua @ 2294:4915b8223b07
age | author | description |
---|---|---|
Fri, 18 Mar 2016 09:59:42 +0000 | Matthew Wild | mod_firewall: Fix another unprotected use of util.cache |
Fri, 18 Mar 2016 09:57:09 +0000 | Matthew Wild | mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available |
Fri, 18 Mar 2016 09:47:52 +0000 | Matthew Wild | mod_firewall: Add support for throttling based on user-defined properties (experimental) |
Fri, 11 Mar 2016 18:52:36 +0100 | Kim Alvefur | mod_firewall: Silence warnings about unused arguments [luacheck] |
Fri, 18 Sep 2015 15:27:53 +0200 | Kim Alvefur | mod_firewall: Fix missing import of util.set (used to be global) |
Tue, 07 May 2013 10:33:49 +0100 | Matthew Wild | mod_firewall: Make defining objects generic (currently zones and rate limits), so more can easily be added. Also a syntax change... definition lines must begin with % |