summary refs log tree commit diff
path: root/synapse/storage/events_worker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+3
* Format docstringErik Johnston2018-04-121-2/+3
* Doc we raise on unknown eventErik Johnston2018-04-121-2/+3
* Track last processed event received_tsErik Johnston2018-04-111-0/+18
* Replace some ujson with simplejson to make it workErik Johnston2018-03-161-1/+1
* Split EventsWorkerStore into separate fileErik Johnston2018-02-231-0/+395