Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-25 | introduce 'mod/notification-email', split off from global-functionschange-84 | 1 | -1/+2 | ||
2022-05-12 | doc/log-forward: RouterOS v7 path syntax | 1 | -1/+1 | ||
2022-02-22 | doc/log-forward: remove extra character | 1 | -1/+1 | ||
Looks like copy'n'paste error... | |||||
2022-02-20 | add doc/mod/notification-matrix | 1 | -1/+2 | ||
2022-02-20 | add doc/mod/notification-telegram | 1 | -1/+2 | ||
2022-02-12 | doc: use another info icon: đ -> âšī¸ | 1 | -1/+1 | ||
2022-02-11 | doc: put hints into block quote | 1 | -2/+2 | ||
2021-11-11 | doc: move notification images to script-specific directories | 1 | -1/+1 | ||
2021-06-21 | doc: add sample notifications | 1 | -0/+4 | ||
2021-06-09 | log-forward: implement reverse logic to include messages...change-55 | 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 | 1 | -1/+1 | ||
2021-06-08 | global-functions: implement notifications via Matrixchange-53 | 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 | 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 | 1 | -1/+2 | ||
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | 1 | -0/+42 | ||