log

age author description
2016-03-26 Kim Alvefur mod_sift/README: Mention the related XEP in the text so modules.prosody.im can pick it up
2016-03-22 Michael Töglhofer mod_pubsub_feeds.lua: util.xml not uit.xml
2016-03-21 Kim Alvefur mod_smacks: Prevent queuing multiple <r>
2016-03-21 Kim Alvefur mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG)
2016-03-20 Kim Alvefur mod_pubsub_feeds: Remove unused imports [luacheck]
2016-03-20 Kim Alvefur mod_pubsub_feeds: Use correct loop variable
2016-03-20 Kim Alvefur mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds
2016-03-18 Matthew Wild mod_firewall: Fix another unprotected use of util.cache
2016-03-18 Matthew Wild mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available
2016-03-18 Matthew Wild mod_firewall: LOG uses session.log if available
2016-03-18 Matthew Wild mod_firewall: Add support for throttling based on user-defined properties (experimental)
2016-03-18 Matthew Wild mod_firewall: Allow underscore in mark names (thanks Ge0rG)
2016-03-17 Matthew Wild mod_firewall: Fix syntax error
2016-03-17 Matthew Wild mod_firewall: Move meta() function to main module, and make it a global so libs can use it
2016-03-17 Matthew Wild mod_firewall: Add comment to document idsafe()
2016-03-18 Kim Alvefur mod_presence_cache: Remove info-level debug message
2016-03-17 Kim Alvefur mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket
2016-03-17 Kim Alvefur Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)
2016-03-17 Kim Alvefur mod_throttle_unsolicited: Mark sessions so they can be matched with 'ORIGIN_MARKED: throttle_unsolicited' by mod_firewall
2016-03-17 Kim Alvefur mod_firewall: Correct zone condition to check bare JID
2016-03-17 Kim Alvefur mod_firewall: Disable more realistic output by default, activated by adding a -v flag
2016-03-17 Kim Alvefur mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work)
2016-03-17 Matthew Wild mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)
2016-03-17 Matthew Wild Merge
2016-03-17 Matthew Wild mod_firewall: README: Note about marks applying to sessions, not JIDs
2016-03-17 Matthew Wild mod_firewall: Support for defining extra chains in the config file
2016-03-17 Kim Alvefur mod_register_dnsbl: Initial commit of module to check users registering against an DNS block list
2016-03-17 Matthew Wild mod_firewall: README: Improve chain documentation
2016-03-17 Matthew Wild mod_firewall: README: Document INSPECT's pattern matching ability
2016-03-17 Matthew Wild mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)
2016-03-17 Matthew Wild mod_firewall: README: Document session marking
2016-03-17 Matthew Wild mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
2016-03-17 Matthew Wild mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled)
2016-03-17 Matthew Wild mod_firewall: README: Document JUMP_CHAIN
2016-03-17 Matthew Wild mod_firewall: README: Improve chain usage example comments
2016-03-17 Matthew Wild mod_firewall: README: Add note about user-defined chains
2016-03-17 Matthew Wild mod_firewall: README: Add note about time functions using server's local time
2016-03-17 Matthew Wild mod_firewall: Allow actions to have underscores in their names
2016-03-17 Matthew Wild mod_firewall: Add 'timestamp' dep to get current_timestamp
2016-03-17 Matthew Wild mod_firewall: Make idsafe() a global function so libraries can re-use it
2016-03-16 Matthew Wild Merge
2016-03-16 Matthew Wild mod_storage_memory: Support for empty username stores
2016-03-16 Matthew Wild mod_firewall: README: Document chains
2016-03-16 Matthew Wild mod_firewall: README: Add note about BOUNCE and error stanzas/iq results
2016-03-16 Matthew Wild mod_firewall: BOUNCE: Don't bounce error stanzas or iq results
2016-03-16 Matthew Wild mod_firewall: README: Document LOG's ability to take meta expressions
2016-03-16 Matthew Wild mod_firewall: README: Add warning about COPY action's ability to cause loops (thanks Ge0rG)
2016-03-16 Kim Alvefur mod_smacks: Log when sending <r> from read timeout event (0.10+)
2016-03-16 Kim Alvefur mod_smacks: Keep timer object around and stop it when needed (trunk only)
2016-03-16 Kim Alvefur mod_smacks: Increase delay for starting s2s smacks to a non-zero value
2016-03-16 Kim Alvefur mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent
2016-03-16 Kim Alvefur mod_smacks: Drop stanzas instead of turning them into the empty string
2016-03-16 Matthew Wild mod_firewall: tostring() the results of meta expressions
2016-03-16 Kim Alvefur mod_track_muc_joins: Add missing imports (thanks Ge0rG)
2016-03-15 Kim Alvefur mod_log_auth: Include username, if known
2016-03-15 Kim Alvefur mod_http_muc_log: Add XMPP URI link for joining the current room
2016-03-14 Kim Alvefur mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts
2016-03-14 Kim Alvefur mod_track_muc_joins: Module to keep track of joined MUC rooms
2016-03-11 Kim Alvefur mod_firewall: Silence warning about empty if branch [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Silence warnings about unused arguments [luacheck]