mod_firewall: Rename variables to avoid shadowing #luacheck
|
Matthew Wild |
2017-02-24 |
mod_firewall: Accept backslash escapes in definitions
|
Matthew Wild |
2017-02-24 |
mod_firewall: Fix compilation error when last action modifies stanza route
|
Matthew Wild |
2017-02-24 |
mod_firewall: Document PASS, RETURN and DEFAULT
|
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: spam-blocking.pfw: Allow unsubscribe/unsubscribed presence
|
Matthew Wild |
2017-02-23 |
mod_firewall: spam-blocking.pfw, initial anti-spam ruleset
|
Matthew Wild |
2017-02-23 |
mod_firewall: Add TO FULL JID
|
Matthew Wild |
2017-02-23 |
mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
|
Matthew Wild |
2017-02-23 |
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 |
mod_firewall: Also handle HTTPS for lists
|
Matthew Wild |
2017-02-20 |
mod_firewall: Improve HTTP polling logic
|
Matthew Wild |
2017-02-20 |
mod_firewall: Fix CHECK LIST syntax check
|
Matthew Wild |
2017-02-19 |
mod_firewall: Initial support for lists, in-memory and HTTP
|
Matthew Wild |
2017-02-19 |
mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
|
Matthew Wild |
2017-02-19 |
mod_firewall: More meta! Allow simple functions to be applied to $<> expressions
|
Matthew Wild |
2017-02-19 |
mod_firewall: Fix circular dependency check
|
Matthew Wild |
2017-02-19 |
mod_mam: Add support for XEP-0313 v0.6
|
Kim Alvefur |
2017-02-20 |
mod_mam: Fix to expect archive id as first return value from archive:append
|
Kim Alvefur |
2017-02-20 |
mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption)
|
Kim Alvefur |
2017-02-20 |
mod_mam: Add comments
|
Kim Alvefur |
2017-02-19 |
mod_mam: Normalize whitespace
|
Kim Alvefur |
2017-02-19 |
mod_mam: Bring hints processing in line with 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Make the store configurable to ease move to 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add annotations [luacheck]
|
Kim Alvefur |
2017-02-19 |
mod_mam/fallback_archive: Remove unused variables
|
Kim Alvefur |
2017-02-19 |
mod_mam_muc: Update to XEP-0313 0.5.1
|
Kim Alvefur |
2017-02-19 |