synapse-product/synapse/handlers
Richard van der Hoff 8f98260552
Fix incompatibility with Twisted < 21. (#10713)
Turns out that the functionality added in #10546 to skip TLS was incompatible
with older Twisted versions, so we need to be a bit more inventive.

Also, add a test to (hopefully) not break this in future. Sadly, testing TLS is
really hard.
2021-08-27 16:33:41 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
admin.py
appservice.py
auth.py
cas.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation.py
groups_local.py
identity.py
initial_sync.py
message.py
oidc.py
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
register.py
room_list.py
room_member_worker.py
room_member.py
room_summary.py
room.py
saml.py
search.py
send_email.py Fix incompatibility with Twisted < 21. (#10713) 2021-08-27 16:33:41 +01:00
set_password.py
sso.py
state_deltas.py
stats.py Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
sync.py
typing.py
user_directory.py