log mod_firewall/conditions.lib.lua @ 5800:8566a423da88

age author description
14 months ago Matthew Wild mod_firewall: TO/FROM ROLE: Handle JIDs with no role (thanks Zash)
14 months ago Matthew Wild mod_firewall: Fix TO/FROM ROLE
15 months ago Kim Alvefur mod_firewall: Add FROM COUNTRY condition based on GeoIP DB
20 months ago Matthew Wild mod_firewall: Split some long lines [luacheck]
20 months ago Matthew Wild mod_firewall: Fix inverted logic of 'FROM FULL JID?'
20 months ago Matthew Wild mod_firewall: Add 'FROM FULL JID?' condition
2022-08-11 Matthew Wild mod_firewall: Update for role-auth (backwards compatible)
2021-06-30 Kim Alvefur mod_firewall: Remove reliance on full_sessions being a global
2020-04-19 Kim Alvefur mod_firewall: Remove trailing whitespace
2020-04-13 Kim Alvefur mod_firewall: Fix use of unpack() on Lua 5.3
2018-03-12 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
2018-03-09 Matthew Wild mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
2018-02-24 Kim Alvefur mod_firewall: Add experimental user-centric persistent marks behind a feature flag
2018-02-16 Kim Alvefur mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
2018-01-03 Kim Alvefur mod_firewall: Trim trailing whitespace [luacheck]
2017-12-30 Kim Alvefur mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
2017-03-10 Matthew Wild mod_firewall: Add some more comments
2017-03-03 Matthew Wild mod_firewall: Add and document CROSSING GROUPS condition
2017-02-26 Matthew Wild mod_firewall: Remove ambiguity from tokens dep parameter
2017-02-25 Matthew Wild mod_firewall: Fix compilation error if TYPE/KIND had no parameter
2017-02-25 Matthew Wild mod_firewall: TO/FROM ADMIN OF: Fix string quoting
2017-02-25 Matthew Wild mod_firewall: Fix TO/FROM ADMIN to use current (module) host
2017-02-24 Matthew Wild mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
2017-02-24 Matthew Wild mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
2017-02-23 Matthew Wild mod_firewall: Add TO FULL JID
2017-02-23 Matthew Wild mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
2017-02-23 Matthew Wild mod_firewall: Add TO/FROM ADMIN
2017-02-23 Matthew Wild mod_firewall: Support expressions in TO/FROM EXACTLY
2017-02-21 Matthew Wild mod_firewall: Add and document COUNT condition
2017-02-21 Matthew Wild mod_firewall: Make parameter to 'IN ROSTER' optional