log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
prosody-modules
log mod_firewall/mod_firewall.lua @ 1223:
6617f5f79d68
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2013-06-05
Kim Alvefur
mod_firewall: Add support for being called as a prosodyctl command
2013-06-05
Kim Alvefur
mod_firewall: Remove print()
2013-05-08
Matthew Wild
mod_firewall: don't use %b() (not technically correct)
2013-05-07
Matthew Wild
mod_firewall: Make defining objects generic (currently zones and rate limits), so more can easily be added. Also a syntax change... definition lines must begin with %
2013-05-07
Matthew Wild
mod_firewall: Fix conditions with spaces
2013-05-07
Matthew Wild
mod_firewall: Cache conditions, so that they are only calculated once per chain execution
2013-04-08
Kim Alvefur
mod_firewall: Fix variable name
2013-04-06
Matthew Wild
mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables
2013-04-06
Matthew Wild
mod_firewall: Don't add empty conditions check when no conditions are listed in a rule
2013-04-06
Matthew Wild
mod_firewall: Add time and date deps
2013-04-05
Matthew Wild
mod_firewall: Improve zone handling, make it more efficient, and support dynamic dependencies in the compiler. ENTERING and LEAVING conditions now work at expected (not matching stanzas flowing within a zone).
2013-04-05
Matthew Wild
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)
2013-04-05
Matthew Wild
mod_firewall: Tighten up error handling, and split rules->Lua and Lua->bytecode compilation into separate functions
2013-04-04
Kim Alvefur
mod_firewall: Use resolve_relative_path correctly
2013-04-03
Matthew Wild
mod_firewall: General stanza filtering plugin with a declarative rule-based syntax
less
more
|
(0)
tip