MatrixSynapse/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
auth.py
auth_blocking.py
constants.py
errors.py
filtering.py Add type hints to filtering classes. (#10958) 2021-10-01 07:02:32 -04:00
presence.py
ratelimiting.py Remove the deprecated BaseHandler. (#11005) 2021-10-08 07:44:43 -04:00
room_versions.py
urls.py