MatrixSynapse/synapse/handlers
Jan Schär e8519e0ed2
Support Implicit TLS for sending emails (#13317)
Previously, TLS could only be used with STARTTLS.
Add a new option `force_tls`, where TLS is used from the start.
Implicit TLS is recommended over STARTLS,
see https://datatracker.ietf.org/doc/html/rfc8314

Fixes #8046.

Signed-off-by: Jan Schär <jan@jschaer.ch>
2022-07-25 16:27:19 +01:00
..
ui_auth
__init__.py
account.py
account_data.py
account_validity.py
admin.py
appservice.py Federation Sender & Appservice Pusher Stream Optimisations (#13251) 2022-07-15 09:36:56 +01:00
auth.py
cas.py
deactivate_account.py
device.py Add missing types to opentracing. (#13345) 2022-07-21 12:01:52 +00:00
devicemessage.py
directory.py
e2e_keys.py Add missing types to opentracing. (#13345) 2022-07-21 12:01:52 +00:00
e2e_room_keys.py Add missing types to opentracing. (#13345) 2022-07-21 12:01:52 +00:00
event_auth.py
events.py
federation.py
federation_event.py Backfill remote event fetched by MSC3030 so we can paginate from it later (#13205) 2022-07-22 16:00:11 -05:00
identity.py Call the v2 identity service `/3pid/unbind` endpoint, rather than v1. (#13240) 2022-07-13 19:43:17 +01:00
initial_sync.py
message.py Rate limit joins per-room (#13276) 2022-07-19 11:45:17 +00:00
oidc.py
pagination.py
password_policy.py
presence.py Refactor presence so we can prune user in room caches (#13313) 2022-07-25 09:21:06 +00:00
profile.py
push_rules.py
read_marker.py
receipts.py
register.py
relations.py
room.py Backfill remote event fetched by MSC3030 so we can paginate from it later (#13205) 2022-07-22 16:00:11 -05:00
room_batch.py
room_list.py
room_member.py Rate limit joins per-room (#13276) 2022-07-19 11:45:17 +00:00
room_member_worker.py
room_summary.py
saml.py
search.py
send_email.py Support Implicit TLS for sending emails (#13317) 2022-07-25 16:27:19 +01:00
set_password.py
sso.py
state_deltas.py
stats.py
sync.py
typing.py Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) 2022-07-18 14:28:14 +01:00
user_directory.py