You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/handlers
Patrick Cloke e19de43eb5
Convert streams to async. (#8014)
4 years ago
..
ui_auth Update the auth providers to be async. (#7935) 4 years ago
__init__.py
_base.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
account_data.py
account_validity.py
acme.py Convert ACME code to async/await. (#7989) 4 years ago
acme_issuing_service.py
admin.py Fix up types and comments that refer to Deferreds. (#7945) 4 years ago
appservice.py Convert appservice to async. (#7973) 4 years ago
auth.py Update the auth providers to be async. (#7935) 4 years ago
cas_handler.py Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802) 4 years ago
deactivate_account.py Follow-up to admin API to re-activate accounts (#7908) 4 years ago
device.py Fix TypeError in synapse.notifier (#7880) 4 years ago
devicemessage.py
directory.py
e2e_keys.py Fix up types and comments that refer to Deferreds. (#7945) 4 years ago
e2e_room_keys.py Convert E2E key and room key handlers to async/await. (#7851) 4 years ago
events.py
federation.py Convert a synapse.events to async/await. (#7949) 4 years ago
groups_local.py Convert federation client to async/await. (#7975) 4 years ago
identity.py Remove signature check on v1 identity server lookups (#8001) 4 years ago
initial_sync.py Convert streams to async. (#8014) 4 years ago
message.py Remove hacky error handling for inlineDeferreds. (#7950) 4 years ago
oidc_handler.py Ensure that HTML pages served from Synapse include headers to avoid embedding. 4 years ago
pagination.py Convert streams to async. (#8014) 4 years ago
password_policy.py
presence.py Convert state resolution to async/await (#7942) 4 years ago
profile.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
read_marker.py
receipts.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
register.py Convert replication code to async/await. (#7987) 4 years ago
room.py Convert streams to async. (#8014) 4 years ago
room_list.py Convert room list handler to async/await. (#7912) 4 years ago
room_member.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_limiting_to_joins 4 years ago
room_member_worker.py `update_membership` declaration: now always returns an event id. (#7809) 4 years ago
saml_handler.py Add additional logging for SAML sessions. (#7971) 4 years ago
search.py Convert streams to async. (#8014) 4 years ago
set_password.py
state_deltas.py
stats.py Prevent join->join membership transitions changing member count (#7977) 4 years ago
sync.py Convert streams to async. (#8014) 4 years ago
typing.py Allow moving typing off master (#7869) 4 years ago
user_directory.py