log mod_firewall/actions.lib.lua @ 5615:308b5b117379

age author description
20 months ago Matthew Wild mod_firewall: Log warning when attempting to mark/unmark remote users
20 months ago Matthew Wild mod_firewall: Improve error when mark name contains invalid characters
20 months ago Matthew Wild mod_firewall: marks: Fix marking a user with no previous marks
20 months ago Matthew Wild mod_firewall: Update user marks to store instantly via map store
23 months ago Matthew Wild mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID
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)
2017-02-20 Matthew Wild mod_firewall: Add 'ADD TO' action for adding to lists
2017-02-19 Matthew Wild mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
2016-12-13 Kim Alvefur mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)
2016-03-18 Matthew Wild mod_firewall: LOG uses session.log if available
2016-03-17 Matthew Wild mod_firewall: Move meta() function to main module, and make it a global so libs can use it