0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 02:53:46 +02:00
synapse/synapse/replication/http
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
..
__init__.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
_base.py Support using SSL on worker endpoints. (#14128) 2022-11-15 12:55:00 +00:00
account_data.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
devices.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
federation.py Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
login.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
membership.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
presence.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
push.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
register.py Fallback if 'approved' isn't included in a registration replication request (#14135) 2022-10-11 14:41:06 +02:00
send_event.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
send_events.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
state.py Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
streams.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00