synapse-product/synapse/handlers
2022-12-23 14:04:50 +00:00
..
ui_auth
__init__.py
account_data.py
account_validity.py
account.py
admin.py
appservice.py Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
auth.py Add missing type hints to tests.handlers. (#14680) 2022-12-16 11:53:01 +00:00
cas.py
deactivate_account.py
device.py Revert the deletion of stale devices due to performance issues. (#14662) 2022-12-12 13:55:23 +00:00
devicemessage.py Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation_event.py Faster remote room joins: stream the un-partial-stating of events over replication. [rei:frrj/streams/unpsr] (#14545) 2022-12-14 14:47:11 +00:00
federation.py Make handle_new_client_event throws PartialStateConflictError (#14665) 2022-12-15 16:04:23 +00:00
identity.py
initial_sync.py
message.py Make handle_new_client_event throws PartialStateConflictError (#14665) 2022-12-15 16:04:23 +00:00
oidc.py Add support for handling avatar with SSO login (#13917) 2022-11-25 15:16:50 +00:00
pagination.py Move StateFilter to synapse.types (#14668) 2022-12-12 16:19:30 +00:00
password_policy.py
presence.py Better return type for get_all_entities_changed (#14604) 2022-12-05 15:19:14 -05:00
profile.py
push_rules.py
read_marker.py
receipts.py Include thread information when sending receipts over federation. (#14466) 2022-11-28 14:40:17 +00:00
register.py Move StateFilter to synapse.types (#14668) 2022-12-12 16:19:30 +00:00
relations.py
room_batch.py Make handle_new_client_event throws PartialStateConflictError (#14665) 2022-12-15 16:04:23 +00:00
room_list.py
room_member_worker.py
room_member.py Make handle_new_client_event throws PartialStateConflictError (#14665) 2022-12-15 16:04:23 +00:00
room_summary.py Use the room type from stats in hierarchy response. (#14263) 2022-12-13 08:43:53 -05:00
room.py Make handle_new_client_event throws PartialStateConflictError (#14665) 2022-12-15 16:04:23 +00:00
saml.py
search.py Move StateFilter to synapse.types (#14668) 2022-12-12 16:19:30 +00:00
send_email.py
set_password.py
sso.py Add support for handling avatar with SSO login (#13917) 2022-11-25 15:16:50 +00:00
state_deltas.py
stats.py
sync.py Log to-device msgids when we return them over /sync (#14724) 2022-12-23 14:04:50 +00:00
typing.py Better return type for get_all_entities_changed (#14604) 2022-12-05 15:19:14 -05:00
user_directory.py