Commit Graph

17 Commits (fa21455e08d4115cd14f6c4ca34a1b432d924b4f)

Author SHA1 Message Date
Erik Johnston 3677548a82 Use yaml safe_load 6 years ago
Jason Robinson 26e5abf20d Fix command hint to generate a config file (#4353) 6 years ago
Amber Brown e1728dfcbe
Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
Richard van der Hoff c69026a758 Use the right python when starting workers 6 years ago
Erik Johnston a5aea15a6b Assume isatty is always defined, and catch AttributeError. Also don't bother checking colour==Normal 6 years ago
Erik Johnston df33c164de Only colourise synctl output when attached to tty 6 years ago
Amber Brown 381d2cfdf0
Make workers work on Py3 (#4027) 6 years ago
Richard van der Hoff c53336986d Move synctl into top dir to avoid a symlink 6 years ago
Matthew Hodgson adf582dba7 merge in msg.__room_member usage to new message display template 10 years ago
Mark Haines e7c6d2c9d9 SYN-138: Rewrite synctl in python and include it in the python distribution 10 years ago
David Baker d694619a95 Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config. 10 years ago
David Baker d1adb19b8a Re-apply a0b1b34c71 to master (fixing synctl) 10 years ago
David Baker a0b1b34c71 Make instructions synctl gives for generateing a config file actuall generate a config file. Also, make synctil run synapse correctly by invoking a module such that the path is correct to pull in other bits from the working directory rather than requiring them to be on the PYTHONPATH (which would lead to people being very confused when they edit source in the working directory and their changes do not take effect). 10 years ago
Erik Johnston 5236de5b03 Add slightly helpful advice on how to generate config if you don'y already have one 10 years ago
Erik Johnston 91b370650a Don't autogen config in synctl for the same reasons we don't turn of --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. 10 years ago
Matthew Hodgson 0d5c7718c0 make synctl default to homesever.log 10 years ago
Paul "LeoNerd" Evans 804199d9b6 Added a simple start/stop control script 10 years ago