- May 30, 2022
-
-
Mathieu Velten authored
-
- May 18, 2022
-
-
Patrick Cloke authored
-
- Mar 25, 2022
-
-
Shay authored
-
- Mar 08, 2022
-
-
Patrick Cloke authored
* Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
-
- Jan 13, 2022
-
-
Andy Balaam authored
-
- Oct 22, 2021
-
-
Dan Callahan authored
Consider using { cmd1; cmd2; } >> file instead of individual redirects. https://github.com/koalaman/shellcheck/wiki/SC2129 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Double quote to prevent globbing and word splitting. https://github.com/koalaman/shellcheck/wiki/SC2086 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
This \o will be a regular 'o' in this context. https://github.com/koalaman/shellcheck/wiki/SC1001 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Declare and assign separately to avoid masking return values. https://github.com/koalaman/shellcheck/wiki/SC2155 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Use "${var:?}" to ensure this never expands to /* . https://github.com/koalaman/shellcheck/wiki/SC2115 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Use `cd ... || exit` in case cd fails. https://github.com/koalaman/shellcheck/wiki/SC2164 Signed-off-by:
Dan Callahan <danc@element.io>
-
- Apr 22, 2021
-
-
manuroe authored
-
- Mar 25, 2021
-
-
Quentin Gliech authored
On NixOS, `bash` isn't under `/bin/bash` but rather in some directory in `$PATH`. Locally, I've been patching those scripts to make them work. `/usr/bin/env` seems to be the only [portable way](https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my ) to use binaries from the PATH as interpreters. Signed-off-by:
Quentin Gliech <quentingliech@gmail.com>
-
- Jan 08, 2021
-
-
Richard van der Hoff authored
I'm not even sure what this was supposed to do, but the fact it has python2isms and nobody has noticed suggests it's not terribly important. It doesn't seem to have been used since ff23e5ba.
-
- Oct 02, 2020
-
-
Patrick Cloke authored
-
- Oct 22, 2019
-
-
Andrew Morgan authored
The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes.
-
- Jul 22, 2019
-
-
Jorik Schellekens authored
* Remove deprecated 'verbose' cli arg * Create 5725.bugfix
-
- Jul 19, 2019
-
-
Jorik Schellekens authored
This reverts commit dc7cf812.
-
Jorik Schellekens authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 17, 2019
-
-
Jorik Schellekens authored
Configure the demo servers to use untrusted tls certs so that they communicate with each other. This configuration makes them very unsafe so I've added warnings about it in the readme.
-
- Jun 14, 2019
-
-
Jorik Schellekens authored
-
- Apr 01, 2019
-
-
manuroe authored
start.sh: Fix the --no-rate-limit option for messages and make it bypass rate limit on registration and login too.
-
- Feb 20, 2019
-
-
Richard van der Hoff authored
I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
-
- Jan 22, 2019
-
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Oct 22, 2015
-
-
Erik Johnston authored
-
- Oct 13, 2015
-
-
Mark Haines authored
-
- Sep 23, 2015
-
-
Erik Johnston authored
-
- Aug 12, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
- Jun 04, 2015
-
-
manuroe authored
-
- May 08, 2015
-
-
Erik Johnston authored
-
- Apr 30, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class
-
- Apr 07, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 27, 2015
-
-
manuroe authored
-