- Mar 19, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We still populate it, as it can still be accessed via the admin API.
-
Erik Johnston authored
Add note on tuning postgres
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add py27-old test case to buildkite
-
Erik Johnston authored
-
Richard van der Hoff authored
Use a regular HomeServerConfig object for unit tests
-
Richard van der Hoff authored
Enforce hs_disabled_message correctly
-
Richard van der Hoff authored
turns out this relies on there being a `user_consent_version` set.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Rather than using a Mock for the homeserver config, use a genuine HomeServerConfig object. This makes for a more realistic test, and means that we don't have to keep remembering to add things to the mock config every time we add a new config setting.
-
Richard van der Hoff authored
Make sure that we have a `server_notices_mxid` set, given that we are relying on it.
-
Richard van der Hoff authored
* Set allow_guest_access = True, since we rely on it * config doesn't have a `hostname` attribute; it is `server_name`
-
Richard van der Hoff authored
The Mailer expects the config object to have `email_smtp_pass` and `email_riot_base_url` attributes (and it won't by default, because the default config impl doesn't set any of the attributes unless email_enable_notifs is set).
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Richard van der Hoff authored
Fixes a bug where hs_disabled_message was not enforced for 3pid-based requests if there was no server_notices_mxid configured.
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Michael Kaye authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Make it so that most options in the config are optional, and commented out in the generated config. The reasons this is a good thing are as follows: * If we decide that we should change the default for an option, we can do so, and only those admins that have deliberately chosen to override that option will be stuck on the old setting. * It moves us towards a point where we can get rid of the super-surprising feature of synapse where the default settings for the config come from the generated yaml. * It makes setting up a test config for unit testing an order of magnitude easier (see forthcoming PR). * It makes the generated config more consistent, and hopefully easier for users to understand.
-
- Mar 18, 2019
-
-
Amber Brown authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Brendan Abolivier authored
-
- Mar 15, 2019
-
-
Brendan Abolivier authored
Add two ratelimiters on login (per-IP address and per-userID).
-
Richard van der Hoff authored
Split TransactionQueue up
-
Richard van der Hoff authored
Move client receipt processing to federation sender worker.
-
Erik Johnston authored
Allow passing --daemonize to workers
-
Luca Corbatto authored
This setup is a way to manage workers with systemd. It does however not require workers. You can use this setup without workers. You just have to make sure that the homeserver is forking and writes its PID file to the location the service is looking in. The currently distributed setup in the debian package does not work in conjunction with workers. * Adds changelog * Lets systemd handle the forking Sets all services to `type=simple` and disables daemonizing on the synapse side. * Formats readme to 80 columns per line * Allows for full restart of all workers * Changes README to reflect the new setup * Adds dot to end of changelog file * Removes surplus word Co-Authored-By:
targodan <targodan@users.noreply.github.com> * Adds missing word Co-Authored-By:
targodan <targodan@users.noreply.github.com> * Fixes linebreak Co-Authored-By:
targodan <targodan@users.noreply.github.com> * Fixes unit type
-
Richard van der Hoff authored
-
Aaron authored
* Add some stuff back to the .gitignore Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Reorder and remove old items from .gitignore Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Mar 14, 2019
-
-
Erik Johnston authored
Revert "Make federation endpoints more tolerant of trailing slashes for some endpoints"
-
Erik Johnston authored
This reverts commit 290552fd.
-