MatrixSynapse/tests
Erik Johnston 7941372ec8
Make token serializing/deserializing async (#8427)
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so instead we'll have a mapping between instance name and an immutable integer ID in the DB that we can use instead. We'll then do the lookup when we serialize/deserialize the token (we could alternatively pass around an `Instance` type that includes both the name and ID, but that turns out to be a lot more invasive).
2020-09-30 20:29:19 +01:00
..
api
app
appservice Convert appservice to async. (#7973) 2020-07-30 07:27:39 -04:00
config
crypto
events Convert the message handler to async/await. (#7884) 2020-07-22 12:29:15 -04:00
federation
handlers
http
logging
module_api
push
replication
rest Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
scripts
server_notices
state
storage Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
test_utils
util
__init__.py
server.py
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
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py