Software /
code /
prosody-modules
Log
mod_firewall/conditions.lib.lua @ 2119:5f6c18fd0161
description | author | age |
---|---|---|
mod_firewall: Correct zone condition to check bare JID | Kim Alvefur | Thu, 17 Mar 2016 14:45:08 +0100 |
mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG) | Matthew Wild | Thu, 17 Mar 2016 12:27:48 +0000 |
mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =) | Matthew Wild | Thu, 17 Mar 2016 11:37:19 +0000 |
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED) | Matthew Wild | Thu, 17 Mar 2016 11:27:10 +0000 |
mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck] | Kim Alvefur | Fri, 11 Mar 2016 18:19:59 +0100 |
mod_firewall: Use string.find in JID match, faster since the result is unused | Kim Alvefur | Fri, 11 Mar 2016 18:18:35 +0100 |
mod_firewall: Verify that JID part exists before attempting to call method | Kim Alvefur | Fri, 11 Mar 2016 18:18:04 +0100 |