summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-11Clean up default listener configuration (#4586)Richard van der Hoff2-48/+82
Rearrange the comments to try to clarify them, and expand on what some of it means. Use a sensible default 'bind_addresses' setting. For the insecure port, only bind to localhost, and enable x_forwarded, since apparently it's for use behind a load-balancer.
2019-02-11Clarifications for reverse proxy docs (#4607)Richard van der Hoff6-62/+117
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
2019-02-11ACME Reprovisioning (#4522)Amber Brown5-25/+89
2019-02-11Be tolerant of blank TLS fingerprints config (#4589)Amber Brown2-1/+6
2019-02-08Allow "unavailable" presence status for /sync (#4592)Valentin Anger3-1/+4
* Allow "unavailable" presence status for /sync Closes #3772, closes #3779 Signed-off-by: Valentin Anger <valentin.an.1999@gmail.com> * Add changelog for PR 4592
2019-02-08Fix 'no unique or exclusion constraint' error (#4591)Richard van der Hoff2-6/+22
Add more tables to the list of tables which need a background update to complete before we can upsert into them, which fixes a race against the background updates.
2019-02-08Deduplicate some code in synapse.app (#4567)Amber Brown14-158/+83
2019-02-08make sure version is in body and wrap in linearizer queueHubert Chathi3-12/+100
also add tests
2019-02-07Update MSC1711 FAQ to be explicit about well-known (#4584)Erik Johnston2-13/+28
A surprising number of people are using the well-known method, and are simply copying the example configuration. This is problematic as the example in