Mercurial > prosody-modules
log mod_firewall/mod_firewall.lua @ 1322:bf6796061037
age | author | description |
---|---|---|
Sun, 16 Feb 2014 18:19:12 +0100 | Florian Zeitz | mod_firewall: Do not cache conditions with only a single use |
Sun, 16 Feb 2014 17:17:23 +0100 | Florian Zeitz | mod_firewall: Produce code with nicer indentation |
Wed, 05 Jun 2013 21:14:59 +0200 | Kim Alvefur | mod_firewall: Add support for being called as a prosodyctl command |
Wed, 05 Jun 2013 21:13:20 +0200 | Kim Alvefur | mod_firewall: Remove print() |
Wed, 08 May 2013 10:43:02 +0100 | Matthew Wild | mod_firewall: don't use %b() (not technically correct) |
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 % |
Tue, 07 May 2013 10:32:48 +0100 | Matthew Wild | mod_firewall: Fix conditions with spaces |