MatrixSynapse/synapse/api
Will Hunt 2df82ae451
Do not apply ratelimiting on joins to appservices (#8139)
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Erik Johnston <erik@matrix.org>
2020-08-24 14:53:53 +01:00
..
__init__.py
auth.py
auth_blocking.py
constants.py
errors.py Improve performance of the register endpoint (#8009) 2020-08-06 08:09:55 -04:00
filtering.py Convert synapse.api to async/await (#8031) 2020-08-06 08:30:06 -04:00
ratelimiting.py Do not apply ratelimiting on joins to appservices (#8139) 2020-08-24 14:53:53 +01:00
room_versions.py
urls.py