log mod_firewall/conditions.lib.lua @ 2334:c728b2f77c7c

age author description
2016-03-18 Matthew Wild mod_firewall: Add support for throttling based on user-defined properties (experimental)
2016-03-18 Matthew Wild mod_firewall: Allow underscore in mark names (thanks Ge0rG)
2016-03-17 Matthew Wild mod_firewall: Move meta() function to main module, and make it a global so libs can use it
2016-03-17 Kim Alvefur mod_firewall: Correct zone condition to check bare JID
2016-03-17 Matthew Wild mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)
2016-03-17 Matthew Wild mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)
2016-03-17 Matthew Wild mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
2016-03-11 Kim Alvefur mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Use string.find in JID match, faster since the result is unused
2016-03-11 Kim Alvefur mod_firewall: Verify that JID part exists before attempting to call method
2016-03-11 Kim Alvefur mod_firewall: Anchor pattern at beginning and end
2016-03-11 Kim Alvefur mod_firewall/conditions: Add semicolon