- Feb 05, 2019
-
-
Richard van der Hoff authored
There are two reasons this is a good thing: * first, it means that you don't end up with stuff kicking around your working copy ending up in the build image by mistake (which can upset the pip install process) * second: it means that the docker image cache is more effective, and we can reuse docker images when iterating on the docker stuff.
-
Richard van der Hoff authored
Fixes #4559
-
Richard van der Hoff authored
Switch the matrixdotorg/synapse:latest Docker image to use python 3
-
Richard van der Hoff authored
-
- Feb 01, 2019
-
-
Andrew Morgan authored
-
Richard van der Hoff authored
... basically, carry on and fall back to SRV etc.
-
Richard van der Hoff authored
- Jan 31, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
I can't figure out what's going on with #4422 and #4436; perhaps this will help.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* update debian installation instructions * docs PR is docs
-
- Jan 30, 2019
-
-
Amber Brown authored
-
Erik Johnston authored
-
Erik Johnston authored
* 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
-
Richard van der Hoff authored
* 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
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Amber Brown authored
-
Robert Jacob authored
Signed-off-by:
Robert Jacob <xperimental@solidproject.de>
- Jan 29, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Andrew Morgan authored
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
I got fed up with always adding '@unittest.DEBUG' every time I needed to debug a test.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Amber Brown authored
-
Amber Brown authored
* fix obvious problem :| * changelog
-