Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-13 | Improve logging around listening services | Richard van der Hoff | 2 | -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 | Special-case the default bind_addresses for metrics listener | Richard van der Hoff | 2 | -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 |