summary refs log tree commit diff
path: root/contrib/experiments/test_messaging.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-24Fix /messages on workers when no from param specified.Erik Johnston2-17/+19
If no `from` param is specified we calculate and use the "current token" that inlcuded typing, presence, etc. These are unused during pagination and are not available on workers, so we simply don't calculate them.
2019-06-22Drop support for cpu_affinity (#5525)Richard van der Hoff6-74/+2
This has no useful purpose on python3, and is generally a source of confusion.
2019-06-21Improve help and cmdline option names for --generate-config options (#5512)Richard van der Hoff2-22/+29
* group the arguments together into a group * add new names "--generate-missing-config" and "--config-directory" for existing cmdline options "--generate-keys" and "--keys-dir", which better reflect their purposes.
2019-06-21Refactor Config parser and add some comments. (#5511)Richard van der Hoff2-14/+36
Add some comments, and simplify `read_config_files`.
2019-06-21Improve logging when generating config files (#5510)Richard van der Hoff4-1/+8
Make it a bit clearer what's going on.
2019-06-21Only import jinja2 when needed (#5514)Andrew Morgan2-1/+3
Fixes https://github.com/matrix-org/synapse/issues/5431 `jinja2` was being imported even when it wasn't strictly necessary. This made it required to run Synapse, even if the functionality that required it wasn't enabled. This was causing new Synapse installations to crash on startup. Email modules are now required.
2019-06-21Fix "Unexpected entry in 'full_schemas'" log warning (#5509)Richard van der Hoff2-1/+2
There is a README.txt which always sets off this warning, which is a bit alarming when you first start synapse. I don't think we need to warn about this.
2019-06-21Fix logging error when a tampered event is detected. (#5500)Richard van der Hoff2-1/+1