MatrixSynapse/tests
Erik Johnston 5016b162fc
Move client command handling out of TCP protocol (#7185)
The aim here is to move the command handling out of the TCP protocol classes and to also merge the client and server command handling (so that we can reuse them for redis protocol). This PR simply moves the client paths to the new `ReplicationCommandHandler`, a future PR will move the server paths too.
2020-04-06 09:58:42 +01:00
..
api
app
appservice
config
crypto
events
federation Fix device list update stream ids going backward (#7158) 2020-04-03 10:40:22 +01:00
handlers Allow admins to create aliases when they are not in the room (#7191) 2020-04-01 08:27:05 -04:00
http
logging
push
replication Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
rest Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests 2020-03-30 13:59:07 +01:00
scripts
server_notices Server notices: Dissociate room creation/lookup from invite (#7199) 2020-04-04 17:27:45 +02:00
state
storage Make do_next_background_update return a bool 2020-03-31 17:43:58 +01:00
test_utils
util
__init__.py
server.py Kill off redundant SynapseRequestFactory (#6619) 2020-01-03 14:19:48 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests 2020-03-30 13:59:07 +01:00
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Set a logging context while running the bg updates 2020-03-31 17:43:58 +01:00
utils.py