MatrixSynapse/synapse/config
realtyem 490a3675bd
Allow health listener resource to load (#15096)
* Allow health listener resource to load.

* changelog

* Update changelog.d/15096.bugfix
2023-02-20 12:23:00 +00:00
..
__init__.py
__main__.py
_base.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 2023-01-31 10:33:07 +00:00
_base.pyi Re-enable some linting (#14821) 2023-01-12 10:52:07 +00:00
_util.py Allow selecting "prejoin" events by state keys (#14642) 2022-12-13 00:54:46 +00:00
account_validity.py
api.py Allow selecting "prejoin" events by state keys (#14642) 2022-12-13 00:54:46 +00:00
appservice.py
auth.py
background_updates.py
cache.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 2023-01-31 10:33:07 +00:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC3758). (#15037) 2023-02-16 09:51:22 -05:00
federation.py
homeserver.py
jwt.py
key.py
logger.py Reload the pyo3-log config when the Python logging config changes. (#14976) 2023-02-03 08:27:31 -05:00
metrics.py
modules.py
oembed.py
oidc.py Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 2023-01-04 14:58:08 -05:00
password_auth_providers.py
push.py
ratelimiting.py
redis.py Support for selecting the Redis logical database. (#15034) 2023-02-15 07:39:31 -05:00
registration.py
repository.py
retention.py
room.py
room_directory.py Return read-only collections from `@cached` methods (#13755) 2023-02-10 23:29:00 +00:00
saml2.py
server.py Allow health listener resource to load (#15096) 2023-02-20 12:23:00 +00:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py