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 06ba71083e
Fix order of partial state tables when purging (#15068)
2 years ago
..
ui_auth Fix twisted trunk mypy errors (#14012) 2 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account.py Optionally include account validity in MSC3720 account status responses (#12266) 3 years ago
account_data.py Avoid fetching unused account data in sync. (#14973) 2 years ago
account_validity.py Implement cancellation support/protection for module callbacks (#12568) 3 years ago
admin.py Add more user information to export-data command. (#14894) 2 years ago
appservice.py Improve logging and opentracing for to-device message handling (#14598) 2 years ago
auth.py Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to separate args (#15053) 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 Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2 years ago
federation.py Fix order of partial state tables when purging (#15068) 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 Faster joins: don't stall when a user joins during a fast join (#14606) 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 Use direct references for some configuration variables (part 3) (#10885) 3 years ago
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 Port the push rule classes to Rust. (#13768) 2 years ago
read_marker.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
receipts.py Return read-only collections from `@cached` methods (#13755) 2 years ago
register.py Move `StateFilter` to `synapse.types` (#14668) 2 years ago
relations.py Use an enum for direction. (#14927) 2 years ago
room.py Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
room_batch.py Make `handle_new_client_event` throws `PartialStateConflictError` (#14665) 2 years ago
room_list.py Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 2 years ago
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 Discourage automatic replies to Synapse's emails (#13957) 2 years ago
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 Remove `HomeServer.get_datastore()` (#12031) 3 years ago
stats.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 2 years ago
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 Clarifications in user directory for users who share rooms tracking (#13966) 2 years ago