- Jan 19, 2021
-
-
Andrew Morgan authored
Replace 'perspectives' config block with 'trusted_key_servers' in docker homeserver.yaml template (#9157)
-
- Oct 09, 2020
-
-
Mateusz Przybyłowicz authored
Signed-off-by:
Mateusz Przybyłowicz <uamfhq@gmail.com>
-
- Aug 11, 2020
-
-
Erik Johnston authored
We do this to prevent foot guns. The default config uses a MemoryFilter, but users are free to change to logging to files directly. If they do then they have to ensure to set the `filters: [context]` on the right handler, otherwise records get written with the wrong context. Instead we move the logic to happen when we generate a record, which is when we *log* rather than *handle*. (It's possible to add filters to loggers in the config, however they don't apply to descendant loggers and so they have to be manually set on *every* logger used in the code base)
-
- 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
-