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
Eric Eastwood ac1a31740b
Only try to backfill event if we haven't tried before recently (#13635)
2 years ago
..
ui_auth Drop support for delegating email validation, round 2 (#13596) 2 years ago
__init__.py
account.py
account_data.py
account_validity.py
admin.py Add timestamp to user's consent (#13741) 2 years ago
appservice.py Federation Sender & Appservice Pusher Stream Optimisations (#13251) 2 years ago
auth.py Remove the `complete_sso_login` method from the Module API which was deprecated in Synapse 1.13.0. (#13843) 2 years ago
cas.py
deactivate_account.py
device.py Faster room joins: Avoid blocking `/keys/changes` (#13888) 2 years ago
devicemessage.py Additional constants for EDU types. (#12884) 3 years ago
directory.py Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 2 years ago
e2e_keys.py Remove error spam when users query the keys of departed remote users (#13826) 2 years ago
e2e_room_keys.py Add missing types to opentracing. (#13345) 2 years ago
event_auth.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 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 Only try to backfill event if we haven't tried before recently (#13635) 2 years ago
federation_event.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
identity.py Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 2 years ago
initial_sync.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 2 years ago
message.py Deduplicate `is_server_notices_room`. (#13780) 2 years ago
oidc.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 2 years ago
pagination.py Add Admin API to Fetch Messages Within a Particular Window (#13672) 2 years ago
password_policy.py
presence.py Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 2 years ago
profile.py Use a single query in `ProfileHandler.get_profile` (#13209) 2 years ago
push_rules.py Port the push rule classes to Rust. (#13768) 2 years ago
read_marker.py
receipts.py Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
register.py Support enabling/disabling pushers (from MSC3881) (#13799) 2 years ago
relations.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 2 years ago
room.py Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 2 years ago
room_batch.py Rename storage classes (#12913) 3 years ago
room_list.py Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 2 years ago
room_member.py Deduplicate `is_server_notices_room`. (#13780) 2 years ago
room_member_worker.py
room_summary.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
saml.py
search.py Reduce the amount of state we pull from the DB (#12811) 3 years ago
send_email.py Support Implicit TLS for sending emails (#13317) 2 years ago
set_password.py
sso.py Correct documentation for map_user_attributes of OpenID Mapping Providers (#13836) 2 years ago
state_deltas.py
stats.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 2 years ago
sync.py Re-type hint some collections in `/sync` code as read-only (#13754) 2 years ago
typing.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
user_directory.py Wait for lazy join to complete when getting current state (#12872) 3 years ago