log mod_firewall/conditions.lib.lua @ 1091:79ef0427765f

age author description
2013-05-07 Matthew Wild mod_firewall/conditions: Remove unused variable
2013-04-08 Kim Alvefur mod_firewall: The default value of the 'type' attribute on message stanzas is 'normal'
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/conditions: Add DAY and TIME conditions
2013-04-05 Matthew Wild mod_firewall: Improve zone handling, make it more efficient, and support dynamic dependencies in the compiler. ENTERING and LEAVING conditions now work at expected (not matching stanzas flowing within a zone).
2013-04-05 Matthew Wild mod_firewall/conditions: Default types for message and presence
2013-04-05 Matthew Wild mod_firewall/conditions: Don't use table.insert, so things are happy when compile_jid_match() returns nil
2013-04-05 Matthew Wild mod_firewall/conditions: Support Lua patterns in JID matching, and make <*>@example.com NOT match example.com
2013-04-04 Kim Alvefur mod_firewall: Add INSPECT conditional, for deeper inspection of stanzas
2013-04-03 Matthew Wild mod_firewall: General stanza filtering plugin with a declarative rule-based syntax