log mod_firewall/mod_firewall.lua @ 1882:99863a6a7b8c

age author description
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2014-02-16 Florian Zeitz mod_firewall: Do not cache conditions with only a single use
2014-02-16 Florian Zeitz mod_firewall: Produce code with nicer indentation
2013-06-05 Kim Alvefur mod_firewall: Add support for being called as a prosodyctl command
2013-06-05 Kim Alvefur mod_firewall: Remove print()
2013-05-08 Matthew Wild mod_firewall: don't use %b() (not technically correct)
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 %
2013-05-07 Matthew Wild mod_firewall: Fix conditions with spaces
2013-05-07 Matthew Wild mod_firewall: Cache conditions, so that they are only calculated once per chain execution
2013-04-08 Kim Alvefur mod_firewall: Fix variable name
2013-04-06 Matthew Wild mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables
2013-04-06 Matthew Wild mod_firewall: Don't add empty conditions check when no conditions are listed in a rule
2013-04-06 Matthew Wild mod_firewall: Add time and date deps