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
David Robertson 647ff3ef65
Remove unused `room_alias` field from `/createRoom` response (#15093)
2 years ago
..
ui_auth Use mypy 1.0 (#15052) 2 years ago
__init__.py
account.py
account_data.py Avoid fetching unused account data in sync. (#14973) 2 years ago
account_validity.py
admin.py Add account data to export command (#14969) 2 years ago
appservice.py Improve logging and opentracing for to-device message handling (#14598) 2 years ago
auth.py Use mypy 1.0 (#15052) 2 years ago
cas.py Fix twisted trunk mypy errors (#14012) 2 years ago
deactivate_account.py Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to separate args (#15053) 2 years ago
device.py Faster joins: Refactor handling of servers in room (#14954) 2 years ago
devicemessage.py Batch up replication requests to request the resyncing of remote users's devices. (#14716) 2 years ago
directory.py Return read-only collections from `@cached` methods (#13755) 2 years ago
e2e_keys.py Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) 2 years ago
e2e_room_keys.py Remove redundant types from comments. (#14412) 2 years ago
event_auth.py Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
events.py
federation.py Mitigate a race where /make_join could 403 for restricted rooms (#15080) 2 years ago
federation_event.py Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
identity.py Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to separate args (#15053) 2 years ago
initial_sync.py Avoid fetching unused account data in sync. (#14973) 2 years ago
message.py Update the error code for duplicate annotation (#15075) 2 years ago
oidc.py Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 2 years ago
pagination.py Use an enum for direction. (#14927) 2 years ago
password_policy.py
presence.py Fix a bug in the send_local_online_presence_to module API (#14880) 2 years ago
profile.py fix broken avatar checks when server_name contains a port (#13927) 2 years ago
push_rules.py
read_marker.py
receipts.py Return read-only collections from `@cached` methods (#13755) 2 years ago
register.py Remove unused `room_alias` field from `/createRoom` response (#15093) 2 years ago
relations.py Use an enum for direction. (#14927) 2 years ago
room.py Remove unused `room_alias` field from `/createRoom` response (#15093) 2 years ago
room_batch.py Make `handle_new_client_event` throws `PartialStateConflictError` (#14665) 2 years ago
room_list.py
room_member.py Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
room_member_worker.py Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
room_summary.py Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible. (#14834) 2 years ago
saml.py Remove redundant types from comments. (#14412) 2 years ago
search.py Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) 2 years ago
send_email.py
set_password.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 2 years ago
sso.py Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) 2 years ago
state_deltas.py
stats.py
sync.py Faster joins: Omit device list updates from partial state rooms in /sync (#15069) 2 years ago
typing.py Better return type for `get_all_entities_changed` (#14604) 2 years ago
user_directory.py