mod_firewall: Reinstate the ability to set a default for stanza expressions
|
Matthew Wild |
Tue, 21 Feb 2017 10:37:53 +0000 |
mod_firewall: Fix scan_list() syntax error in generated code
|
Matthew Wild |
Mon, 20 Feb 2017 13:12:30 +0000 |
mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
|
Matthew Wild |
Mon, 20 Feb 2017 09:31:30 +0000 |
mod_firewall: Code formatting
|
Matthew Wild |
Mon, 20 Feb 2017 09:29:38 +0000 |
mod_firewall: Fix pattern
|
Matthew Wild |
Mon, 20 Feb 2017 09:29:25 +0000 |
mod_firewall: Fix for deps dynamically including deps
|
Matthew Wild |
Mon, 20 Feb 2017 09:29:09 +0000 |
mod_firewall: More meta() enhancements
|
Matthew Wild |
Mon, 20 Feb 2017 09:28:35 +0000 |
mod_firewall: Initial support for lists, in-memory and HTTP
|
Matthew Wild |
Sun, 19 Feb 2017 21:10:26 +0000 |
mod_firewall: More meta! Allow simple functions to be applied to $<> expressions
|
Matthew Wild |
Sun, 19 Feb 2017 21:06:57 +0000 |
mod_firewall: Fix circular dependency check
|
Matthew Wild |
Sun, 19 Feb 2017 21:06:08 +0000 |
mod_firewall: Fix $<> expressions being truncated when compiled
|
Matthew Wild |
Thu, 26 Jan 2017 18:04:59 +0000 |
mod_firewall: More semicolons
|
Kim Alvefur |
Fri, 16 Dec 2016 03:30:46 +0100 |
mod_firewall: Only call rostermanager if username is available (fixes #796)
|
Kim Alvefur |
Tue, 13 Dec 2016 22:08:02 +0100 |
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)
|
Kim Alvefur |
Tue, 13 Dec 2016 16:57:16 +0100 |
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 |