MatrixSynapse/synapse/config
Richard van der Hoff 7615a8ced1 ACME config cleanups (#4525)
* Handle listening for ACME requests on IPv6 addresses

the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses
without extra quoting. Building a string which you are about to parse again
seems like a weird choice. Let's just use listenTCP, which is consistent with
what we do elsewhere.

* Clean up the default ACME config

make it look a bit more consistent with everything else, and tweak the defaults
to listen on port 80.

* newsfile
2019-01-30 14:17:55 +00:00
..
__init__.py
__main__.py Fix synapse.config.__main__ on python 3 (#4356) 2019-01-08 10:03:09 +11:00
_base.py Support ACME for certificate provisioning (#4384) 2019-01-23 19:39:06 +11:00
api.py run isort 2018-07-09 16:09:20 +10:00
appservice.py Add an option to enable recording IPs for appservice users (#3831) 2018-12-04 12:44:41 +01:00
captcha.py
cas.py
consent_config.py Check consent dir path on startup 2019-01-29 15:30:33 +00:00
database.py Add a script to generate a clean config file (#4315) 2018-12-22 02:04:57 +11:00
emailconfig.py Calculate absolute path for email templates 2018-10-19 14:01:59 +01:00
groups.py
homeserver.py Add a script to generate a clean config file (#4315) 2018-12-22 02:04:57 +11:00
jwt_config.py Fix jwt import check 2018-09-07 14:20:54 +01:00
key.py Changing macaroon_secret_key no longer logs you out (#4387) 2019-01-16 23:14:41 +00:00
logger.py SIGHUP for TLS cert reloading (#4495) 2019-01-30 11:00:02 +00:00
metrics.py Add a script to generate a clean config file (#4315) 2018-12-22 02:04:57 +11:00
password.py
password_auth_providers.py run isort 2018-07-09 16:09:20 +10:00
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 Add a script to generate a clean config file (#4315) 2018-12-22 02:04:57 +11:00
room_directory.py Use allow/deny 2018-10-25 15:25:21 +01:00
saml2_config.py Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
server.py Don't recommend :8448 to people on public_baseurl 2019-01-28 12:15:22 -07:00
server_notices_config.py run isort 2018-07-09 16:09:20 +10:00
spam_checker.py
tls.py ACME config cleanups (#4525) 2019-01-30 14:17:55 +00:00
user_directory.py
voip.py Comment dummy TURN parameters in default config 2018-07-11 15:49:29 +01:00
workers.py