Log

mod_firewall/actions.lib.lua @ 3771:98e1e3ce307d

description author age
mod_firewall: Improve debug logging for chain results Matthew Wild 2019-03-11
mod_firewall: Improve logging on chain return Matthew Wild 2018-11-07
mod_firewall: Handle unsubcription action correctly (fixes #1119) Kim Alvefur 2018-04-04
mod_firewall: Add UNSBSCRIBE SENDER action Matthew Wild 2018-03-09
mod_firewall: Add experimental user-centric persistent marks behind a feature flag Kim Alvefur 2018-02-24
mod_firewall: Don't interpret format specifiers in LOG Matthew Wild 2017-10-04
mod_firewall: Fix syntax error in generated code with some route modification actions Matthew Wild 2017-02-25
mod_firewall: Fix compilation error when last action modifies stanza route Matthew Wild 2017-02-24
mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN Matthew Wild 2017-02-24
mod_firewall: Fix FORWARD to send from current module's host Matthew Wild 2017-02-23
mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza Matthew Wild 2017-02-21
mod_firewall: Add FORWARD action (XEP-0297) Matthew Wild 2017-02-21
mod_firewall: Add 'ADD TO' action for adding to lists Matthew Wild 2017-02-20
mod_firewall: Update functions that use meta() to allow functions with deps inside expressions Matthew Wild 2017-02-19
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797) Kim Alvefur 2016-12-13
mod_firewall: LOG uses session.log if available Matthew Wild 2016-03-18
mod_firewall: Move meta() function to main module, and make it a global so libs can use it Matthew Wild 2016-03-17
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED) Matthew Wild 2016-03-17
mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled) Matthew Wild 2016-03-17
mod_firewall: BOUNCE: Don't bounce error stanzas or iq results Matthew Wild 2016-03-16
mod_firewall: tostring() the results of meta expressions Matthew Wild 2016-03-16
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned Kim Alvefur 2016-03-11
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
mod_firewall: Produce code with nicer indentation Florian Zeitz 2014-02-16
mod_firewall/actions: Break out logic into a separate reusable function Matthew Wild 2013-04-05
mod_firewall: Add actions EVENT (fire an event), JUMP EVENT (transfer control to the handlers of an event), JUMP CHAIN (transfer control to another mod_firewall chain) Matthew Wild 2013-04-05
mod_firewall/actions: Add REPLY Matthew Wild 2013-04-05
mod_firewall/actions: DROP no longer logs, log messages can be emitted with LOG Matthew Wild 2013-04-05
mod_firewall/actions: Add PASS Matthew Wild 2013-04-05
mod_firewall/actions: Remove unused extra argument. Kim Alvefur 2013-04-03