summary refs log tree commit diff
path: root/synapse/storage/databases/main/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-3/+3
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-4/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+4
* Fix some typos.Patrick Cloke2021-02-121-3/+3
* Fix receipts or account data not being sent down sync (#9193)Erik Johnston2021-01-211-2/+2
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-37/+71
* Improve appservice handler to send only the most recent read receipts when no...Will Hunt2020-11-181-1/+6
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-10/+1
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+55
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong2020-09-161-5/+3
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-011-5/+9
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-3/+5
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-2/+4
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-2/+1
* Convert receipts and events databases to async/await. (#8076)Patrick Cloke2020-08-141-36/+46
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-3/+2
* 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/+591