Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-10 | drop dummy scripts used for migration | Christian Hesse | 8 | -24/+0 | |
This now causes expected warnings on first run of $ScriptInstallUpdate. The migration still works, as we keep `global-config.changes` and `global-functions`. | |||||
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 16 | -821/+845 | |
No functional change for the user... The migration is done automatically. | |||||
2023-02-24 | mod/notification-telegram: support sending in reply | Christian Hesse | 1 | -1/+4 | |
2023-02-02 | mod/notification-telegram: support sending to specific chatid | Christian Hesse | 1 | -1/+2 | |
2023-01-12 | mod/notification-*: support extra text (or emojis 🚀) in notification tagschange-87 | Christian Hesse | 3 | -6/+11 | |
2023-01-11 | mod/notification-email: split off generation of subject | Christian Hesse | 1 | -10/+17 | |
2023-01-11 | mod/notification-email: move $QuotedPrintable (from global-functions) | Christian Hesse | 1 | -0/+37 | |
This is used for e-mail only... | |||||
2023-01-11 | log-forward: generate filter in mod/notification-email | Christian Hesse | 1 | -0/+16 | |
2023-01-02 | update copyright for 2023 | Christian Hesse | 8 | -8/+8 | |
2022-11-22 | mod/notification-email: put status in scheduler comment | Christian Hesse | 1 | -4/+4 | |
2022-11-22 | mod/notification-email: set scheduler interval earlier | Christian Hesse | 1 | -0/+4 | |
... to make sure the checks are not re-run every second. | |||||
2022-11-22 | mod/notification-email: reference scheduler from variable | Christian Hesse | 1 | -4/+5 | |
2022-11-17 | mod/notification-email: make sure the scheduler interval is never zero | Christian Hesse | 1 | -1/+1 | |
2022-11-17 | mod/notification-email: check that attachment exists | Christian Hesse | 1 | -1/+8 | |
2022-11-17 | mod/notification-email: convert to array earlier | Christian Hesse | 1 | -2/+2 | |
2022-11-17 | mod/notification-email: fix typo | Christian Hesse | 1 | -1/+1 | |
2022-10-19 | mod/notification-telegram: drop 'Telegram' from wording | Christian Hesse | 1 | -1/+1 | |
2022-09-25 | introduce 'mod/notification-email', split off from global-functionschange-84 | Christian Hesse | 1 | -0/+133 | |
2022-09-15 | mod/notification-matrix: $FlushMatrixQueue: use $0 for scheduler name | Christian Hesse | 1 | -4/+4 | |
2022-09-15 | mod/notification-telegram: $FlushTelegramQueue: use $0 for scheduler name | Christian Hesse | 1 | -4/+4 | |
2022-07-13 | mod/notification-telegram: update initialization of empty array | Christian Hesse | 1 | -1/+1 | |
Having the parenthesis here is important for valid syntax! | |||||
2022-07-13 | mod/notification-matrix: update initialization of empty array | Christian Hesse | 1 | -1/+1 | |
Having the parenthesis here is important for valid syntax! | |||||
2022-07-13 | mod/bridge-port-vlan: update initialization of empty array | Christian Hesse | 1 | -1/+1 | |
Having the parenthesis here is important for valid syntax! | |||||
2022-07-13 | mod/bridge-port-to: update initialization of empty array | Christian Hesse | 1 | -1/+1 | |
Having the parenthesis here is important for valid syntax! | |||||
2022-07-05 | mod/ipcalc: use $PrettyPrint | Christian Hesse | 1 | -6/+7 | |
2022-07-05 | mod/inspectvar: use $PrettyPrint | Christian Hesse | 1 | -2/+2 | |
2022-07-05 | mod/ipcalc: remove empty line | Christian Hesse | 1 | -1/+0 | |
2022-06-30 | mod/bridge-port-to: re-enable interfaces by id | Christian Hesse | 1 | -7/+3 | |
2022-06-30 | mod/bridge-port-vlan: re-enable interfaces by id | Christian Hesse | 1 | -7/+3 | |
2022-06-29 | mod/bridge-port-to: do not act on missing interface | Christian Hesse | 1 | -2/+5 | |
Happens on broken configuration or early boot... | |||||
2022-06-29 | mod/bridge-port-vlan: do not act on missing interface | Christian Hesse | 1 | -2/+5 | |
Happens on broken configuration or early boot... | |||||
2022-06-20 | mod/notification-telegram: only flush queue if fully connected | Christian Hesse | 1 | -0/+6 | |
The fetch command is not as reliable as it should be... Chances were that notifications were sent multiple times if stuck in background. Let's flush only if fully connected - and hope this fixes it. | |||||
2022-06-20 | mod/notification-matrix: only flush queue if fully connected | Christian Hesse | 1 | -0/+6 | |
The fetch command is not as reliable as it should be... Chances were that notifications were sent multiple times if stuck in background. Let's flush only if fully connected - and hope this fixes it. | |||||
2022-06-16 | fix typos: 'at lease' -> 'at least' | Christian Hesse | 2 | -2/+2 | |
2022-06-15 | mod/bridge-port-to: log when re-enabling interfaces | Christian Hesse | 1 | -0/+3 | |
2022-06-15 | mod/bridge-port-vlan: log when re-enabling interfaces | Christian Hesse | 1 | -0/+3 | |
2022-06-15 | mod/bridge-port-to: move reenable to correct level | Christian Hesse | 1 | -6/+6 | |
2022-06-15 | mod/bridge-port-vlan: move reenable to correct level | Christian Hesse | 1 | -6/+6 | |
2022-06-02 | mod/bridge-port-vlan: show vlan name in log message | Christian Hesse | 1 | -1/+2 | |
2022-06-02 | mod/bridge-port-vlan: re-enable interfaces with longer delay... | Christian Hesse | 1 | -2/+8 | |
... and in one go to limit the overall runtime. Looks like IPv6 addresses are not flushed if the link down does not last long enough (~ 2 seconds on linux). This results on stale addresses after switching the vlan, which breaks connectivity. | |||||
2022-06-02 | mod/bridge-port-to: re-enable interfaces with longer delay... | Christian Hesse | 1 | -2/+8 | |
... and in one go to limit the overall runtime. Looks like IPv6 addresses are not flushed if the link down does not last long enough (~ 2 seconds on linux). This results on stale addresses after switching bridge, which breaks connectivity. | |||||
2022-05-16 | mod/bridge-port-to: add interface down and up | Christian Hesse | 1 | -0/+3 | |
This helps the client to detect the change. | |||||
2022-05-16 | mod/bridge-port-vlan: add interface down and up | Christian Hesse | 1 | -0/+3 | |
This helps the client to detect the change. | |||||
2022-05-16 | mod/bridge-port-vlan: remove left over comment | Christian Hesse | 1 | -1/+0 | |
2022-05-11 | mod/scriptrunonce: RouterOS v7 path syntax | Christian Hesse | 1 | -1/+1 | |
2022-05-11 | mod/notification-telegram: RouterOS v7 path syntax | Christian Hesse | 1 | -8/+8 | |
2022-05-11 | mod/notification-matrix: RouterOS v7 path syntax | Christian Hesse | 1 | -8/+8 | |
2022-05-11 | mod/bridge-port-vlan: RouterOS v7 path syntax | Christian Hesse | 1 | -9/+9 | |
2022-05-11 | mod/bridge-port-to: RouterOS v7 path syntax | Christian Hesse | 1 | -8/+8 | |
2022-01-01 | update copyright for 2022 | Christian Hesse | 7 | -7/+7 | |
2021-12-09 | mod/ipcalc: introduce $IPCalcReturn | Christian Hesse | 1 | -9/+20 | |
2021-12-09 | mod/inspectvar: truncate value if too long | Christian Hesse | 1 | -1/+3 | |
2021-12-09 | mod/inspectvar: introduce $InspectVarReturn | Christian Hesse | 1 | -8/+20 | |
2021-11-15 | shorten modules directory name (global-functions.d -> mod)change-67 | Christian Hesse | 7 | -0/+558 | |