summary refs log tree commit diff
path: root/synapse/storage/databases/main/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-241-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+7
* 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