summary refs log tree commit diff
path: root/synapse/handlers/initial_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-87/+83
* Allow client event serialization to be asyncErik Johnston2019-05-141-17/+27
* Deny peeking into rooms that have been blockedErik Johnston2019-03-211-1/+5
* Refactor state group lookup to reduce DB hits (#4011)Erik Johnston2018-10-251-2/+2
* Integrate presence from hotfixes (#3694)Amber Brown2018-08-181-0/+4
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* another couple of logcontext leaksRichard van der Hoff2018-07-241-4/+6
* Logcontext fixesRichard van der Hoff2018-07-241-13/+15
* run isortAmber Brown2018-07-091-6/+3
* Fix returned token is no longer a tupleErik Johnston2018-05-091-1/+1
* Refactor get_recent_events_for_room return typeErik Johnston2018-05-091-5/+5
* Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-5/+7
* Remove preserve_context_over_{fn, deferred}Richard van der Hoff2017-11-141-2/+2
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Format presence events on the edges instead of reformatting them multiple timesErik Johnston2017-03-151-1/+10
* Shuffle receipt handler around so that worker apps don't need to load itErik Johnston2016-11-231-3/+4
* Support /initialSync in synchrotron workerErik Johnston2016-09-211-0/+443