mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Rate limiting changes This makes the following changes: * For logged in users, the rate limiting now applies to the device session rather than the remote IP address; * For non-logged in users, the rate limiting continues to apply to remote address as it does today; * It is now possible to add user IDs to the `exempt_user_ids` option under `rate_limiting` to exclude bots from rate limiting; * Admin and appservice users are now exempt from rate limiting by default. * Fix build with media API |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_appservice.go | ||
| config_clientapi.go | ||
| config_federationapi.go | ||
| config_global.go | ||
| config_jetstream.go | ||
| config_keyserver.go | ||
| config_mediaapi.go | ||
| config_mscs.go | ||
| config_roomserver.go | ||
| config_syncapi.go | ||
| config_test.go | ||
| config_userapi.go | ||