MatrixSynapse/synapse/handlers
Eric Eastwood 96f6293de5
Add endpoints for backfilling history (MSC2716) (#9247)
Work on https://github.com/matrix-org/matrix-doc/pull/2716
2021-06-22 10:02:53 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
admin.py
appservice.py
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cas.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py Update MSC3083 support per changes in the MSC. (#10189) 2021-06-17 12:53:27 -04:00
events.py
federation.py Check third party rules before persisting knocks over federation (#10212) 2021-06-21 11:57:09 +01:00
groups_local.py
identity.py
initial_sync.py
message.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
oidc.py
pagination.py
password_policy.py
presence.py Only send a presence state to a destination once (#10165) 2021-06-11 15:19:42 +01:00
profile.py
read_marker.py
receipts.py
register.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
room.py
room_list.py Integrate knock rooms with the public rooms directory (#9359) 2021-06-09 20:31:31 +01:00
room_member.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
room_member_worker.py
saml.py
search.py
send_email.py
set_password.py
space_summary.py Fix a missing await when in the spaces summary. (#10208) 2021-06-18 18:41:33 +01:00
sso.py Implement config option `sso.update_profile_information` (#10108) 2021-06-21 23:48:57 +01:00
state_deltas.py
stats.py
sync.py Ensure that we do not cache empty sync responses after a timeout (#10158) 2021-06-17 16:23:11 +01:00
typing.py
user_directory.py