MatrixSynapse/synapse/handlers
Patrick Cloke 0c246dd4a0
Support MSC3289: Room version 8 (#10449)
This adds support for MSC3289: room version 8. This is room version 7 + MSC3083.
2021-08-09 10:46:39 +02:00
..
ui_auth
__init__.py
_base.py Fix import of the default SAML mapping provider. (#10477) 2021-07-27 11:34:15 -04:00
account_data.py
account_validity.py
admin.py
appservice.py
auth.py
cas.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py Support MSC3289: Room version 8 (#10449) 2021-08-09 10:46:39 +02:00
events.py
federation.py Make historical events discoverable from backfill for servers without any scrollback history (MSC2716) (#10245) 2021-07-28 10:46:37 -05:00
groups_local.py
identity.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
initial_sync.py Support for MSC2285 (hidden read receipts) (#10413) 2021-07-28 10:05:11 +02:00
message.py Port the ThirdPartyEventRules module interface to the new generic interface (#10386) 2021-07-20 12:39:46 +02:00
oidc.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
pagination.py Use inline type hints in `handlers/` and `rest/`. (#10382) 2021-07-16 18:22:36 +01:00
password_policy.py
presence.py
profile.py
read_marker.py
receipts.py Support for MSC2285 (hidden read receipts) (#10413) 2021-07-28 10:05:11 +02:00
register.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
room.py Make historical events discoverable from backfill for servers without any scrollback history (MSC2716) (#10245) 2021-07-28 10:46:37 -05:00
room_list.py Fix exception when failing to get remote room list (#10414) 2021-07-20 11:35:23 +01:00
room_member.py Update the MSC3083 support to verify if joins are from an authorized server. (#10254) 2021-07-26 12:17:00 -04:00
room_member_worker.py
saml.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
search.py
send_email.py
set_password.py
space_summary.py
sso.py
state_deltas.py
stats.py
sync.py Always communicate device OTK counts to clients (#10485) 2021-07-27 14:36:38 +01:00
typing.py
user_directory.py