summary refs log tree commit diff
path: root/synapse/app/synctl.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use syntax that works on both py2.7 and py3Mark Haines2016-03-071-3/+3
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Don't change cwd in synctlErik Johnston2015-10-011-2/+2
|
* Fix restartDaniel Wagner-Hall2015-09-241-2/+2
|
* Allow config file path to be configurable in in synctlDaniel Wagner-Hall2015-09-241-24/+26
| | | | Also, allow it to be run from directories other than the synapse directory
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-2/+10
| | | | | | | | | | 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.
* Don't read from the config file before checking it existsMark Haines2015-05-061-9/+10
|
* missing importMark Haines2015-04-301-0/+2
|
* read the pid_file from the config file in synctlMark Haines2015-04-301-2/+3
|
* Don't write bytecodeErik Johnston2015-02-171-1/+1
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Fix pep8 codestyle warningsMark Haines2014-11-201-5/+9
|
* Stop before starting when restartingMark Haines2014-11-171-1/+1
|
* SYN-138: Rewrite synctl in python and include it in the python distributionMark Haines2014-11-131-0/+66