MatrixSynapse/synapse/api
Will Hunt cbbf9126cb
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-21 15:07:56 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
auth_blocking.py Convert synapse.api to async/await (#8031) 2020-08-06 08:30:06 -04:00
constants.py Add option to enable encryption by default for new rooms (#7639) 2020-06-10 17:44:34 +01:00
errors.py Stop shadow-banned users from sending invites. (#8095) 2020-08-20 15:07:42 -04:00
filtering.py Convert stream database to async/await. (#8074) 2020-08-17 07:24:46 -04:00
presence.py Convert stream database to async/await. (#8074) 2020-08-17 07:24:46 -04:00
ratelimiting.py Do not apply ratelimiting on joins to appservices (#8139) 2020-08-21 15:07:56 +01:00
room_versions.py Implement room version 6 (MSC2240). (#7506) 2020-05-15 09:30:10 -04:00
urls.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00