annotate mod_spam_reporting/README.markdown @ 3965:2b10e51d85a6

mod_muc_limits: Add config option to limit to join stanzas only This is a bit more limited in pre-0.11 MUC modules, because it just detects stanzas sent to full JIDs (which would include all presence and nick changes). This option is useful for setups where users are typically unaffiliated, but trusted (e.g. if access to the room is gated through some other means such as password/token auth).
author Matthew Wild <mwild1@gmail.com>
date Fri, 03 Apr 2020 12:26:56 +0100
parents 122f0e53dc5a
children 476afcbfb3e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2268
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 depends:
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 - 'mod\_blocklist'
2278
983abc684851 mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents: 2269
diff changeset
4 labels:
983abc684851 mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents: 2269
diff changeset
5 - 'Stage-Beta'
2268
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 summary: 'XEP-0377: Spam Reporting'
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 ---
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8
2269
a730ab6f3aaa mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
Kim Alvefur <zash@zash.se>
parents: 2268
diff changeset
9 This module is a very basic implementation of [XEP-0377: Spam Reporting].
2268
56ea6ff796ba mod_spam_reporting: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10
2282
122f0e53dc5a mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents: 2278
diff changeset
11 When someone reports spam or abuse, a line about this is logged and an
122f0e53dc5a mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents: 2278
diff changeset
12 event is fired so that other modules can act on the report.