Log

mod_firewall/actions.lib.lua @ 2327:a348c105e05d

description author age
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
mod_firewall/actions: Move semicolon as to not produce two in a row. (Not legal in Lua) Kim Alvefur 2013-04-03
mod_firewall: General stanza filtering plugin with a declarative rule-based syntax Matthew Wild 2013-04-03