mod_firewall: Fix syntax error
|
Matthew Wild |
Thu, 17 Mar 2016 21:30:09 +0000 |
mod_firewall: Move meta() function to main module, and make it a global so libs can use it
|
Matthew Wild |
Thu, 17 Mar 2016 21:29:07 +0000 |
mod_firewall: Add comment to document idsafe()
|
Matthew Wild |
Thu, 17 Mar 2016 21:27:24 +0000 |
mod_firewall: Disable more realistic output by default, activated by adding a -v flag
|
Kim Alvefur |
Thu, 17 Mar 2016 14:33:14 +0100 |
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work)
|
Kim Alvefur |
Thu, 17 Mar 2016 14:20:06 +0100 |
mod_firewall: Support for defining extra chains in the config file
|
Matthew Wild |
Thu, 17 Mar 2016 12:09:20 +0000 |
mod_firewall: Allow actions to have underscores in their names
|
Matthew Wild |
Thu, 17 Mar 2016 11:22:49 +0000 |
mod_firewall: Add 'timestamp' dep to get current_timestamp
|
Matthew Wild |
Thu, 17 Mar 2016 11:22:35 +0000 |
mod_firewall: Make idsafe() a global function so libraries can re-use it
|
Matthew Wild |
Thu, 17 Mar 2016 11:22:18 +0000 |
mod_firewall: Silence warning about empty if branch [luacheck]
|
Kim Alvefur |
Fri, 11 Mar 2016 18:52:48 +0100 |
mod_firewall: Split compile function into two parts in order to separate their scopes
|
Kim Alvefur |
Fri, 11 Mar 2016 18:48:34 +0100 |
mod_firewall: Rename argument to avoid name clash [luacheck]
|
Kim Alvefur |
Fri, 11 Mar 2016 18:48:05 +0100 |
mod_firewall: Remove unused imports [luacheck]
|
Kim Alvefur |
Fri, 11 Mar 2016 18:47:39 +0100 |
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned
|
Kim Alvefur |
Fri, 11 Mar 2016 18:13:53 +0100 |