summary refs log tree commit diff
path: root/synapse/storage/databases/main/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-2/+2
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-1/+1
* Convert stream database to async/await. (#8074)Patrick Cloke2020-08-171-1/+1
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-21/+0
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-6/+3
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-121-5/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+186