MatrixSynapse/synapse/config
Richard van der Hoff e3a0300431 Special-case the default bind_addresses for metrics listener
turns out it doesn't really support ipv6, so let's hack around that by only
listening on ipv4 by default.
2019-02-13 11:48:56 +00:00
..
__init__.py
__main__.py
_base.py fix self-signed cert notice from generate-config 2019-02-12 10:37:59 +00:00
api.py by default include m.room.encryption on invites (#3902) 2019-01-30 16:26:13 +00:00
appservice.py
captcha.py
cas.py
consent_config.py Check consent dir path on startup 2019-01-29 15:30:33 +00:00
database.py
emailconfig.py
groups.py
homeserver.py Infer no_tls from presence of TLS listeners 2019-02-11 21:39:14 +00:00
jwt_config.py
key.py
logger.py Deduplicate some code in synapse.app (#4567) 2019-02-08 17:25:57 +00:00
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
registration.py Fix quoting for allowed_local_3pids example config (#4476) 2019-01-25 13:57:52 +00:00
repository.py
room_directory.py
saml2_config.py
server.py Special-case the default bind_addresses for metrics listener 2019-02-13 11:48:56 +00:00
server_notices_config.py
spam_checker.py
tls.py Disable TLS by default (#4614) 2019-02-12 10:52:08 +00:00
user_directory.py
voip.py
workers.py