Mercurial > prosody-modules
annotate mod_spam_reporting/README.markdown @ 4340:7cd3b7ec59e9
mod_http_oauth2: Rudimentary support for scopes (but not really)
We don't support limiting access, but this change will inform the
client what permissions the created token has (e.g. is the user an
admin or not).
There is some work in progress on real scope support.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 16 Jan 2021 19:47:22 +0000 |
parents | 476afcbfb3e9 |
children | 48c27b51f992 |
rev | line source |
---|---|
2268 | 1 --- |
2278
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
2 labels: |
983abc684851
mod_spam_reporting/README: Set Beta tag
Kim Alvefur <zash@zash.se>
parents:
2269
diff
changeset
|
3 - 'Stage-Beta' |
4104
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
4 rockspec: |
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
5 dependencies: |
476afcbfb3e9
various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents:
2282
diff
changeset
|
6 - mod_blocklist |
2268 | 7 summary: 'XEP-0377: Spam Reporting' |
8 --- | |
9 | |
2269
a730ab6f3aaa
mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
Kim Alvefur <zash@zash.se>
parents:
2268
diff
changeset
|
10 This module is a very basic implementation of [XEP-0377: Spam Reporting]. |
2268 | 11 |
2282
122f0e53dc5a
mod_spam_reporting/README: Mention the event.
Kim Alvefur <zash@zash.se>
parents:
2278
diff
changeset
|
12 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
|
13 event is fired so that other modules can act on the report. |