summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-24Allow backslashes in event field filtersRichard van der Hoff1-1/+4
Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which meant that single backslashes were not allowed in event field filters. The intention here is to allow single-backslashes, but disallow double-backslashes.
2018-10-24Fix start_pushers vs _start_pushers confusionRichard van der Hoff1-3/+3
2018-10-24sanity-check the is_processing flagRichard van der Hoff2