0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse/app
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 ACME config cleanups (#4525) 2019-01-30 14:17:55 +00:00
_base.py ACME config cleanups (#4525) 2019-01-30 14:17:55 +00:00
appservice.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
client_reader.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
event_creator.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
federation_reader.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
federation_sender.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
frontend_proxy.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
homeserver.py Raise ConfigError instead 2019-01-30 12:48:09 +00:00
media_repository.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00
pusher.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
synchrotron.py Fix typing being reset causing infinite syncs (#4127) 2018-11-03 00:19:23 +11:00
user_dir.py Fix worker TLS (#4492) 2019-01-28 17:18:33 +00:00