Mercurial > prosody-modules
log mod_firewall/conditions.lib.lua @ 2272:65d9093525ca
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) |