- Feb 05, 2019
-
-
Richard van der Hoff authored
The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax.
-
Richard van der Hoff authored
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554
-
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
Add docs for ACME setup
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
Co-Authored-By:
anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
-
Richard van der Hoff authored
Co-Authored-By:
anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
Treat an invalid .well-known the same as an absent one
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... basically, carry on and fall back to SRV etc.
-
Richard van der Hoff authored
Caching for invalid .well-knowns
-
Richard van der Hoff authored
Update federation routing logic to check .well-known before SRV
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Also add a Measure block around the .well-known fetch
-
- Jan 31, 2019
-
-
Richard van der Hoff authored
-
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
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Amber Brown authored
-
Erik Johnston authored
Fix remote invite rejections not coming down sync
-
Neil Johnson authored
remove trailing ,
-
Erik Johnston authored
-
Erik Johnston authored
This was broken in PR #4405, commit 886e5acc, where we changed remote rejections to be outliers. The fix is to explicitly add the leave event in when we know its an out of band invite. We can't always add the event as if the server is/was in the room there might be more events to send down the sync than just the leave.
-