Software /
code /
prosody-modules
Log
mod_firewall/conditions.lib.lua @ 2326:8fad27d568aa
description | author | age |
---|---|---|
mod_firewall: Add support for throttling based on user-defined properties (experimental) | Matthew Wild | 2016-03-18 |
mod_firewall: Allow underscore in mark names (thanks Ge0rG) | Matthew Wild | 2016-03-18 |
mod_firewall: Move meta() function to main module, and make it a global so libs can use it | Matthew Wild | 2016-03-17 |
mod_firewall: Correct zone condition to check bare JID | Kim Alvefur | 2016-03-17 |
mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG) | Matthew Wild | 2016-03-17 |
mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =) | Matthew Wild | 2016-03-17 |
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED) | Matthew Wild | 2016-03-17 |