Compare commits

..

31 commits

Author SHA1 Message Date
Christian Hesse
228ac39486 Merge branch 'CommitBrief' into next 2026-01-21 16:03:33 +01:00
Christian Hesse
772f745480 Merge branch 'ExitOnError' into next 2026-01-21 16:03:33 +01:00
Christian Hesse
334ff7162a README: update screenshots 2026-01-21 16:03:33 +01:00
Christian Hesse
20c904eea2 mode-button: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
2a5ece122f global-functions: $ScriptInstallUpdate: drop output on commit...
... now that we have it on loading global functions.
2026-01-21 16:03:33 +01:00
Christian Hesse
7e4463473d mod/ssh-keys-import: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
bde26dc1a5 global-functions: give commit info when laoding 2026-01-21 16:03:33 +01:00
Christian Hesse
496bca336c mod/scriptrunonce: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
44990958ea global-functions: $ScriptInstallUpdate: use $CommitBrief 2026-01-21 16:03:33 +01:00
Christian Hesse
dd4421099f mod/notification-telegram: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
582b0f411e global-functions: $FetchUserAgentStr: user $CommitBrief 2026-01-21 16:03:33 +01:00
Christian Hesse
fe987304ea mod/notification-ntfy: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
06fd89c55c global-functions: $DeviceInfo: use $CommitBrief 2026-01-21 16:03:33 +01:00
Christian Hesse
e21495054b mod/notification-matrix: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
8492e3d7a1 global-functions: introduce $CommitBrief 2026-01-21 16:03:33 +01:00
Christian Hesse
a7217fa0cd mod/notification-gotify: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
b48523cc3d mod/notification-email: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
0393a783c9 mod/ipcalc: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
57d820f454 mod/inspectvar: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
f570b901a8 mod/bridge-port-vlan: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
fe09981801 mod/bridge-port-to: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
2030769216 accesslist-duplicates: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
ce2ae4fdf7 global-functions: $SendNotification: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
14b8768b41 global-functions: $ScriptInstallUpdate: use $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
f642b2f40d global-functions: make $ExitError a wrapper for $ExitOnError 2026-01-21 16:03:33 +01:00
Christian Hesse
0f9476df28 global-functions: introduce $ExitOnError
This is just like $ExitError, but first parameter is dropped. Soon
we will not need that, now that we can exit a script with :exit.
2026-01-21 16:03:07 +01:00
Christian Hesse
e27aca0664 global-functions: enable scheduler if disabled 2026-01-21 16:00:46 +01:00
Christian Hesse
426da3e99c global-functions: simplify the scheduler fix 2026-01-21 16:00:46 +01:00
Christian Hesse
160a885e02 global-functions: make the scheduler fix a block 2026-01-21 16:00:46 +01:00
Christian Hesse
2d53e81292 global-functions: $NetMask6: drop unused variable 2026-01-21 16:00:46 +01:00
Christian Hesse
f0b1ca8030 README: reword the section on device-mode
Now that we require RouterOS 7.17 *all* devices come with the
updated device-mode.
2026-01-21 16:00:46 +01:00

View file

@ -59,7 +59,7 @@ temporarily.
The
[device-mode ↗️](https://help.mikrotik.com/docs/spaces/ROS/pages/93749258/Device-mode)
is a mechanism to to lock down a device for security reasons, it gives
is a mechanism to lock down a device for security reasons, it gives
fine-grained control over what features are available. You need to enable
`scheduler` and `fetch` at least, specific scripts may require additional
features.