mod_firewall: Add TO/FROM ADMIN
|
Matthew Wild |
2017-02-23 |
mod_firewall: Support expressions in TO/FROM EXACTLY
|
Matthew Wild |
2017-02-23 |
mod_firewall: Fix FORWARD to send from current module's host
|
Matthew Wild |
2017-02-23 |
mod_firewall: Allow backslash escapes in definitions
|
Matthew Wild |
2017-02-23 |
mod_firewall: Pass 'module' object to chain handlers
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add 'current_host' variable/dependency
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add metaq(), like meta() but takes an unquoted string
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add stripslashes() function
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add and document COUNT condition
|
Matthew Wild |
2017-02-21 |
mod_firewall: Add it(erators) and it_count dependencies
|
Matthew Wild |
2017-02-21 |
mod_firewall: Do patterns properly, instead of cheating
|
Matthew Wild |
2017-02-21 |
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: Update README for latest changes
|
Matthew Wild |
2017-02-21 |
mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions
|
Matthew Wild |
2017-02-21 |
mod_firewall: Reinstate the ability to set a default for stanza expressions
|
Matthew Wild |
2017-02-21 |
mod_firewall: Make parameter to 'IN ROSTER' optional
|
Matthew Wild |
2017-02-21 |
mod_firewall: Improve debug logging for LIST file backend
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix file backend init code
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix SCAN to pass correct variable to scan_list()
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix scan_list() syntax error in generated code
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add 'file' backend for lists (read-only atm)
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add 'ADD TO' action for adding to lists
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add dummy add/remove methods for HTTP lists
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
|
Matthew Wild |
2017-02-20 |
mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
|
Matthew Wild |
2017-02-20 |
mod_firewall: Code formatting
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix pattern
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix for deps dynamically including deps
|
Matthew Wild |
2017-02-20 |
mod_firewall: More meta() enhancements
|
Matthew Wild |
2017-02-20 |