summary refs log tree commit diff
path: root/synapse/storage/databases/main/deviceinbox.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around tuples returned from methods (#10889)Andrew Morgan2021-09-231-3/+3
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-3/+1
* Add debug logging for issue #9533 (#9959)Richard van der Hoff2021-05-111-0/+18
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-3/+3
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-3/+1
* Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-32/+115
* Some cleanups to device inbox store. (#9041)Erik Johnston2021-01-071-49/+58
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-2/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-6/+6
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-2/+2
* Convert account data, device inbox, and censor events databases to async/awai...Patrick Cloke2020-08-121-45/+49
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-5/+4
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+476