summary refs log tree commit diff
path: root/synapse/storage/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increase size of IP cacheErik Johnston2017-06-071-1/+6
* Increase client_ip cache sizeErik Johnston2017-05-081-0/+1
* Bail on where clause insteadErik Johnston2017-04-111-3/+4
* Don't bother with outer check for nowErik Johnston2017-04-111-3/+0
* Fix getting latest device IP for user with no devicesErik Johnston2017-04-111-0/+5
* PEP8Richard van der Hoff2016-07-221-1/+0
* Create index on user_ips in the backgroundRichard van der Hoff2016-07-221-4/+12
* storage/client_ips: remove some dead codeRichard van der Hoff2016-07-211-3/+0
* Merge branch 'develop' into rav/get_devices_apiRichard van der Hoff2016-07-201-1/+2
|\
| * Record device_id in client_ipsRichard van der Hoff2016-07-201-1/+2
* | GET /devices endpointRichard van der Hoff2016-07-201-0/+72
|/
* Move insert_client_ip to a separate classMark Haines2016-06-031-0/+68