Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵ | Amber Brown | 2018-10-20 | 1 | -44/+36 |
| | | | | on py3) (#4068) | ||||
* | Use the right python when starting workers | Richard van der Hoff | 2018-10-18 | 1 | -1/+2 |
| | | | | | We should use the same python to start the workers as we do for the main synapse (ie, the same one used to run synctl.) | ||||
* | Assume isatty is always defined, and catch AttributeError. Also don't bother ↵ | Erik Johnston | 2018-10-17 | 1 | -2/+6 |
| | | | | checking colour==Normal | ||||
* | Only colourise synctl output when attached to tty | Erik Johnston | 2018-10-17 | 1 | -1/+6 |
| | |||||
* | Make workers work on Py3 (#4027) | Amber Brown | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into rav/hacky_cache_factor_fix | Richard van der Hoff | 2018-09-26 | 1 | -1/+294 |
|\ | |||||
| * | Move synctl into top dir to avoid a symlink | Richard van der Hoff | 2018-09-25 | 1 | -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 template | Matthew Hodgson | 2014-11-15 | 1 | -0/+1 |
| | |||||
* | SYN-138: Rewrite synctl in python and include it in the python distribution | Mark Haines | 2014-11-13 | 1 | -35/+0 |
| | |||||
* | Fix ncorrect ports in documentation and add notes on how generate-config ↵ | David Baker | 2014-10-02 | 1 | -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 Baker | 2014-10-02 | 1 | -2/+2 |
| | |||||
* | Add slightly helpful advice on how to generate config if you don'y already ↵ | Erik Johnston | 2014-09-08 | 1 | -0/+1 |
| | | | | have one | ||||
* | Don't autogen config in synctl for the same reasons we don't turn of ↵ | Erik Johnston | 2014-09-08 | 1 | -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.log | Matthew Hodgson | 2014-09-03 | 1 | -3/+3 |
| | |||||
* | Added a simple start/stop control script | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+38 |