summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-06-19 15:57:44 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2019-06-19 15:58:32 +0000
commit736d8ad6be1ccb1514a189ccf2384e9699ea107e (patch)
treea68094bce086cb1c890bbb645aa824f1d4f64c46 /CHANGELOG.md
parentcb4fcc740cd77d9d7ed815f241402c21131eb450 (diff)
downloadpleroma-736d8ad6be1ccb1514a189ccf2384e9699ea107e.tar.gz
pleroma-736d8ad6be1ccb1514a189ccf2384e9699ea107e.zip
implement anti link spam MRF
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b7e5c9a1..ced0573f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- MRF: Support for running subchains.
- Configuration: `skip_thread_containment` option
- Configuration: `rate_limit` option. See `Pleroma.Plugs.RateLimiter` documentation for details.
+- MRF: Support for filtering out likely spam messages using naive heuristics.
### Changed
- **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer