summary refs log tree commit diff
path: root/synapse/storage/databases/main/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when running presence off master (#10149)Erik Johnston2021-06-111-1/+1
* Fixed removal of new presence stream states (#10014)Marek Matys2021-05-211-9/+9
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-1/+57
* Split presence out of master (#9820)Erik Johnston2021-04-231-2/+90
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a storage method for returning all current presence from all users (#9650)Andrew Morgan2021-03-251-1/+59
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* 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