synapse-product/synapse/config
Patrick Cloke 01c88a09cd
Use direct references for some configuration variables (#10798)
Instead of proxying through the magic getter of the RootConfig
object. This should be more performant (and is more explicit).
2021-09-13 13:07:12 -04:00
..
__init__.py
__main__.py
_base.py
_base.pyi
_util.py
account_validity.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
api.py
appservice.py
auth.py Fix copy-paste error in the password section of the sample-config. (#10804) 2021-09-13 08:58:34 -04:00
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
experimental.py Remove unstable MSC2858 API, including experimental.msc2858_enabled config option (#10693) 2021-09-09 17:59:59 +01:00
federation.py
groups.py
homeserver.py Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
jwt.py
key.py
logger.py Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
metrics.py
modules.py
oembed.py Request JSON for oEmbed requests (and ignore XML only providers). (#10759) 2021-09-08 07:17:52 -04:00
oidc.py Remove unstable MSC2858 API, including experimental.msc2858_enabled config option (#10693) 2021-09-09 17:59:59 +01:00
password_auth_providers.py
push.py
ratelimiting.py Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
redis.py
registration.py
repository.py
room_directory.py
room.py
saml2.py
server_notices.py
server.py Add config option to use non-default manhole password and keys (#10643) 2021-09-06 16:08:03 +01:00
spam_checker.py
sso.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py