summary refs log tree commit diff
path: root/synapse/config/server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add vector.im to default secondary_directory_servers and add comment explaini...David Baker2016-05-311-0/+4
* Add federation room list servletDavid Baker2016-05-311-0/+6
* Correct public_baseurl defaultDavid Baker2016-04-291-2/+2
* Merge remote-tracking branch 'origin/develop' into dbkr/email_notifsDavid Baker2016-04-291-0/+1
|\
| * Optionally split out the pushers into a separate processMark Haines2016-04-211-0/+1
* | Hopefully all remaining bits for email notifsDavid Baker2016-04-271-0/+8
|/
* Merge pull request #473 from matrix-org/erikj/ssh_manholeErik Johnston2016-01-071-1/+1
|\
| * s/telnet/ssh/Erik Johnston2016-01-071-1/+1
* | copyrightsMatthew Hodgson2016-01-071-1/+1
|/
* Added a single line to explain what the server_name is used forMads R. Christensen2015-12-021-0/+1
* Preserve version string in user agentDaniel Wagner-Hall2015-10-051-1/+1
* Allow synapse's useragent to be customizedDaniel Wagner-Hall2015-10-021-0/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Allow specifying a directory to host a web client fromErik Johnston2015-08-251-0/+1
* Only print the pidfile path on startup if requested by a commandline flagPaul "LeoNerd" Evans2015-08-071-0/+7
* Remove redundant newlineErik Johnston2015-06-151-2/+1
* Document listener config. Remove deprecated config optionsErik Johnston2015-06-151-28/+42
* Add backwards compat support for metrics, manhole and webclient config optionsErik Johnston2015-06-121-3/+27
* Correctly handle x_forwaded listener optionErik Johnston2015-06-121-0/+2
* Use config.listenersErik Johnston2015-06-121-30/+84
* Begin changing the config formatErik Johnston2015-06-111-8/+24
* Add config option to disable compression of http responsesErik Johnston2015-06-011-0/+6
* Add config option to turn off freezing events. Use new encode_json api and uj...Erik Johnston2015-05-291-0/+1
* Use the daemonize key from the config if it existsMark Haines2015-05-011-1/+4
* Allow "manhole" to be ommited from the configMark Haines2015-04-301-1/+1
* Remove the ~, comment the lines insteadMark Haines2015-04-301-1/+1
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-48/+69
* Move the key related config parser into a separate fileMark Haines2015-04-241-84/+1
* Better help for the old-signing-key optionMark Haines2015-04-241-1/+4
* Implement remote key lookup apiMark Haines2015-04-221-2/+2
* Add a version 2 of the key server apiMark Haines2015-04-141-1/+33
* Wire up the webclient optionDavid Baker2015-03-171-1/+3
* Don't look for an TLS private key if we have set --no-tlsErik Johnston2015-03-061-3/+0
* By default set soft limit to hard limitErik Johnston2015-02-201-5/+5
* Add config option to set the soft fd limit on startErik Johnston2015-02-191-0/+7
* Add better help message for --server-name config option.Erik Johnston2015-01-081-2/+6
* Update copyright noticesMark Haines2015-01-061-1/+1
* SYN-187: Set a more sensible default for the content_addr v0.5.3bMark Haines2014-12-021-2/+5
* Add option to not bind to HTTPS port. This is useful if running behind an ssl...Erik Johnston2014-11-031-0/+3
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* Fix pyflakes warningsMark Haines2014-10-271-1/+1
* Fix auto generating signing_keysMark Haines2014-10-181-1/+1
* Read signing keys using methods from syutil. convert keys that are in the wro...Mark Haines2014-09-231-9/+30
* Default PID file should be 'homeserver.pid' to match the other 'homeserver.*'...Paul "LeoNerd" Evans2014-09-031-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add option to change content repo locationErik Johnston2014-09-031-0/+12
* Remove option for disabling webclient because it was confusingMark Haines2014-09-021-4/+1
* Default HTTP and HTTPS ports to 8008 and 8448Erik Johnston2014-09-021-2/+4
* More helpful error messages for missing configMark Haines2014-09-021-1/+1
* Add unsecure listener port to homeserverMark Haines2014-09-011-2/+5
* specify metavars in argparseMatthew Hodgson2014-09-011-2/+3
* Listen using SSLMark Haines2014-09-011-1/+1
* Fix homeserver config parsingMark Haines2014-09-011-5/+6
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+75