Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start traditionally, stop synctl | rnbdsh | 2017-09-24 | 1 | -1/+2 |
| | | | | Starting with synctl lead to "no config file found" Stopping also leads to some (code=exited, status=1/FAILURE), but at least now we can stop the service. | ||||
* | Remove non-existing files, add stop, use synctl | rnbdsh | 2017-09-24 | 1 | -2/+2 |
| | | | | | | | Non-existing files, when running the suggested from https://github.com/matrix-org/synapse#configuring-synapse /etc/synapse/log_config.yaml so the --log-config leads to an error /etc/sysconfig/synapse The environment-file or even the /etc/sysconfig does not exist in arch linux Also instead of calling python2 we use synctl, as this seems to be the proper way to start it, and it gives us a more useful error in the systemctl status. And we now allow stop (and therefore restart). | ||||
* | Add prometheus config | Richard van der Hoff | 2017-08-16 | 3 | -0/+436 |
| | | | | ... from https://github.com/matrix-org/synapse-prometheus-config. | ||||
* | Fix some lies, and other clarifications, in docstrings | Richard van der Hoff | 2017-04-21 | 1 | -10/+6 |
| | | | | | The documentation on get_json has been wrong ever since the very first commit to synapse... | ||||
* | Bring example log config into line with default | Richard van der Hoff | 2017-03-13 | 1 | -2/+4 |
| | |||||
* | merge in right archlinux package, thanks to @saram-kon from ↵ | Matthew Hodgson | 2017-02-28 | 1 | -1/+1 |
| | | | | https://github.com/matrix-org/synapse/pull/1956 | ||||
* | Update example_log_config.yaml | Richard van der Hoff | 2017-02-17 | 1 | -1/+1 |
| | | | add trailing NL | ||||
* | Add an example log_config file | Richard van der Hoff | 2017-02-17 | 1 | -0/+48 |
| | |||||
* | Use signedjson.sign instead of syutil.crypto.jsonsign | Andrew Shadura | 2017-02-13 | 1 | -1/+1 |
| | | | | | | | Functions from syutil.crypto.jsonsign are now available in signedjson, so use that instead of depending on syutil. Signed-off-by: Andrew Shadura <andrew@shadura.me> | ||||
* | Add environment file to systemd unit configuration. | Oleg Girko | 2016-04-14 | 1 | -0/+1 |
| | | | | | | | | | Now there is at least one environment variable that controls synapse server's behaviour: SYNAPSE_CACHE_FACTOR. So, it makes sense to make systemd unit file to use environment configuration file that can set this variable's value. Signed-off-by: Oleg Girko <ol@infoserver.lv> | ||||
* | Add another graph contrib | Erik Johnston | 2016-01-21 | 1 | -0/+151 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 6 | -6/+6 |
| | |||||
* | hacky support for video for FS CC DD | Matthew Hodgson | 2015-08-06 | 1 | -3/+0 |
| | |||||
* | hacky support for video for FS CC DD | Matthew Hodgson | 2015-08-06 | 1 | -15/+25 |
| | |||||
* | contrib/systemd: log_config.yaml: do not disable existing loggers | Ivan Shapovalov | 2015-05-31 | 1 | -0/+2 |
| | | | | | | | | | It turned out that merely configuring the root logger is not enough for "catch-all" semantics. The logging subsystem also needs to be told not to disable existing loggers (so that their messages will get propagated to handlers up the logging hierarchy, not just silently discarded). Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com> | ||||
* | minimal doc | Matthew Hodgson | 2015-04-29 | 1 | -0/+4 |
| | |||||
* | contrib/systemd: add a sample systemd unit file and a logger configuration | Ivan Shapovalov | 2015-04-29 | 2 | -0/+35 |
| | | | | | | | The added logger configuration (--log-config or log_config:) uses systemd's python bindings to pass messages directly to the journal. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com> | ||||
* | Add kick users script | Kegan Dougal | 2015-04-17 | 1 | -0/+93 |
| | |||||
* | potential contributing guide & author list for synapse | Matthew Hodgson | 2015-04-03 | 1 | -0/+3 |
| | |||||
* | uncommited WIP from MWC | Matthew Hodgson | 2015-03-14 | 2 | -12/+15 |
| | |||||
* | WIP vertobridge AS | Matthew Hodgson | 2015-03-04 | 1 | -0/+489 |
| | |||||
* | Fix contrib/graph/graph2.py to handle FrozenDict | Erik Johnston | 2015-02-16 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' into pushers | David Baker | 2015-01-22 | 6 | -0/+1833 |
|\ | | | | | | | | | Conflicts: synapse/rest/__init__.py | ||||
| * | Move experiments, graph and cmdclient into contrib | Mark Haines | 2015-01-22 | 6 | -0/+1833 |
| | | |||||
* | | Merge branch 'master' into pushers | David Baker | 2014-12-18 | 1 | -0/+0 |
|\| | |||||
| * | Remove editor junk | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -0/+0 |
| | | |||||
| * | Add non-working jitsi meet bridge | David Baker | 2014-12-02 | 10 | -0/+5488 |
| | | |||||
| * | fix IO::Async abuse - thanks leo | Matthew Hodgson | 2014-12-02 | 1 | -9/+11 |
| | | |||||
| * | ignore rogue matrix call events; support verto.media RPC as a horrible hack; ↵ | Matthew Hodgson | 2014-12-02 | 3 | -21/+33 |
| | | | | | | | | fix NA::Matrix dep | ||||
| * | clean up a vertobot a bit | Matthew Hodgson | 2014-12-02 | 2 | -5/+0 |
| | | |||||
| * | a simple matrix->verto bot, distantly related to the irc bridge | Matthew Hodgson | 2014-12-02 | 5 | -0/+546 |
| | |||||
* | convert to spaces before I start a holy war | David Baker | 2014-12-02 | 1 | -205/+205 |
| | |||||
* | Add non-working jitsi meet bridge | David Baker | 2014-12-02 | 10 | -0/+5488 |
| | |||||
* | fix IO::Async abuse - thanks leo | Matthew Hodgson | 2014-11-28 | 1 | -9/+11 |
| | |||||
* | ignore rogue matrix call events; support verto.media RPC as a horrible hack; ↵ | Matthew Hodgson | 2014-11-28 | 3 | -21/+33 |
| | | | | fix NA::Matrix dep | ||||
* | clean up a vertobot a bit | Matthew Hodgson | 2014-11-28 | 2 | -5/+0 |
| | |||||
* | a simple matrix->verto bot, distantly related to the irc bridge | Matthew Hodgson | 2014-11-28 | 5 | -0/+546 |