Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyflakes cleanup | Erik Johnston | 2014-09-30 | 1 | -1/+0 |
| | |||||
* | Just use a yaml list for turn servers | David Baker | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'turn' into develop | David Baker | 2014-09-25 | 2 | -1/+43 |
|\ | |||||
| * | Make turn server endpoint return an empty object if no turn servers to | David Baker | 2014-09-25 | 1 | -1/+1 |
| | | | | | | | | | | match the normal response. Don't break if the turn_uris option isn't present. | ||||
| * | rename endpoint to better reflect what it is and allow specifying multiple uris | David Baker | 2014-09-24 | 1 | -3/+3 |
| | | |||||
| * | Add support for TURN servers as per the TURN REST API ↵ | David Baker | 2014-09-23 | 2 | -1/+43 |
| | | | | | | | | (http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00) | ||||
* | | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared ↵ | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+6 |
|/ | | | | secret to allow bots to bypass the ReCAPTCHA test (SYN-60) | ||||
* | formatting | Kegan Dougal | 2014-09-19 | 1 | -5/+9 |
| | |||||
* | Added support for the HS to send emails. Use it to send password resets. ↵ | Kegan Dougal | 2014-09-16 | 2 | -2/+45 |
| | | | | Added email_smtp_server and email_from_address config args. Added emailutils. | ||||
* | Add config opion for XFF headers when performing ReCaptcha auth. | Kegan Dougal | 2014-09-05 | 1 | -0/+6 |
| | |||||
* | Added a captcha config to the HS, to enable registration captcha checking ↵ | Kegan Dougal | 2014-09-05 | 2 | -1/+38 |
| | | | | and for the recaptcha private key. | ||||
* | Added a TODO note about YAML modeline for editors | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+3 |
| | |||||
* | Default PID file should be 'homeserver.pid' to match the other ↵ | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+1 |
| | | | | 'homeserver.*' naming convention | ||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 8 | -8/+8 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | Limit the size of uploads | Mark Haines | 2014-09-03 | 2 | -1/+41 |
| | |||||
* | Add option to change content repo location | Erik Johnston | 2014-09-03 | 1 | -0/+12 |
| | |||||
* | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 2 | -2/+14 |
| | |||||
* | rate limiting for message sending | Mark Haines | 2014-09-02 | 1 | -2/+2 |
| | |||||
* | Add ratelimiting config | Mark Haines | 2014-09-02 | 1 | -0/+21 |
| | |||||
* | Add ratelimiting function to basehandler | Mark Haines | 2014-09-02 | 1 | -1/+3 |
| | |||||
* | Remove option for disabling webclient because it was confusing | Mark Haines | 2014-09-02 | 1 | -4/+1 |
| | |||||
* | Default HTTP and HTTPS ports to 8008 and 8448 | Erik Johnston | 2014-09-02 | 1 | -2/+4 |
| | |||||
* | os.makedirs is almost but not entirely unlike mkdir -p | Mark Haines | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | Fix typo when reading TLS config | Mark Haines | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Make the config directory if the directory doesn't exisit when generating config | Mark Haines | 2014-09-02 | 1 | -0/+1 |
| | |||||
* | More helpful error messages for missing config | Mark Haines | 2014-09-02 | 3 | -6/+29 |
| | |||||
* | Add unsecure listener port to homeserver | Mark Haines | 2014-09-01 | 1 | -2/+5 |
| | |||||
* | specify metavars in argparse | Matthew Hodgson | 2014-09-01 | 1 | -2/+3 |
| | |||||
* | Use yaml for config file | Mark Haines | 2014-09-01 | 1 | -11/+6 |
| | |||||
* | Use pregenerated DH params when generating config | Mark Haines | 2014-09-01 | 1 | -7/+29 |
| | |||||
* | Listen using SSL | Mark Haines | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 5 | -20/+35 |
| | |||||
* | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 7 | -0/+423 |