Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-30 | Fix replication for room v3 (#4523) | Erik Johnston | 2 | -1/+5 | |
* Fix replication for room v3 We were not correctly quoting the path fragments over http replication, which meant that it exploded when the event IDs had a slash in them * Newsfile | |||||
2019-01-30 | ACME config cleanups (#4525) | Richard van der Hoff | 5 | -60/+115 | |
* 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 por |