forked-synapse/synapse/replication
Richard van der Hoff 01e93f48ed Kill off MatrixCodeMessageException
This code brings the SimpleHttpClient into line with the
MatrixFederationHttpClient by having it raise HttpResponseExceptions when a
request fails (rather than trying to parse for matrix errors and maybe raising
MatrixCodeMessageException).

Then, whenever we were checking for MatrixCodeMessageException and turning them
into SynapseErrors, we now need to check for HttpResponseExceptions and call
to_synapse_error.
2018-08-01 16:02:46 +01:00
..
http Kill off MatrixCodeMessageException 2018-08-01 16:02:46 +01:00
slave Use stream cache in get_linearized_receipts_for_room 2018-07-10 17:22:42 +01:00
tcp Fix unit tests 2018-07-25 10:30:36 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00