MatrixSynapse/synapse
Tuomas Ojamies b5ab2c428a
Support using SSL on worker endpoints. (#14128)
* Fix missing SSL support in worker endpoints.

* Add changelog

* SSL for Replication endpoint

* Remove unit test change

* Refactor listener creation to reduce duplicated code

* Fix the logger message

* Update synapse/app/_base.py

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>

* Update synapse/app/_base.py

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>

* Update synapse/app/_base.py

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>

* Add config documentation for new TLS option

Co-authored-by: Tuomas Ojamies <tojamies@palantir.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
2022-11-15 12:55:00 +00:00
..
_scripts
api Do not reject `/sync` requests with unrecognised filter fields (#14369) 2022-11-07 13:49:31 +00:00
app Support using SSL on worker endpoints. (#14128) 2022-11-15 12:55:00 +00:00
appservice
config Support using SSL on worker endpoints. (#14128) 2022-11-15 12:55:00 +00:00
crypto
events
federation
handlers Quieter logging for stateres failure at missing prev events (#14346) 2022-11-10 12:17:46 +00:00
http
logging
metrics Avoid incrementing bg process utime/stime counters by negative durations (#14323) 2022-10-31 13:02:07 +00:00
module_api
push
replication Support using SSL on worker endpoints. (#14128) 2022-11-15 12:55:00 +00:00
res
rest Add an Admin API endpoint for looking up users based on 3PID (#14405) 2022-11-11 15:38:17 +00:00
server_notices
spam_checker_api
state
static
storage Update docstring to clarify that `get_partial_state_events_batch` does not just give you completely arbitrary partial-state events. (#14417) 2022-11-15 10:43:17 +00:00
streams Remove unused type-ignores (#14433) 2022-11-14 13:46:29 +00:00
util Remove duplicated code to evict entries. (#14410) 2022-11-10 15:33:34 -05:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py