forked-synapse/synapse/replication/slave/storage
Patrick Cloke 3e4af36bc8
Rename get_tcp_replication to get_replication_command_handler. (#12192)
Since the object it returns is a ReplicationCommandHandler.

This is clean-up from adding support to Redis where the command handler
was added as an additional layer of abstraction from the TCP protocol.
2022-03-10 13:01:56 +00:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
_base.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
_slaved_id_tracker.py Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
account_data.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
appservice.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
client_ips.py Rename get_tcp_replication to get_replication_command_handler. (#12192) 2022-03-10 13:01:56 +00:00
deviceinbox.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
devices.py Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
directory.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
events.py Stop reading from event_reference_hashes (#11794) 2022-01-21 09:18:10 +00:00
filtering.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
groups.py Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
keys.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
profile.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
push_rule.py Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
pushers.py Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
receipts.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
registration.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00