MatrixSynapse/synapse/handlers
Patrick Cloke 8a23bde823
Consistently use collections.abc.Mapping to check frozendict. (#12564)
2022-04-27 09:00:07 -04:00
..
ui_auth Add option to enable token registration without requiring 3pids (#12526) 2022-04-27 12:57:53 +00:00
__init__.py
account.py
account_data.py
account_validity.py Add some type hints to datastore (#12423) 2022-04-12 11:54:00 +01:00
admin.py
appservice.py Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
auth.py
cas.py
deactivate_account.py
device.py Mark remote device list updates as already handled (#12557) 2022-04-26 17:07:21 +01:00
devicemessage.py
directory.py
e2e_keys.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
e2e_room_keys.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
event_auth.py
events.py Implement MSC2815: allow room moderators to view redacted event content (#12427) 2022-04-20 12:57:39 +01:00
federation.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00
federation_event.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
groups_local.py
identity.py Remove support for the unstable identifier from MSC3288. (#12398) 2022-04-06 13:27:46 -04:00
initial_sync.py
message.py Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
oidc.py
pagination.py Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
password_policy.py
presence.py Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
profile.py
read_marker.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
receipts.py Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
register.py
relations.py Consistently use collections.abc.Mapping to check frozendict. (#12564) 2022-04-27 09:00:07 -04:00
room.py Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
room_batch.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00
room_list.py
room_member.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
room_member_worker.py
room_summary.py
saml.py
search.py Remove experimental configuration flag for MSC3666. (#12436) 2022-04-11 15:37:46 -04:00
send_email.py
set_password.py
sso.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
state_deltas.py
stats.py
sync.py Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
typing.py
user_directory.py