Mercurial > prosody-modules
log mod_firewall/definitions.lib.lua @ 2500:ec046f915506
age | author | description |
---|---|---|
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] |
2015-09-18 | Kim Alvefur | mod_firewall: Fix missing import of util.set (used to be global) |
2013-05-07 | 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 % |