Mercurial > prosody-modules
log mod_firewall/mod_firewall.lua @ 1050:a0aff903659b
age | author | description |
---|---|---|
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 |
Tue, 07 May 2013 09:28:20 +0100 | Matthew Wild | mod_firewall: Cache conditions, so that they are only calculated once per chain execution |
Mon, 08 Apr 2013 22:26:52 +0200 | Kim Alvefur | mod_firewall: Fix variable name |
Sat, 06 Apr 2013 22:20:59 +0100 | Matthew Wild | mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables |
Sat, 06 Apr 2013 14:03:02 +0100 | Matthew Wild | mod_firewall: Don't add empty conditions check when no conditions are listed in a rule |