log mod_firewall/conditions.lib.lua @ 4608:4e8fa75cc678

age author description
Wed, 30 Jun 2021 14:48:59 +0200 Kim Alvefur mod_firewall: Remove reliance on full_sessions being a global
Sun, 19 Apr 2020 23:38:39 +0200 Kim Alvefur mod_firewall: Remove trailing whitespace
Mon, 13 Apr 2020 21:53:01 +0200 Kim Alvefur mod_firewall: Fix use of unpack() on Lua 5.3
Mon, 12 Mar 2018 12:26:15 +0100 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
Fri, 09 Mar 2018 13:35:44 +0000 Matthew Wild mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
Sat, 24 Feb 2018 21:40:56 +0100 Kim Alvefur mod_firewall: Add experimental user-centric persistent marks behind a feature flag
Fri, 16 Feb 2018 07:54:35 +0100 Kim Alvefur mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
Wed, 03 Jan 2018 07:49:22 +0100 Kim Alvefur mod_firewall: Trim trailing whitespace [luacheck]
Sat, 30 Dec 2017 23:53:41 +0100 Kim Alvefur mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
Fri, 10 Mar 2017 10:36:17 +0000 Matthew Wild mod_firewall: Add some more comments
Fri, 03 Mar 2017 12:31:15 +0000 Matthew Wild mod_firewall: Add and document CROSSING GROUPS condition
Sun, 26 Feb 2017 09:50:16 +0000 Matthew Wild mod_firewall: Remove ambiguity from tokens dep parameter
Sat, 25 Feb 2017 18:38:26 +0000 Matthew Wild mod_firewall: Fix compilation error if TYPE/KIND had no parameter
Sat, 25 Feb 2017 16:53:45 +0000 Matthew Wild mod_firewall: TO/FROM ADMIN OF: Fix string quoting
Sat, 25 Feb 2017 15:47:22 +0000 Matthew Wild mod_firewall: Fix TO/FROM ADMIN to use current (module) host
Fri, 24 Feb 2017 09:51:43 +0000 Matthew Wild mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
Fri, 24 Feb 2017 09:50:49 +0000 Matthew Wild mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
Thu, 23 Feb 2017 14:13:57 +0000 Matthew Wild mod_firewall: Add TO FULL JID
Thu, 23 Feb 2017 14:11:31 +0000 Matthew Wild mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
Thu, 23 Feb 2017 14:06:48 +0000 Matthew Wild mod_firewall: Add TO/FROM ADMIN
Thu, 23 Feb 2017 14:05:39 +0000 Matthew Wild mod_firewall: Support expressions in TO/FROM EXACTLY
Tue, 21 Feb 2017 22:41:58 +0000 Matthew Wild mod_firewall: Add and document COUNT condition
Tue, 21 Feb 2017 10:37:10 +0000 Matthew Wild mod_firewall: Make parameter to 'IN ROSTER' optional
Mon, 20 Feb 2017 13:12:51 +0000 Matthew Wild mod_firewall: Fix SCAN to pass correct variable to scan_list()
Mon, 20 Feb 2017 09:32:48 +0000 Matthew Wild mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
Mon, 20 Feb 2017 09:31:30 +0000 Matthew Wild mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
Sun, 19 Feb 2017 22:24:21 +0000 Matthew Wild mod_firewall: Fix CHECK LIST syntax check
Sun, 19 Feb 2017 21:10:26 +0000 Matthew Wild mod_firewall: Initial support for lists, in-memory and HTTP
Sun, 19 Feb 2017 21:08:30 +0000 Matthew Wild mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
Thu, 26 Jan 2017 18:36:15 +0000 Matthew Wild mod_firewall: Add 'TO SELF' check ('NOT TO?' worked until commit 9159f9166893)
Wed, 30 Nov 2016 15:44:35 +0100 Kim Alvefur mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender
Sat, 19 Nov 2016 15:52:32 +0000 Matthew Wild mod_firewall: INSPECT: support for literal substring search and expressions
Tue, 15 Nov 2016 14:58:16 +0000 Matthew Wild mod_firewall: INSPECT: Handle stanza:find() returning nil (i.e. path didn't match)
Tue, 15 Nov 2016 14:57:40 +0000 Matthew Wild mod_firewall: INSPECT: Emit compilation error when the given stanza path is used for comparison but doesn't return a string
Fri, 04 Nov 2016 12:46:11 +0000 Matthew Wild mod_firewall: Add conditions for testing whether a sender of a stanza is in the recipient's roster (or in a certain roster group)
Fri, 18 Mar 2016 09:47:52 +0000 Matthew Wild mod_firewall: Add support for throttling based on user-defined properties (experimental)
Fri, 18 Mar 2016 09:45:02 +0000 Matthew Wild mod_firewall: Allow underscore in mark names (thanks Ge0rG)
Thu, 17 Mar 2016 21:29:07 +0000 Matthew Wild mod_firewall: Move meta() function to main module, and make it a global so libs can use it
Thu, 17 Mar 2016 14:45:08 +0100 Kim Alvefur mod_firewall: Correct zone condition to check bare JID
Thu, 17 Mar 2016 12:27:48 +0000 Matthew Wild mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)
Thu, 17 Mar 2016 11:37:19 +0000 Matthew Wild mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)
Thu, 17 Mar 2016 11:27:10 +0000 Matthew Wild mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
Fri, 11 Mar 2016 18:19:59 +0100 Kim Alvefur mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]
Fri, 11 Mar 2016 18:18:35 +0100 Kim Alvefur mod_firewall: Use string.find in JID match, faster since the result is unused
Fri, 11 Mar 2016 18:18:04 +0100 Kim Alvefur mod_firewall: Verify that JID part exists before attempting to call method
Fri, 11 Mar 2016 18:16:38 +0100 Kim Alvefur mod_firewall: Anchor pattern at beginning and end
Fri, 11 Mar 2016 18:15:58 +0100 Kim Alvefur mod_firewall/conditions: Add semicolon
Fri, 11 Mar 2016 18:13:53 +0100 Kim Alvefur mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned
Mon, 01 Feb 2016 20:24:51 +0000 Matthew Wild mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY
Tue, 07 May 2013 09:31:57 +0100 Matthew Wild mod_firewall/conditions: Remove unused variable
Mon, 08 Apr 2013 17:03:34 +0200 Kim Alvefur mod_firewall: The default value of the 'type' attribute on message stanzas is 'normal'
Sat, 06 Apr 2013 22:20:59 +0100 Matthew Wild mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables
Sat, 06 Apr 2013 14:03:10 +0100 Matthew Wild mod_firewall/conditions: Add DAY and TIME conditions
Fri, 05 Apr 2013 19:21:46 +0100 Matthew Wild 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).
Fri, 05 Apr 2013 19:20:05 +0100 Matthew Wild mod_firewall/conditions: Default types for message and presence
Fri, 05 Apr 2013 19:18:41 +0100 Matthew Wild mod_firewall/conditions: Don't use table.insert, so things are happy when compile_jid_match() returns nil
Fri, 05 Apr 2013 19:17:33 +0100 Matthew Wild mod_firewall/conditions: Support Lua patterns in JID matching, and make <*>@example.com NOT match example.com
Thu, 04 Apr 2013 20:31:21 +0200 Kim Alvefur mod_firewall: Add INSPECT conditional, for deeper inspection of stanzas
Wed, 03 Apr 2013 16:11:20 +0100 Matthew Wild mod_firewall: General stanza filtering plugin with a declarative rule-based syntax