summary refs log tree commit diff
path: root/synctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-4/+2
* `synctl restart` should start synapse if it wasn't running (#7624)Richard van der Hoff2020-06-031-1/+1
* synctl warns when no process is stopped and avoids start (#6598)Romain Bouyé2020-05-191-3/+28
* Remove redundant checks on `daemonize` from synctl (#7233)Richard van der Hoff2020-04-081-9/+11
* Give appropriate exit codes when synctl fails (#5992)Jorik Schellekens2019-09-181-4/+39
* Let synctl use a config directory. (#5904)Jorik Schellekens2019-08-281-3/+10
* Fix --no-daemonize flag for synctlErik Johnston2019-07-021-6/+6
* Accidentally reversed pep8 fixed before, fixed nowsohamg2019-06-101-1/+1
* Edited description to note that the arg will not work with daemonize set in t...sohamg2019-06-101-2/+3
* Resolved pep8 extra spacing issuesohamg2019-06-101-1/+1
* - Fix https://github.com/matrix-org/synapse/issues/4130sohamg2019-06-101-3/+15
* Use yaml safe_loadErik Johnston2019-03-221-2/+2
* Fix command hint to generate a config file (#4353)Jason Robinson2019-01-071-1/+3
* Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on...Amber Brown2018-10-201-44/+36
* Use the right python when starting workersRichard van der Hoff2018-10-181-1/+2
* Assume isatty is always defined, and catch AttributeError. Also don't bother ...Erik Johnston2018-10-171-2/+6
* Only colourise synctl output when attached to ttyErik Johnston2018-10-171-1/+6
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-1/+1
* Merge branch 'develop' into rav/hacky_cache_factor_fixRichard van der Hoff2018-09-261-1/+294
|\
| * Move synctl into top dir to avoid a symlinkRichard van der Hoff2018-09-251-1/+284
|/
* merge in msg.__room_member usage to new message display templateMatthew Hodgson2014-11-151-0/+1
* SYN-138: Rewrite synctl in python and include it in the python distributionMark Haines2014-11-131-35/+0
* Fix ncorrect ports in documentation and add notes on how generate-config also...David Baker2014-10-021-1/+1
* Re-apply a0b1b34c71e46304f7024f0570db92f4577303b5 to master (fixing synctl)David Baker2014-10-021-2/+2
* Add slightly helpful advice on how to generate config if you don'y already ha...Erik Johnston2014-09-081-0/+1
* Don't autogen config in synctl for the same reasons we don't turn of --genera...Erik Johnston2014-09-081-6/+2
* make synctl default to homesever.logMatthew Hodgson2014-09-031-3/+3
* Added a simple start/stop control scriptPaul "LeoNerd" Evans2014-09-031-0/+38