summary refs log tree commit diff
path: root/synapse/storage/databases/main/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-10/+12
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-6/+19
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-5/+3
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-1/+8
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-37/+0
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-128/+105
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1588