summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-13Improve logging around listening servicesRichard van der Hoff2-11/+20
I wanted to bring listen_tcp into line with listen_ssl in terms of returning a list of ports, and wanted to check that was a safe thing to do - hence the logging in `refresh_certificate`. Also, pull the 'Synapse now listening' message up to homeserver.py, because it was being duplicated everywhere else.
2019-02-13Special-case the default bind_addresses for metrics listenerRichard van der Hoff2-4/+7
turns out it doesn't really support ipv6, so let's hack around that by only listening on ipv4 by default.
2019-02-12