summary refs log tree commit diff
path: root/synapse/storage/databases/main/stream.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use vector clocks for room stream tokens. (#8439)Erik Johnston2020-10-071-37/+243
* Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-051-13/+0
* Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-011-1/+1
* Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-17/+21
* Merge tag 'v1.20.0rc5' into developPatrick Cloke2020-09-181-8/+5
|\
| * Intelligently select extremities used in backfill. (#8349)Erik Johnston2020-09-181-8/+5
* | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* | Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong2020-09-161-3/+1
* | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-43/+32
* | Add types to StreamToken and RoomStreamToken (#8279)Erik Johnston2020-09-081-10/+11
|/
* Add StreamStore to mypy (#8232)Erik Johnston2020-09-021-18/+28
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-3/+18
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-4/+7
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-1/+0
* Fix the return type of send_nonmember_events. (#8112)Patrick Cloke2020-08-181-4/+15
* Convert stream database to async/await. (#8074)Patrick Cloke2020-08-171-187/+200
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1064