Log

mod_firewall/mod_firewall.lua @ 2412:9159f9166893

description author age
mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self Kim Alvefur Sat, 03 Dec 2016 20:00:08 +0100
mod_firewall: Allow conditions to end with a question mark Kim Alvefur Fri, 02 Dec 2016 11:45:10 +0100
mod_firewall: Split import of rostermanager into its own dependency Kim Alvefur Wed, 30 Nov 2016 15:37:51 +0100
mod_firewall: Fix for raw code expressions that contain escape-worthy characters Matthew Wild Sat, 19 Nov 2016 15:47:41 +0000
mod_firewall: Add default zone called '$local' containing all local hosts (dynamically) Matthew Wild Fri, 18 Nov 2016 17:22:28 +0000
mod_firewall: Support for default values in stanza paths Matthew Wild Tue, 15 Nov 2016 21:02:04 +0000
mod_firewall: When compiling on the command-line with -v, ensure chain function names are unique and valid ids Matthew Wild Tue, 15 Nov 2016 15:01:14 +0000
mod_firewall: Allow prefixing script paths with 'module:' to specify path relative to module file Matthew Wild Tue, 15 Nov 2016 15:00:38 +0000
mod_firewall: Fix for when compiling on the command line and specifying multiple files Matthew Wild Tue, 15 Nov 2016 14:59:49 +0000
mod_firewall: Allow implicit defitions of chains in scripts if they begin with 'user/' Matthew Wild Tue, 15 Nov 2016 14:58:43 +0000
mod_firewall: Add conditions for testing whether a sender of a stanza is in the recipient's roster (or in a certain roster group) Matthew Wild Fri, 04 Nov 2016 12:46:11 +0000
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available Matthew Wild Fri, 18 Mar 2016 09:57:09 +0000
mod_firewall: Add support for throttling based on user-defined properties (experimental) Matthew Wild Fri, 18 Mar 2016 09:47:52 +0000
mod_firewall: Fix syntax error Matthew Wild Thu, 17 Mar 2016 21:30:09 +0000
mod_firewall: Move meta() function to main module, and make it a global so libs can use it Matthew Wild Thu, 17 Mar 2016 21:29:07 +0000
mod_firewall: Add comment to document idsafe() Matthew Wild Thu, 17 Mar 2016 21:27:24 +0000
mod_firewall: Disable more realistic output by default, activated by adding a -v flag Kim Alvefur Thu, 17 Mar 2016 14:33:14 +0100
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work) Kim Alvefur Thu, 17 Mar 2016 14:20:06 +0100
mod_firewall: Support for defining extra chains in the config file Matthew Wild Thu, 17 Mar 2016 12:09:20 +0000
mod_firewall: Allow actions to have underscores in their names Matthew Wild Thu, 17 Mar 2016 11:22:49 +0000
mod_firewall: Add 'timestamp' dep to get current_timestamp Matthew Wild Thu, 17 Mar 2016 11:22:35 +0000
mod_firewall: Make idsafe() a global function so libraries can re-use it Matthew Wild Thu, 17 Mar 2016 11:22:18 +0000
mod_firewall: Silence warning about empty if branch [luacheck] Kim Alvefur Fri, 11 Mar 2016 18:52:48 +0100
mod_firewall: Split compile function into two parts in order to separate their scopes Kim Alvefur Fri, 11 Mar 2016 18:48:34 +0100
mod_firewall: Rename argument to avoid name clash [luacheck] Kim Alvefur Fri, 11 Mar 2016 18:48:05 +0100
mod_firewall: Remove unused imports [luacheck] Kim Alvefur Fri, 11 Mar 2016 18:47:39 +0100
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned Kim Alvefur Fri, 11 Mar 2016 18:13:53 +0100
all the things: Remove trailing whitespace Florian Zeitz Tue, 11 Mar 2014 18:44:01 +0100
Backed out changeset 853a382c9bd6 Kim Alvefur Fri, 28 Feb 2014 15:37:55 +0100
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur Fri, 28 Feb 2014 15:36:06 +0100