summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-13Use `listen_tcp` for the replication listenerRichard van der Hoff1-7/+7
Fixes the "can't listen on 0.0.0.0" error. Also makes it more consistent with what we do elsewhere.
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-13