summary refs log tree commit diff
path: root/synapse/handlers/receipts.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-05plug fosdemMatthew Hodgson1-2/+6
2019-02-05MD tweaksMatthew Hodgson1-2/+1
2019-02-05MD tweaksMatthew Hodgson1-1/+1
2019-02-05MD tweaksMatthew Hodgson1-1/+1
2019-02-05MD tweaksMatthew Hodgson1-2/+4
2019-02-05Update MSC1711_certificates_FAQ.mdNeil Johnson1-9/+9
2019-02-05FAQ for TLS certs in 0.99.0Neil Johnson3-0/+258
2019-02-05Revert "MSC1711 certificates FAQ"Neil Johnson3-258/+0
This reverts commit 83f2745f00cf0d376d24a40813210f284612249b.
2019-02-05MSC1711 certificates FAQNeil Johnson3-0/+258
2019-02-05Move things from README.rst to UPDATE.md (#4569)Richard van der Hoff2-442/+490
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.
2019-02-05Enable ACME support in the docker image (#4566)Richard van der Hoff6-41/+116
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554
2019-02-05Docker: only copy what we need to the build image (#4562)Richard van der Hoff2-1/+5
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.
2019-02-05Fix default ACME config for py2 (#4564)Richard van der Hoff2-1/+2
Fixes #4559
2019-02-05switch docker image to py3 by default (#4558)Richard van der Hoff2-4/+5
Switch the matrixdotorg/synapse:latest Docker image to use python 3
2019-02-05fix typo in config comments (#4557)Richard van der Hoff2-2/+3
2019-02-01Fix nginx capatilizationAndrew Morgan1-2/+2
2019-02-01Address commentsAndrew Morgan1-17/+13
2019-02-01Update README.rstRichard van der Hoff1-1/