synapse/synapse/api
Patrick Cloke eb9ddc8c2e
Remove the deprecated BaseHandler. (#11005)
The shared ratelimit function was replaced with a dedicated
RequestRatelimiter class (accessible from the HomeServer
object).

Other properties were copied to each sub-class that inherited
from BaseHandler.
2021-10-08 07:44:43 -04:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
auth.py Use direct references for some configuration variables (part 2) (#10812) 2021-09-15 08:34:52 -04:00
auth_blocking.py Fix AuthBlocking check when requester is appservice (#10881) 2021-09-24 10:41:18 +01:00
constants.py Strip "join_authorised_via_users_server" from join events which do not need it. (#10933) 2021-09-30 11:13:59 -04:00
errors.py Validate device_keys for C-S /keys/query requests (#10593) 2021-08-20 15:47:03 +01:00
filtering.py Add type hints to filtering classes. (#10958) 2021-10-01 07:02:32 -04:00
presence.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
ratelimiting.py Remove the deprecated BaseHandler. (#11005) 2021-10-08 07:44:43 -04:00
room_versions.py Rename MSC2716 things from chunk to batch to match /batch_send endpoint (#10838) 2021-09-21 15:06:28 -05:00
urls.py Use direct references for configuration variables (part 4). (#10893) 2021-09-23 12:03:01 -04:00