forked-synapse/synapse/replication/http
Patrick Cloke c9c0ad5e20
Remove the deprecated Handlers object (#8494)
All handlers now available via get_*_handler() methods on the HomeServer.
2020-10-09 07:24:34 -04:00
..
__init__.py Typing worker needs to handle stream update requests (#7967) 2020-07-28 11:04:53 +01:00
_base.py Add metrics to track success/otherwise of replication requests (#8406) 2020-09-29 11:06:11 +01:00
devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
federation.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
login.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
membership.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
presence.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
register.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
send_event.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
streams.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00