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
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py
appservice.py
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
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
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 Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
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
typing.py
user_directory.py