- Oct 18, 2019
-
-
Richard van der Hoff authored
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194.
-
- Jul 12, 2019
-
-
Slavi Pantaleev authored
This adds a missing space, without which log lines appear uglier. Signed-off-by:
Slavi Pantaleev <slavi@devture.com>
-
- Jul 03, 2019
-
-
Amber Brown authored
-
Andrew Morgan authored
Removes any `SMTP_*` docker container environment variables from having any effect on the default config. Fixes https://github.com/matrix-org/synapse/issues/5430
-
- Jun 27, 2019
-
-
Richard van der Hoff authored
... to help people escape env var hell
-
- Jun 25, 2019
-
-
Richard van der Hoff authored
Fixes #3370.
-
- Feb 11, 2019
-
-
Richard van der Hoff authored
* no_tls is now redundant (#4613) * we don't need a dummy cert any more (#4618)
-
- Feb 05, 2019
-
-
Richard van der Hoff authored
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554
-
- Jan 22, 2019
-
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Dec 04, 2018
-
-
Richard van der Hoff authored
These aren't used, because we have a `log_config` setting.
-
- Nov 20, 2018
-
-
Neil Johnson authored
-
- Oct 25, 2018
-
-
Cédric Laudrel authored
Signed-off-by:
Cédric Laudrel <dek@iono.me>
-
- Oct 17, 2018
-
-
Richard van der Hoff authored
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
-
- Sep 16, 2018
-
-
Simon Dwyer authored
-
- Aug 02, 2018
-
-
Michael Kaye authored
This addresses #3224
-