forked-synapse/synapse
Kegan Dougal 96d4bf9012 Modify API for SimpleHttpClient.get_json and update usages.
Previously, this would only return the HTTP body as JSON, and discard other
response information (e.g. the HTTP response code). This has now been changed
to throw a CodeMessageException on a non-2xx response, with the response code
and body, which can then be parsed as JSON.

Affected modules include:
 - Registration/Login (when using an email for IS auth)
2015-02-04 17:07:31 +00:00
..
api Merge branch 'develop' into application-services 2015-02-02 15:57:59 +00:00
app Merge branch 'develop' into application-services 2015-02-02 15:57:59 +00:00
appservice Add query_user/alias APIs. 2015-02-04 16:44:53 +00:00
config Allow ':memory:' as the database path for sqlite3 2015-01-19 15:26:19 +00:00
crypto Fix bug in timeout handling in keyclient 2015-01-30 11:08:01 +00:00
events Merge pull request #43 from matrix-org/rejections 2015-01-30 16:11:14 +00:00
federation Briefly doc structure of query_auth API. 2015-01-30 15:58:28 +00:00
handlers Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00:00
http Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00:00
push Ignore empty strings for display names & room names in notifications 2015-01-31 12:48:06 +00:00
rest Merge branch 'develop' into application-services 2015-02-04 15:31:02 +00:00
storage Fix bug in store defer. Add more unit tests. 2015-02-04 15:21:03 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Optimize FrozenEvent creation 2015-01-06 18:51:03 +00:00
__init__.py Merge master into develop 2015-02-02 14:05:42 +00:00
notifier.py Fix Formatting 2015-01-27 20:19:36 +00:00
python_dependencies.py Merge pull request #46 from matrix-org/identicons 2015-02-02 18:56:34 +00:00
server.py Merge branch 'develop' into application-services 2015-02-02 15:57:59 +00:00
state.py Remove debug logging 2015-01-30 15:56:32 +00:00
types.py Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier 2015-01-28 17:16:12 +00:00