Log

mod_firewall/mod_firewall.lua @ 3070:c271bfa3d625

description author age
mod_firewall: Add special case for $local zone (fixes #1090) Kim Alvefur 2018-03-12
mod_firewall: Add experimental user-centric persistent marks behind a feature flag Kim Alvefur 2018-02-24
mod_firewall: Trim trailing whitespace [luacheck] Kim Alvefur 2018-01-03
mod_firewall: Add 'test' subcommand to read stanzas from stdin and test them against rules Matthew Wild 2017-02-26
mod_firewall: Remove ambiguity from tokens dep parameter Matthew Wild 2017-02-26
mod_firewall: Fix for including the same dependency with different parameters Matthew Wild 2017-02-26
mod_firewall: Compatibility fix for 0.9 (no module:unhook()) Matthew Wild 2017-02-25
mod_firewall: Add some comments Matthew Wild 2017-02-25
mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts Matthew Wild 2017-02-25
mod_firewall: Factor out script loading Matthew Wild 2017-02-25
mod_firewall: Fix meta functions with to/from that weren't JID-based Matthew Wild 2017-02-25
mod_firewall: Rename variables to avoid shadowing #luacheck Matthew Wild 2017-02-24
mod_firewall: Accept backslash escapes in definitions Matthew Wild 2017-02-24
mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN Matthew Wild 2017-02-24
mod_firewall: Allow backslash escapes in definitions Matthew Wild 2017-02-23
mod_firewall: Pass 'module' object to chain handlers Matthew Wild 2017-02-23
mod_firewall: Add 'current_host' variable/dependency Matthew Wild 2017-02-23
mod_firewall: Add metaq(), like meta() but takes an unquoted string Matthew Wild 2017-02-23
mod_firewall: Add stripslashes() function Matthew Wild 2017-02-23
mod_firewall: Add it(erators) and it_count dependencies Matthew Wild 2017-02-21
mod_firewall: Do patterns properly, instead of cheating Matthew Wild 2017-02-21
mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions Matthew Wild 2017-02-21
mod_firewall: Reinstate the ability to set a default for stanza expressions Matthew Wild 2017-02-21
mod_firewall: Fix scan_list() syntax error in generated code Matthew Wild 2017-02-20
mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list Matthew Wild 2017-02-20
mod_firewall: Code formatting Matthew Wild 2017-02-20
mod_firewall: Fix pattern Matthew Wild 2017-02-20
mod_firewall: Fix for deps dynamically including deps Matthew Wild 2017-02-20
mod_firewall: More meta() enhancements Matthew Wild 2017-02-20
mod_firewall: Initial support for lists, in-memory and HTTP Matthew Wild 2017-02-19
mod_firewall: More meta! Allow simple functions to be applied to $<> expressions Matthew Wild 2017-02-19
mod_firewall: Fix circular dependency check Matthew Wild 2017-02-19
mod_firewall: Fix $<> expressions being truncated when compiled Matthew Wild 2017-01-26
mod_firewall: More semicolons Kim Alvefur 2016-12-16
mod_firewall: Only call rostermanager if username is available (fixes #796) Kim Alvefur 2016-12-13
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797) Kim Alvefur 2016-12-13
mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self Kim Alvefur 2016-12-03
mod_firewall: Allow conditions to end with a question mark Kim Alvefur 2016-12-02
mod_firewall: Split import of rostermanager into its own dependency Kim Alvefur 2016-11-30
mod_firewall: Fix for raw code expressions that contain escape-worthy characters Matthew Wild 2016-11-19
mod_firewall: Add default zone called '$local' containing all local hosts (dynamically) Matthew Wild 2016-11-18
mod_firewall: Support for default values in stanza paths Matthew Wild 2016-11-15
mod_firewall: When compiling on the command-line with -v, ensure chain function names are unique and valid ids Matthew Wild 2016-11-15
mod_firewall: Allow prefixing script paths with 'module:' to specify path relative to module file Matthew Wild 2016-11-15
mod_firewall: Fix for when compiling on the command line and specifying multiple files Matthew Wild 2016-11-15
mod_firewall: Allow implicit defitions of chains in scripts if they begin with 'user/' Matthew Wild 2016-11-15
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 2016-11-04
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available Matthew Wild 2016-03-18
mod_firewall: Add support for throttling based on user-defined properties (experimental) Matthew Wild 2016-03-18
mod_firewall: Fix syntax error Matthew Wild 2016-03-17
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: Add comment to document idsafe() Matthew Wild 2016-03-17
mod_firewall: Disable more realistic output by default, activated by adding a -v flag Kim Alvefur 2016-03-17
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work) Kim Alvefur 2016-03-17
mod_firewall: Support for defining extra chains in the config file Matthew Wild 2016-03-17
mod_firewall: Allow actions to have underscores in their names Matthew Wild 2016-03-17
mod_firewall: Add 'timestamp' dep to get current_timestamp Matthew Wild 2016-03-17
mod_firewall: Make idsafe() a global function so libraries can re-use it Matthew Wild 2016-03-17
mod_firewall: Silence warning about empty if branch [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Split compile function into two parts in order to separate their scopes Kim Alvefur 2016-03-11
mod_firewall: Rename argument to avoid name clash [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Remove unused imports [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned Kim Alvefur 2016-03-11
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
Backed out changeset 853a382c9bd6 Kim Alvefur 2014-02-28
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur 2014-02-28
mod_firewall: Do not cache conditions with only a single use Florian Zeitz 2014-02-16
mod_firewall: Produce code with nicer indentation Florian Zeitz 2014-02-16
mod_firewall: Add support for being called as a prosodyctl command Kim Alvefur 2013-06-05
mod_firewall: Remove print() Kim Alvefur 2013-06-05
mod_firewall: don't use %b() (not technically correct) Matthew Wild 2013-05-08
mod_firewall: Make defining objects generic (currently zones and rate limits), so more can easily be added. Also a syntax change... definition lines must begin with % Matthew Wild 2013-05-07
mod_firewall: Fix conditions with spaces Matthew Wild 2013-05-07
mod_firewall: Cache conditions, so that they are only calculated once per chain execution Matthew Wild 2013-05-07
mod_firewall: Fix variable name Kim Alvefur 2013-04-08
mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables Matthew Wild 2013-04-06
mod_firewall: Don't add empty conditions check when no conditions are listed in a rule Matthew Wild 2013-04-06
mod_firewall: Add time and date deps Matthew Wild 2013-04-06
mod_firewall: Improve zone handling, make it more efficient, and support dynamic dependencies in the compiler. ENTERING and LEAVING conditions now work at expected (not matching stanzas flowing within a zone). Matthew Wild 2013-04-05
mod_firewall: Add actions EVENT (fire an event), JUMP EVENT (transfer control to the handlers of an event), JUMP CHAIN (transfer control to another mod_firewall chain) Matthew Wild 2013-04-05
mod_firewall: Tighten up error handling, and split rules->Lua and Lua->bytecode compilation into separate functions Matthew Wild 2013-04-05
mod_firewall: Use resolve_relative_path correctly Kim Alvefur 2013-04-04
mod_firewall: General stanza filtering plugin with a declarative rule-based syntax Matthew Wild 2013-04-03