summary refs log tree commit diff
path: root/synapse/config/appservice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the functions for parsing app service configMark Haines2016-05-171-1/+106
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
| | | | | | | | | | SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.
* Manually generate the default config yaml, remove most of the commandline ↵Mark Haines2015-04-301-11/+7
| | | | 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
* Add AppServiceConfigKegan Dougal2015-03-311-0/+31