summary refs log tree commit diff
path: root/synapse/storage/databases/main/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-131-11/+30
* Fix error handling during insertion of client IPs (#9051)Erik Johnston2021-01-081-31/+23
* Add type hints to admin and room list handlers. (#8973)Patrick Cloke2020-12-291-2/+5
* Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-191-4/+4
* move DeferredCache into its own moduleRichard van der Hoff2020-10-141-1/+1
* Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-2/+2
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-52/+57
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-2/+2
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-30/+24
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+580