log

age author description
2017-02-25 Matthew Wild mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts
2017-02-25 Matthew Wild mod_firewall: TO/FROM ADMIN OF: Fix string quoting
2017-02-25 Matthew Wild mod_firewall: README: Document TO/FROM ADMIN, FORWARD, TO SELF and TO FULL JID
2017-02-25 Matthew Wild mod_firewall: Fix TO/FROM ADMIN to use current (module) host
2017-02-25 Matthew Wild mod_firewall: Factor out script loading
2017-02-25 Matthew Wild mod_firewall: Fix meta functions with to/from that weren't JID-based
2017-02-24 Matthew Wild mod_firewall: Add spam-strip-xhtml.pfw
2017-02-24 Matthew Wild mod_firewall: spam-blocking.pfw: More comments for documentation
2017-02-24 Kim Alvefur mod_saslname: Declare module Stable since it does one simple thing very well
2017-02-24 Kim Alvefur mod_saslname/README: Expand description
2017-02-24 Kim Alvefur mod_saslname/README: Update for XEP title change
2017-02-24 Matthew Wild mod_firewall: spam-blocking.pfw: Add more extension points
2017-02-24 Matthew Wild mod_firewall: spam-blocking.pfw: Remove debug logging
2017-02-24 Matthew Wild spam-blocking.pfw: Much improvement
2017-02-24 Matthew Wild mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
2017-02-24 Matthew Wild mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
2017-02-24 Matthew Wild mod_firewall: Rename variables to avoid shadowing #luacheck
2017-02-24 Matthew Wild mod_firewall: Accept backslash escapes in definitions
2017-02-24 Matthew Wild mod_firewall: Fix compilation error when last action modifies stanza route
2017-02-24 Matthew Wild mod_firewall: Document PASS, RETURN and DEFAULT
2017-02-24 Matthew Wild mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
2017-02-23 Matthew Wild mod_firewall: spam-blocking.pfw: Allow unsubscribe/unsubscribed presence
2017-02-23 Matthew Wild mod_firewall: spam-blocking.pfw, initial anti-spam ruleset
2017-02-23 Matthew Wild mod_firewall: Add TO FULL JID
2017-02-23 Matthew Wild mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
2017-02-23 Matthew Wild mod_firewall: Add TO/FROM ADMIN
2017-02-23 Matthew Wild mod_firewall: Support expressions in TO/FROM EXACTLY
2017-02-23 Matthew Wild mod_firewall: Fix FORWARD to send from current module's host
2017-02-23 Matthew Wild mod_firewall: Allow backslash escapes in definitions
2017-02-23 Matthew Wild mod_firewall: Pass 'module' object to chain handlers
2017-02-23 Matthew Wild mod_firewall: Add 'current_host' variable/dependency
2017-02-23 Matthew Wild mod_firewall: Add metaq(), like meta() but takes an unquoted string
2017-02-23 Matthew Wild mod_firewall: Add stripslashes() function
2017-02-21 Matthew Wild mod_firewall: Add and document COUNT condition
2017-02-21 Matthew Wild mod_firewall: Add it(erators) and it_count dependencies
2017-02-21 Matthew Wild mod_firewall: Do patterns properly, instead of cheating
2017-02-21 Matthew Wild mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza
2017-02-21 Matthew Wild mod_firewall: Add FORWARD action (XEP-0297)
2017-02-21 Matthew Wild mod_firewall: Update README for latest changes
2017-02-21 Matthew Wild mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions
2017-02-21 Matthew Wild mod_firewall: Reinstate the ability to set a default for stanza expressions
2017-02-21 Matthew Wild mod_firewall: Make parameter to 'IN ROSTER' optional
2017-02-20 Matthew Wild mod_firewall: Improve debug logging for LIST file backend
2017-02-20 Matthew Wild mod_firewall: Fix file backend init code
2017-02-20 Matthew Wild mod_firewall: Fix SCAN to pass correct variable to scan_list()
2017-02-20 Matthew Wild mod_firewall: Fix scan_list() syntax error in generated code
2017-02-20 Matthew Wild mod_firewall: Add 'file' backend for lists (read-only atm)
2017-02-20 Matthew Wild mod_firewall: Add 'ADD TO' action for adding to lists
2017-02-20 Matthew Wild mod_firewall: Add dummy add/remove methods for HTTP lists
2017-02-20 Matthew Wild mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
2017-02-20 Matthew Wild mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
2017-02-20 Matthew Wild mod_firewall: Code formatting
2017-02-20 Matthew Wild mod_firewall: Fix pattern
2017-02-20 Matthew Wild mod_firewall: Fix for deps dynamically including deps
2017-02-20 Matthew Wild mod_firewall: More meta() enhancements
2017-02-20 Matthew Wild mod_firewall: Also handle HTTPS for lists
2017-02-20 Matthew Wild mod_firewall: Improve HTTP polling logic
2017-02-19 Matthew Wild mod_firewall: Fix CHECK LIST syntax check
2017-02-19 Matthew Wild mod_firewall: Initial support for lists, in-memory and HTTP
2017-02-19 Matthew Wild mod_firewall: Update functions that use meta() to allow functions with deps inside expressions