MatrixSynapse/synapse/replication
Erik Johnston 963f4309fe
Make RateLimiter class check for ratelimit overrides (#9711)
This should fix a class of bug where we forget to check if e.g. the appservice shouldn't be ratelimited.

We also check the `ratelimit_override` table to check if the user has ratelimiting disabled. That table is really only meant to override the event sender ratelimiting, so we don't use any values from it (as they might not make sense for different rate limits), but we do infer that if ratelimiting is disabled for the user we should disabled all ratelimits.

Fixes #9663
2021-03-30 12:06:09 +01:00
..
http Make RateLimiter class check for ratelimit overrides (#9711) 2021-03-30 12:06:09 +01:00
slave Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
tcp Add type hints for the federation sender. (#9681) 2021-03-29 11:43:20 -04:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00