mod_firewall: Remove trailing whitespace
|
Kim Alvefur |
2020-04-19 |
mod_firewall: Fix use of unpack() on Lua 5.3
|
Kim Alvefur |
2020-04-13 |
mod_firewall: Add special case for $local zone (fixes #1090)
|
Kim Alvefur |
2018-03-12 |
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
|
Matthew Wild |
2018-03-09 |
mod_firewall: Add experimental user-centric persistent marks behind a feature flag
|
Kim Alvefur |
2018-02-24 |
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
|
Kim Alvefur |
2018-02-16 |
mod_firewall: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2018-01-03 |
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
|
Kim Alvefur |
2017-12-30 |
mod_firewall: Add some more comments
|
Matthew Wild |
2017-03-10 |
mod_firewall: Add and document CROSSING GROUPS condition
|
Matthew Wild |
2017-03-03 |
mod_firewall: Remove ambiguity from tokens dep parameter
|
Matthew Wild |
2017-02-26 |
mod_firewall: Fix compilation error if TYPE/KIND had no parameter
|
Matthew Wild |
2017-02-25 |
mod_firewall: TO/FROM ADMIN OF: Fix string quoting
|
Matthew Wild |
2017-02-25 |
mod_firewall: Fix TO/FROM ADMIN to use current (module) host
|
Matthew Wild |
2017-02-25 |
mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
|
Matthew Wild |
2017-02-24 |
mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
|
Matthew Wild |
2017-02-24 |
mod_firewall: Add TO FULL JID
|
Matthew Wild |
2017-02-23 |
mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add TO/FROM ADMIN
|
Matthew Wild |
2017-02-23 |
mod_firewall: Support expressions in TO/FROM EXACTLY
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add and document COUNT condition
|
Matthew Wild |
2017-02-21 |
mod_firewall: Make parameter to 'IN ROSTER' optional
|
Matthew Wild |
2017-02-21 |
mod_firewall: Fix SCAN to pass correct variable to scan_list()
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
|
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: Fix CHECK LIST syntax check
|
Matthew Wild |
2017-02-19 |
mod_firewall: Initial support for lists, in-memory and HTTP
|
Matthew Wild |
2017-02-19 |
mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
|
Matthew Wild |
2017-02-19 |
mod_firewall: Add 'TO SELF' check ('NOT TO?' worked until commit 9159f9166893)
|
Matthew Wild |
2017-01-26 |
mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender
|
Kim Alvefur |
2016-11-30 |