Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | doc: add sample notifications | Christian Hesse | 1 | -0/+4 |
2021-06-09 | log-forward: implement reverse logic to include messages...•••... 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*.
change-55 | Christian Hesse | 1 | -0/+3 |
2021-06-09 | doc/log-forward: mention Matrix | Christian Hesse | 1 | -1/+1 |
2021-06-08 | global-functions: implement notifications via Matrix•••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/
change-53 | Michael Gisbers | 1 | -1/+1 |
2021-05-03 | doc: inform about dependency on base installation•••That should make the documentation clearer if external sites link to the
documentation of a specific script.
| Christian Hesse | 1 | -0/+3 |
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 |