summary refs log tree commit diff
path: root/synapse/storage/databases/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-12/+12
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-3/+3
* Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+95
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-1/+2
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-21/+28
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+11
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-3/+3
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-3/+2
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-4/+0
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1429