log mod_firewall/actions.lib.lua @ 4256:c4b9d4ba839b

age author description
2020-04-27 Georg Lukas mod_firewall: do not log indifferent result
2020-04-13 Kim Alvefur mod_firewall: Fix use of unpack() on Lua 5.3
2019-03-11 Matthew Wild mod_firewall: Improve debug logging for chain results
2018-11-07 Matthew Wild mod_firewall: Improve logging on chain return
2018-04-04 Kim Alvefur mod_firewall: Handle unsubcription action correctly (fixes #1119)
2018-03-09 Matthew Wild mod_firewall: Add UNSBSCRIBE SENDER action
2018-02-24 Kim Alvefur mod_firewall: Add experimental user-centric persistent marks behind a feature flag
2017-10-04 Matthew Wild mod_firewall: Don't interpret format specifiers in LOG
2017-02-25 Matthew Wild mod_firewall: Fix syntax error in generated code with some route modification actions
2017-02-24 Matthew Wild mod_firewall: Fix compilation error when last action modifies stanza route
2017-02-24 Matthew Wild mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
2017-02-23 Matthew Wild mod_firewall: Fix FORWARD to send from current module's host
2017-02-21 Matthew Wild mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza
2017-02-21 Matthew Wild mod_firewall: Add FORWARD action (XEP-0297)