Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow generate-config to run against an existing config file to generate ↵ | Mark Haines | 2015-05-01 | 1 | -1/+1 |
| | | | | default keys | ||||
* | Allow --enable-registration to be passed on the commandline | Mark Haines | 2015-04-30 | 1 | -3/+16 |
| | |||||
* | Use disable_registration keys if they are present | Mark Haines | 2015-04-30 | 1 | -0/+5 |
| | |||||
* | Manually generate the default config yaml, remove most of the commandline ↵ | Mark Haines | 2015-04-30 | 1 | -33/+14 |
| | | | | 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 spelling | Mark Haines | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | Call the super classes when generating config | Mark Haines | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | Fix --enable-registration flag to work if you don't give a value | Erik Johnston | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | turn --disable-registration into --enable-registration, given the default is ↵ | Matthew Hodgson | 2015-03-30 | 1 | -11/+11 |
| | | | | for registration to be disabled by default now. this is backwards incompatible by removing the old --disable-registration arg, but makes for a much more intuitive arg | ||||
* | Comment. | Erik Johnston | 2015-03-16 | 1 | -0/+3 |
| | |||||
* | Allow enabling of registration with --disable-registration false | Erik Johnston | 2015-03-13 | 1 | -2/+8 |
| | |||||
* | PEP8 | Erik Johnston | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Implement registering with shared secret. | Erik Johnston | 2015-03-13 | 1 | -3/+17 |
| | |||||
* | Disable registration by default | Erik Johnston | 2015-03-13 | 1 | -0/+4 |
| | |||||
* | Add config option to disable registration. | Erik Johnston | 2015-02-19 | 1 | -0/+33 |