MatrixSynapse/synapse/api
Richard van der Hoff ec041b335e Record device_id in client_ips
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.
2016-07-20 16:41:03 +01:00
..
__init__.py
auth.py Record device_id in client_ips 2016-07-20 16:41:03 +01:00
constants.py
errors.py Implement https://github.com/matrix-org/matrix-doc/pull/346/files 2016-07-08 17:42:48 +01:00
filtering.py Add 'contains_url' to filter 2016-07-14 15:35:48 +01:00
ratelimiting.py
urls.py