summary refs log tree commit diff
path: root/synapse/storage/events_worker.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. py3 fixesAdrian Tschira2018-05-241-1/+1
| | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
* Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+3
| | | | | | While I was going through uses of preserve_fn for other PRs, I converted places which only use the wrapped function once to use run_in_background, to avoid creating the function object.
* 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