summary refs log tree commit diff
path: root/synapse/storage/client_ips.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Record device_id in client_ipsRichard van der Hoff2016-07-201-1/+2
| | | | | Record the device_id when we add a client ip; it's somewhat redundant as we could get it via the access_token, but it will make querying rather easier.
* Move insert_client_ip to a separate classMark Haines2016-06-031-0/+68