summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
0 min.Remove redundant entries from docker configRichard van der Hoff3-24/+2
* no_tls is now redundant (#4613) * we don't need a dummy cert any more (#4618)
0 min.fix testsRichard van der Hoff2-3/+7
0 min.Infer no_tls from presence of TLS listenersRichard van der Hoff10-20/+27
Rather than have to specify `no_tls` explicitly, infer whether we need to load the TLS keys etc from whether we have any TLS-enabled listeners.
0 min.Don't create server contexts when TLS is disabledRichard van der Hoff3-3/+7
we aren't going to use them anyway.
0 min.Fail cleanly if listener config lacks a 'port'Richard van der Hoff2-0/+6
... otherwise we would fail with a mysterious KeyError or something later.
0 min.Logging improvements around TLS certsRichard van der Hoff3-22/+39
Log which file we're reading keys and certs from, and refactor the code a bit in preparation for other work
0 min.Move ClientTLSOptionsFactory init out of refresh_certificates (#4611)Richard van der Hoff5-9/+9
It's nothing to do with refreshing the certificates. No idea why it was here.
0 min.Clean 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.
0 min.Clarifications 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.
0 min.ACME Reprovisioning (#4522)Amber Brown5-25/+89
0 min.Be tolerant of blank TLS fingerprints config (#4589)Amber Brown2-1/+6
0 min.Allow "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
0 min.Fix '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.
0 min.Deduplicate some code in synapse.app (#4567)Amber Brown14-158/+83
0 min.make sure version is in body and wrap in linearizer queueHubert Chathi3-12/+100
also add tests
0 min.