Mathieu Velten
|
1fd1856afc
demo: check if we are in a virtualenv before overriding PYTHONPATH (#12916)
|
2 lat temu |
Patrick Cloke
|
a1cb05b3e8
Fix federation in demo scripts. (#12783)
|
2 lat temu |
Shay
|
3c41d87b67
Add restrictions by default to open registration in Synapse (#12091)
|
2 lat temu |
Patrick Cloke
|
9a0172d49f
Clean-up demo scripts & documentation (#12143)
|
2 lat temu |
Dan Callahan
|
b5e910521b
Fix Shellcheck SC2129: Consider using {..} >> file
|
3 lat temu |
Dan Callahan
|
13f084eb58
Fix Shellcheck SC2086: Quote to prevent splitting
|
3 lat temu |
Dan Callahan
|
7cf83c0aca
Fix Shellcheck SC1001: Meaningless char escapes
|
3 lat temu |
Dan Callahan
|
dfa6143133
Fix Shellcheck SC2155: Declare + export separately
|
3 lat temu |
Dan Callahan
|
64adbb7b54
Fix Shellcheck SC2046: Quote to prevent word split
|
3 lat temu |
Dan Callahan
|
12d79ff1b6
Fix Shellcheck SC2164: exit in case cd fails.
|
3 lat temu |
manuroe
|
c1ddbbde4f
Handle all new rate limits in demo scripts (#9858)
|
3 lat temu |
Quentin Gliech
|
d4c4798a25
Use interpreter from $PATH instead of absolute paths in various scripts using /usr/bin/env (#9689)
|
3 lat temu |
Patrick Cloke
|
3bd2a2cbb1
Include a public_baseurl in configs generated by the demo script. (#8443)
|
4 lat temu |
Andrew Morgan
|
b2945d2672
Fix demo script on ipv6-supported boxes (#6229)
|
5 lat temu |
Jorik Schellekens
|
f337d2f0f0
Demo uses deprecated cli option (#5725)
|
5 lat temu |
Jorik Schellekens
|
f99554b15d
Revert "Remove deprecated 'verbose' cli arg"
|
5 lat temu |
Jorik Schellekens
|
dc7cf81267
Remove deprecated 'verbose' cli arg
|
5 lat temu |
Jorik Schellekens
|
839f9b9231
One shot demo server startup
|
5 lat temu |
Jorik Schellekens
|
d8db29c481
Use python3 in the demo
|
5 lat temu |
manuroe
|
bb925b1bd7
start.sh: Fix the --no-rate-limit option for messages and make it bypass rate limit on registration and login too.
|
5 lat temu |
Erik Johnston
|
3ce1b8c705
Don't keep appending report_stats to demo config
|
9 lat temu |
Mark Haines
|
1941eb315d
Enable stack traces for the demo scripts
|
9 lat temu |
Erik Johnston
|
8a519ac76d
Fix demo/start.sh to work with --report-stats
|
9 lat temu |
Mark Haines
|
2eb91e6694
enable registration in the demo servers
|
9 lat temu |
manuroe
|
378a0f7a79
Federation demo start.sh: Fixed --no-rate-limit param in the script
|
9 lat temu |
Erik Johnston
|
476899295f
Change the way we do logging contexts so that they survive divergences
|
9 lat temu |
Mark Haines
|
2f1348f339
Write a default log_config when generating config
|
9 lat temu |
Mark Haines
|
74aaacf82a
Don't break when sizes or durations are given as integers
|
9 lat temu |
Mark Haines
|
1aa11cf7ce
Allow multiple config files, set up a default config before applying the config files
|
9 lat temu |
Mark Haines
|
d624e2a638
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
|
9 lat temu |