summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2-3/+2
These aren't used, because we have a `log_config` setting.
2018-12-04Notes on upgrading to python3, and README updates.Richard van der Hoff3-53/+82
2018-12-04Add an option to enable recording IPs for appservice users (#3831)Travis Ralston3-9/+26
2018-12-04Fix non-ASCII pushrules (#4248)Amber Brown2-12/+24
2018-12-04Add an option to disable search for homeservers which may not be interested ↵Travis Ralston4-1/+21
in it (#4230) This is useful for homeservers not intended for users, such as bot-only homeservers or ones that only process IoT data.
2018-12-04Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵Aaron Raimist2-0/+10
servers (#4224) * Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-12-04 add more detail to logging regarding "More than one row matched" error (#4234)Ben Parsons2-6/+7
2018-12-04Fix UnicodeDecodeError when postgres is not configured in english (#4253)Richard van der Hoff3-8/+47
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2.
2018-12-04Patch defer.inlineCallbacks to check logcontexts in tests (#4205)Richard van der Hoff4-3/+99