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 |
mod_mam: Add support for XEP-0313 v0.5
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add missing wrapping <query> element when returning the query form
|
Kim Alvefur |
2017-02-19 |
mod_auth_pam: Document dependencies
|
Kim Alvefur |
2017-02-17 |
mod_smacks/README: Linkify the XEP
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Make sure that the total, if it is a total, is a number
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Minor syntax change
|
Kim Alvefur |
2017-02-14 |
mod_mam/README: Note that mod_mam is included with prosody 0.10+
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Remove fallback for util.stanza.is_stanza, it should be available
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Use util.rsm (fixes #829, depends on a recent 0.10+)
|
Kim Alvefur |
2017-02-14 |
mod_pep_vcard_png_avatar: Move to dwebp, handle errors on opening file_png.
|
Michel Le Bihan |
2017-02-13 |
merged upstream changes
|
tmolitor |
2017-02-12 |
mod_smacks: Fix some bugs with smacks-ack-delayed event triggering.
|
tmolitor |
2017-02-12 |
mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
|
Kim Alvefur |
2017-02-12 |