MatrixSynapse/synapse/handlers
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
..
ui_auth Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py Various clean ups to room stream tokens. (#8423) 2020-09-29 21:48:33 +01:00
appservice.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
auth.py Allow additional SSO properties to be passed to the client (#8413) 2020-09-30 13:02:43 -04:00
cas_handler.py
deactivate_account.py
device.py Various clean ups to room stream tokens. (#8423) 2020-09-29 21:48:33 +01:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
events.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
federation.py
groups_local.py
identity.py
initial_sync.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
message.py
oidc_handler.py Allow additional SSO properties to be passed to the client (#8413) 2020-09-30 13:02:43 -04:00
pagination.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
password_policy.py
presence.py
profile.py
read_marker.py
receipts.py
register.py
room.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
room_list.py
room_member.py
room_member_worker.py
saml_handler.py
search.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
set_password.py
state_deltas.py
stats.py
sync.py Various clean ups to room stream tokens. (#8423) 2020-09-29 21:48:33 +01:00
typing.py
user_directory.py