log mod_spam_reporting/mod_spam_reporting.lua @ 5543:fed5995180c5

age author description
2021-08-25 Kim Alvefur mod_spam_reporting: Fallback string for missing 'reason'
2021-08-25 Kim Alvefur mod_spam_reporting: Missed a spot
2021-08-25 Kim Alvefur mod_spam_reporting: Refactor to deduplicate code
2021-08-25 Kim Alvefur mod_spam_reporting: Rename variable avoid name clash with global function
2021-08-25 Kim Alvefur mod_spam_reporting: Make 'reason' text an optional value
2021-08-25 Kim Alvefur mod_spam_reporting: Handle unknown or future report types
2021-07-01 Martin Dosch mod_spam_reporting: Add support for XEP-0377 0.3
2016-09-10 Kim Alvefur mod_spam_reporting: Include jid in event
2016-08-20 Kim Alvefur mod_spam_reporting: Correctly check <text> child, not <reason>
2016-08-20 Kim Alvefur mod_spam_reporting: Apply JID prepping
2016-08-20 Kim Alvefur mod_spam_reporting: Add Copyright header
2016-08-20 Kim Alvefur mod_spam_reporting: Remove unused import of util.stanza [luacheck]
2016-08-20 Kim Alvefur mod_spam_reporting: Fire an event to ease processing from other modules
2016-08-20 Kim Alvefur mod_spam_reporting: Continue looking for spam reports even when one <item> does not have one
2016-08-20 Kim Alvefur mod_spam_reporting: Hook the blocking action, not blocklist fetching
2016-08-09 Kim Alvefur mod_spam_reporting: Fix syntax [luacheck]
2016-08-09 Kim Alvefur mod_spam_reporting: Basic implementation of XEP-0377: Spam Reporting