| Commit message (Expand) | Author | Age | Files | Lines |
* | Add config option to disable registration. | Erik Johnston | 2015-02-19 | 2 | -1/+35 |
* | Add a cache for get_event | Mark Haines | 2015-02-11 | 2 | -0/+15 |
* | yaml.load expects strings to be a yaml rather than file | Erik Johnston | 2015-02-10 | 1 | -1/+2 |
* | Use yaml logging config format because it is much nicer | Erik Johnston | 2015-02-10 | 1 | -1/+2 |
* | Convert directory paths to absolute paths before daemonizing | Mark Haines | 2015-02-09 | 1 | -2/+3 |
* | Allow ':memory:' as the database path for sqlite3 | Mark Haines | 2015-01-19 | 1 | -1/+4 |
* | SYN-142: Rotate logs if logging to file. Fixed to a 4 file rotate with 100MB/... | Kegan Dougal | 2015-01-08 | 1 | -1/+4 |
* | Add better help message for --server-name config option. | Erik Johnston | 2015-01-08 | 1 | -2/+6 |
* | Increase default maximum attachment size to 10M | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 12 | -12/+12 |
* | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... | Kegan Dougal | 2014-12-16 | 1 | -1/+1 |
* | Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-12-13 | 1 | -2/+2 |
|\ |
|
| * | Fix bug while generating the error message when a file path specified in the ... | Erik Johnston | 2014-12-13 | 1 | -2/+2 |
* | | Limit the size of images that are thumbnailed serverside. Limit the size of f... | Mark Haines | 2014-12-11 | 1 | -0/+5 |
* | | Merge branch 'develop' into media_repository | Mark Haines | 2014-12-10 | 2 | -2/+11 |
|\| |
|
| * | Don't log synapse.storage at DEBUG level when under -v; require -v -v for that | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -0/+6 |
| * | SYN-187: Set a more sensible default for the content_addr v0.5.3b | Mark Haines | 2014-12-02 | 1 | -2/+5 |
* | | Get uploads working with new media repo | Mark Haines | 2014-12-02 | 2 | -0/+18 |
|/ |
|
* | Be more helpful and tell the user how to generate a config too. | David Baker | 2014-11-14 | 1 | -1/+4 |
* | Adding --generate-config will not help if the user has not specified a config... | David Baker | 2014-11-14 | 1 | -1/+1 |
* | Merge branch 'develop' into request_logging | Mark Haines | 2014-11-14 | 1 | -0/+3 |
|\ |
|
| * | Add option to not bind to HTTPS port. This is useful if running behind an ssl... | Erik Johnston | 2014-11-03 | 1 | -0/+3 |
* | | Merge branch 'develop' into request_logging | Mark Haines | 2014-10-30 | 8 | -12/+27 |
|\| |
|
| * | Fix pep8 warnings | Mark Haines | 2014-10-30 | 9 | -13/+29 |
* | | Pep8 and a few doc strings | Mark Haines | 2014-10-30 | 1 | -3/+3 |
* | | Add a request-id to each log line | Mark Haines | 2014-10-30 | 1 | -7/+16 |
|/ |
|
* | Fix pyflakes warnings | Mark Haines | 2014-10-27 | 1 | -1/+1 |
* | Fix auto generating signing_keys | Mark Haines | 2014-10-18 | 1 | -1/+1 |
* | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'master' into develop | David Baker | 2014-10-02 | 1 | -1/+2 |
| |\ |
|
| | * | Fix ncorrect ports in documentation and add notes on how generate-config also... | David Baker | 2014-10-02 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/master' into develop | Mark Haines | 2014-10-02 | 1 | -0/+1 |
| |\| |
|
| | * | Update README setup instructions to be correct. Make synapse spit out explana... | David Baker | 2014-10-02 | 1 | -0/+1 |
* | | | Merge branch 'develop' into server2server_signing | Mark Haines | 2014-09-30 | 4 | -3/+49 |
|\| | |
|
| * | | 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 |
| | * | 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 (http://tools.ietf.org/... | David Baker | 2014-09-23 | 2 | -1/+43 |
| * | | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+6 |
| |/ |
|
* / | Read signing keys using methods from syutil. convert keys that are in the wro... | Mark Haines | 2014-09-23 | 1 | -9/+30 |
|/ |
|
* | formatting | Kegan Dougal | 2014-09-19 | 1 | -5/+9 |
* | Added support for the HS to send emails. Use it to send password resets. Adde... | Kegan Dougal | 2014-09-16 | 2 | -2/+45 |
* | 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 and... | Kegan Dougal | 2014-09-05 | 2 | -1/+38 |
* | 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 'homeserver.*'... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 8 | -8/+8 |
* | 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 |