forked-synapse/synapse/handlers
2023-10-25 16:16:19 +01:00
..
ui_auth
__init__.py
account_data.py
account_validity.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
account.py Refactor get_user_by_id (#16316) 2023-09-14 12:46:30 +01:00
admin.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
appservice.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
auth.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
cas.py
deactivate_account.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
device.py Improve performance of delete device messages query (#16492) 2023-10-18 16:42:01 +01:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation_event.py Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
federation.py
identity.py
initial_sync.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
jwt.py
message.py Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (#16465) 2023-10-12 08:56:10 -04:00
oidc.py
pagination.py
password_policy.py
presence.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
profile.py Trim whitespace when setting display names (#16031) 2023-08-01 09:14:02 -04:00
push_rules.py
read_marker.py
receipts.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
register.py Add + as an allowed character for Matrix IDs (MSC4009) (#15911) 2023-07-11 12:21:00 -04:00
relations.py
room_list.py
room_member_worker.py
room_member.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
room_summary.py
room.py
saml.py
search.py
send_email.py
set_password.py
sso.py
state_deltas.py
stats.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
sync.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
typing.py Return immutable objects for cachedList decorators (#16350) 2023-09-19 15:26:44 -04:00
user_directory.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
worker_lock.py