summary refs log tree commit diff
path: root/synctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ | | | | | symlinks apparently break setuptools on python3 and alpine (https://bugs.python.org/issue31940), so let's stop using a symlink and just use the file directly.
* 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 ↵David Baker2014-10-021-1/+1
| | | | | | also generates certs bound to whatever hostname you give with --generate-config. SYN-87 #resolved
* 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 ↵Erik Johnston2014-09-081-0/+1
| | | | have one
* Don't autogen config in synctl for the same reasons we don't turn of ↵Erik Johnston2014-09-081-6/+2
| | | | | | --generate-config by default on the homeserver - it is liable to confuse people who have moved the config file or have chosen a non standard location. Also, don't override log file location.
* make synctl default to homesever.logMatthew Hodgson2014-09-031-3/+3
|
* Added a simple start/stop control scriptPaul "LeoNerd" Evans2014-09-031-0/+38