anonymousland-synapse/synapse
Sean Quah f3a4be8700
Shut down the DNS threadpool (#11190)
The DNS threadpool must be explicitly stopped, otherwise Synapse will
hang indefinitely when asked to shut down.
2021-10-27 13:04:56 +01:00
..
_scripts
api Add a thread relation type per MSC3440. (#11088) 2021-10-21 14:39:16 -04:00
app Shut down the DNS threadpool (#11190) 2021-10-27 13:04:56 +01:00
appservice Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
config Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
crypto Add missing type hints to synapse.crypto. (#11146) 2021-10-21 13:07:07 +00:00
events Add a thread relation type per MSC3440. (#11088) 2021-10-21 14:39:16 -04:00
federation Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
groups
handlers Fix cyclic import in the module API (#11180) 2021-10-25 16:45:19 +00:00
http Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
logging Stop user directory from failing if it encounters users not in the users table. (#11053) 2021-10-13 09:38:22 +00:00
metrics
module_api Document the version each module API method was added to Synapse (#11183) 2021-10-26 11:09:10 +02:00
push
replication Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
res
rest Enable changing user type via users admin API (#11174) 2021-10-26 09:01:06 +00:00
server_notices
spam_checker_api
state Check *all* auth events for room id and rejection (#11009) 2021-10-18 18:28:30 +01:00
static
storage Fix thread BG update to not seq scan event_json (#11192) 2021-10-27 11:33:21 +00:00
streams
util Move DNS lookups into separate thread pool (#11177) 2021-10-26 13:45:38 +01:00
__init__.py 1.46.0rc1 2021-10-26 14:04:51 +01:00
event_auth.py Check *all* auth events for room id and rejection (#11009) 2021-10-18 18:28:30 +01:00
notifier.py Improve docstrings for methods related to sending EDUs to application services (#11138) 2021-10-21 17:42:25 +01:00
py.typed Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2021-10-13 08:42:41 +01:00
python_dependencies.py
server.py Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
types.py
visibility.py