forked-synapse/synapse/rest/client/v2_alpha
Mark Haines 949c2c5435 Add a timeout parameter for end2end key queries.
Add a timeout parameter for controlling how long synapse will wait
for responses from remote servers. For servers that fail include how
they failed to make it easier to debug.

Fetch keys from different servers in parallel rather than in series.

Set the default timeout to 10s.
2016-09-12 18:17:09 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py GET /devices endpoint 2016-07-20 16:42:32 +01:00
account_data.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
account.py Add hs object 2016-07-14 10:25:52 +01:00
auth.py Split out the auth handler 2016-06-02 13:31:45 +01:00
devices.py Implement updating devices 2016-07-26 07:35:48 +01:00
filter.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
keys.py Add a timeout parameter for end2end key queries. 2016-09-12 18:17:09 +01:00
notifications.py Implement only=highlight on /notifications 2016-09-08 13:43:35 +01:00
openid.py Rename openid/token to openid/request_token 2016-05-05 15:15:00 +01:00
receipts.py Move the presence handler out of the Handlers object 2016-05-16 18:56:37 +01:00
register.py Add helper function for getting access_tokens from requests 2016-09-09 16:33:15 +01:00
report_event.py Add timestamp and auto incrementing ID 2016-05-04 15:19:12 +01:00
sendtodevice.py Send device messages over federation 2016-09-06 18:16:20 +01:00
sync.py Add store-and-forward direct-to-device messaging 2016-08-25 17:35:37 +01:00
tags.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
thirdparty.py Merge pull request #1096 from matrix-org/markjh/get_access_token 2016-09-09 17:09:27 +01:00
tokenrefresh.py Add device_id support to /login 2016-07-18 16:39:44 +01:00