summary refs log tree commit diff
path: root/demo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* start.sh: Fix the --no-rate-limit option for messages and make it bypass ↵manuroe2019-04-011-5/+15
| | | | rate limit on registration and login too.
* Clean up gitignores (#4688)Richard van der Hoff2019-02-201-0/+7
| | | | | 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.
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-9/+0
| | | * remove dh_params and set better cipher string
* Don't keep appending report_stats to demo configErik Johnston2015-10-221-2/+6
|
* Enable stack traces for the demo scriptsMark Haines2015-10-131-0/+3
|
* Fix demo/start.sh to work with --report-statsErik Johnston2015-09-231-0/+1
|
* enable registration in the demo serversMark Haines2015-08-121-1/+2
|
* Fix the cleanup script to use the right $DIRMark Haines2015-08-121-2/+2
|
* Federation demo start.sh: Fixed --no-rate-limit param in the scriptmanuroe2015-06-042-10/+13
|
* Change the way we do logging contexts so that they survive divergencesErik Johnston2015-05-081-0/+1
|
* Write a default log_config when generating configMark Haines2015-04-301-2/+2
|
* Don't break when sizes or durations are given as integersMark Haines2015-04-301-3/+3
|
* Allow multiple config files, set up a default config before applying the ↵Mark Haines2015-04-301-1/+2
| | | | config files
* Manually generate the default config yaml, remove most of the commandline ↵Mark Haines2015-04-301-14/+13
| | | | 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
* Fix --enable-registration flag to work if you don't give a valueErik Johnston2015-04-071-2/+2
|
* Make demo script use --enable-registrationErik Johnston2015-04-071-1/+1
|
* Allow registration in the HSes federation demomanuroe2015-03-271-0/+1
|
* update .gitignore, set media-store-path in demoMark Haines2015-01-221-1/+2
|
* remove demo webserver since synapse serves up the webclient itselfMark Haines2014-11-191-3/+0
|
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2014-11-071-1/+1
|\ | | | | | | federation_authorization
| * Determine webclient path by the python module it is contained inMark Haines2014-11-041-1/+1
| |
* | Add option to not bind to HTTPS port. This is useful if running behind an ↵Erik Johnston2014-11-031-1/+1
|/ | | | ssl load balancer
* Added a param (--no-rate-limit) to demo/start.sh to disable the HS rate limitmanuroe2014-10-202-1/+11
|
* Make the demo listen on both HTTP and HTTPS portsErik Johnston2014-09-021-3/+5
|
* Fix homeserver config parsingMark Haines2014-09-012-2/+21
|
* Add the ability to turn on the twisted manhole telnet service.Erik Johnston2014-08-261-2/+3
|
* -w is no moreMatthew Hodgson2014-08-221-2/+1
|
* Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-1/+2
|
* Create a temporary upload service server side (by hacking ↵Emmanuel ROHEE2014-08-141-1/+24
| | | | demos/webserver.py) and client side with an angularjs service component.
* Reference Matrix Home Servermatrix.org2014-08-125-0/+115