synapse-product/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
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
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
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_auth_providers.py
password.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 Add a script to generate a clean config file (#4315) 2018-12-22 02:04:57 +11:00
room_directory.py
saml2_config.py Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
server_notices_config.py
server.py Don't recommend :8448 to people on public_baseurl 2019-01-28 12:15:22 -07:00
spam_checker.py
tls.py ACME config cleanups (#4525) 2019-01-30 14:17:55 +00:00
user_directory.py
voip.py
workers.py