aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-07-13 14:17:17 +0000
committerkaniini <ariadne@dereferenced.org>2019-07-13 14:17:17 +0000
commitf4c001062e51c207bf84f56473ddf6120e3b50fb (patch)
tree0168e773f38bbc3dd1d7c74abe8886bb78fb0669 /docs/config.md
parent9497d14f09dc76535dda47fc4257c51ef07a3f56 (diff)
parentd72876c57dd8f519f63f7bb14abcfaceedf41410 (diff)
downloadpleroma-f4c001062e51c207bf84f56473ddf6120e3b50fb.tar.gz
Merge branch '1041-status-actions-rate-limit' into 'develop'
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 140789d87..3ec13cff2 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -640,3 +640,10 @@ A keyword list of rate limiters where a key is a limiter name and value is the l
It is also possible to have different limits for unauthenticated and authenticated users: the keyword value must be a list of two tuples where the first one is a config for unauthenticated users and the second one is for authenticated.
See [`Pleroma.Plugs.RateLimiter`](Pleroma.Plugs.RateLimiter.html) documentation for examples.
+
+Supported rate limiters:
+
+* `:search` for the search requests (account & status search etc.)
+* `:app_account_creation` for registering user accounts from the same IP address
+* `:statuses_actions` for create / delete / fav / unfav / reblog / unreblog actions on any statuses
+* `:status_id_action` for fav / unfav or reblog / unreblog actions on the same status by the same user