- Jan 08, 2019
-
-
Erik Johnston authored
* Correctly retry and back off if we get a HTTPerror response * Refactor request sending to have better excpetions MatrixFederationHttpClient blindly reraised exceptions to the caller without differentiating "expected" failures (e.g. connection timeouts etc) versus more severe problems (e.g. programming errors). This commit adds a RequestSendFailed exception that is raised when "expected" failures happen, allowing the TransactionQueue to log them as warnings while allowing us to log other exceptions as actual exceptions.
-
- Jan 07, 2019
-
-
Amber Brown authored
-
Jason Robinson authored
* Fix command hint to generate a config file When trying to start Synapse without a config file, it will complain and give a hint towards what command to run. This hinted command is missing the "report_stats" parameter, which is required with either yes or no value. Add this to the command. Not an ideal situation but makes the given command work without the user getting another error, even though it might be unclear what "report_stats" represents. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Travis Ralston authored
As per https://github.com/matrix-org/matrix-doc/issues/1339
-
Richard van der Hoff authored
* Raise a ConfigError if an invalid resource is specified * Require Jinja 2.9 for the consent resource * changelog
-
- Jan 06, 2019
-
-
Michael Telatynski authored
Signed-off-by:
Michael Telatynski <7t3chguy@gmail.com>
-
- Jan 04, 2019
-
-
Richard van der Hoff authored
... to allow installation alongside our matrix-synapse transitional package.
-
- Jan 02, 2019
-
-
Matthew Hodgson authored
-
Aaron authored
* Update README to not lie about required restart Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Neil Johnson authored
Ensure synchrotrons can access is_support_user in the storage layer
-
Neil Johnson authored
-
jribal authored
Hi, the original docker-compose file did not work by default. You get federation port working but no client port. My proposal is to let federation port work as it is by default (8448) and let traefik handle client http/https traffic.
-
Aaron authored
* Update PR template to use absolute links Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Richard van der Hoff authored
Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322
-
Richard van der Hoff authored
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
-
- Dec 29, 2018
-
-
Amber Brown authored
-
- Dec 28, 2018
-
-
Krithin Sitaram authored
* Remove mention of lt-cred-mech in the sample coturn config. See https://github.com/coturn/coturn/pull/262 for more context. Also clean up some minor formatting issues while I'm here. * Add changelog. Signed-off-by:
Krithin Sitaram <krithin@gmail.com>
-
- Dec 24, 2018
-
-
Will Hunt authored
-
Richard van der Hoff authored
Add v2 room version
-
Richard van der Hoff authored
... as per MSC1730.
-
- Dec 22, 2018
-
-
Richard van der Hoff authored
Fix test_metrics.py compatibility prometheus_client 0.5
-
- Dec 21, 2018
-
-
Richard van der Hoff authored
Fix circleci config for synapse:latest docker upload
-
Richard van der Hoff authored
-
Richard van der Hoff authored
These settings are not supposed to be under 'listeners'.
-
Amber Brown authored
-
Amber Brown authored
Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools (#4298)
-
Maarten de Vries authored
prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by:
Maarten de Vries <maarten@de-vri.es>
-
Richard van der Hoff authored
Give the image the right tag, so that we can push it.
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-