Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | doc/log-forward: remove extra character | Christian Hesse | 1 | -1/+1 | |
Looks like copy'n'paste error... | |||||
2022-02-20 | add doc/mod/notification-matrix | Christian Hesse | 1 | -1/+2 | |
2022-02-20 | add doc/mod/notification-telegram | Christian Hesse | 1 | -1/+2 | |
2022-02-12 | doc: use another info icon: đ -> âšī¸ | Christian Hesse | 1 | -1/+1 | |
2022-02-11 | doc: put hints into block quote | Christian Hesse | 1 | -2/+2 | |
2021-11-11 | doc: move notification images to script-specific directories | Christian Hesse | 1 | -1/+1 | |
2021-06-21 | doc: add sample notifications | Christian Hesse | 1 | -0/+4 | |
2021-06-09 | log-forward: implement reverse logic to include messages...change-55 | Christian Hesse | 1 | -0/+3 | |
... even if a filter matches to exclude them. Let's have an example: :global LogForwardFilter "(debug|info)"; :global LogForwardInclude "account"; This will forward everything about topic *account* (login, logout, failed login, ...) - even with topic *info*. | |||||
2021-06-09 | doc/log-forward: mention Matrix | Christian Hesse | 1 | -1/+1 | |
2021-06-08 | global-functions: implement notifications via Matrixchange-53 | Michael Gisbers | 1 | -1/+1 | |
Matrix is an open network for secure, decentralized communication - and it has a web api. A warning on message type: Using 'm.notice' breaks rendering on Element for Android (no fixed width font) and does not pop up desktop notification. Thus we use 'm.text'. Should be safe as we do not send the messages in response to other messages. https://matrix.org/ | |||||
2021-05-03 | doc: inform about dependency on base installation | Christian Hesse | 1 | -0/+3 | |
That should make the documentation clearer if external sites link to the documentation of a specific script. | |||||
2020-09-25 | log-forward: add filter on log message textchange-29 | Christian Hesse | 1 | -1/+2 | |
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | Christian Hesse | 1 | -0/+42 | |