summary refs log tree commit diff
path: root/synapse/replication/slave/storage/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-191-5/+5
* move DeferredCache into its own moduleRichard van der Hoff2020-10-141-1/+1
* Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-3/+3
* Add some more type annotations to CacheRichard van der Hoff2020-10-141-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-1/+1
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-2/+1
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
* Prefill client IPs cache on workersErik Johnston2019-03-061-0/+2
* run isortAmber Brown2018-07-091-1/+2
* Fix upErik Johnston2017-06-271-2/+1
* Make workers report to master for user ip updatesErik Johnston2017-06-271-0/+48