Christian Hesse
5618618d9a
backup-email: early exit with :exit
2026-01-21 08:57:17 +01:00
Christian Hesse
9041081264
backup-cloud: early exit with :exit
2026-01-21 08:57:17 +01:00
Christian Hesse
cabbfbe71e
Merge branch 'compare-ids' into next
2026-01-21 08:57:17 +01:00
Christian Hesse
e590977d9a
mod/notification-email: use errors from command...
...
... instead of reading status from properties. This was introduced in
RouterOS 7.21beta2 (and we bump to 7.21 instead).
2026-01-21 08:57:17 +01:00
Christian Hesse
c628a6a5d2
global-functions: deprecate $HexToNum
2026-01-21 08:57:17 +01:00
Christian Hesse
8b7982d73f
mod/ssh-keys-import: drop old property
...
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-01-21 08:57:17 +01:00
Christian Hesse
bd0075af4c
log-forward: fix indention
2026-01-21 08:57:17 +01:00
Christian Hesse
eb514160e8
Merge branch 'certificate-builtin' into next
2026-01-21 08:57:17 +01:00
Christian Hesse
93db7c36ec
log-forward: use comparison for ids
...
This was introduced with RouterOS 7.22beta1.
Initializing $LogForwardLast with boolean value looks odd, but this is
reuqired to match the very first message.
2026-01-21 08:57:17 +01:00
Christian Hesse
e40a5575c4
Merge branch 'CommitBrief' into next
2026-01-21 08:57:17 +01:00
Christian Hesse
72940ee746
bump required RouterOS version for all scripts
2026-01-21 08:57:17 +01:00
Christian Hesse
082f6e4812
Merge branch 'ExitOnError' into next
2026-01-21 08:57:17 +01:00
Christian Hesse
3b98e676c5
README: update screenshots
2026-01-21 08:57:17 +01:00
Christian Hesse
b7c0dab767
README: reword the section on builtin trust store
2026-01-21 08:57:17 +01:00
Christian Hesse
0db4306795
global-functions: enable scheduler if disabled
2026-01-21 08:57:17 +01:00
Christian Hesse
3baf0bd060
mode-button: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
c76c9591d5
global-functions: $ScriptInstallUpdate: drop output on commit...
...
... now that we have it on loading global functions.
2026-01-21 08:57:17 +01:00
Christian Hesse
998555932d
global-functions: $CertificateAvailable: drop the compatibility workaround...
...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-21 08:57:17 +01:00
Christian Hesse
86bf200bb5
global-functions: simplify the scheduler fix
2026-01-21 08:57:17 +01:00
Christian Hesse
80746d4dad
mod/ssh-keys-import: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
4fe77ef238
global-functions: give commit info when laoding
2026-01-21 08:57:17 +01:00
Christian Hesse
0de3963278
INITIAL-COMMANDS: drop the compatibility workaround...
...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-21 08:57:17 +01:00
Christian Hesse
ad8299824c
global-functions: make the scheduler fix a block
2026-01-21 08:57:17 +01:00
Christian Hesse
b7df0d393a
mod/scriptrunonce: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
03010ad9d9
global-functions: $ScriptInstallUpdate: use $CommitBrief
2026-01-21 08:57:17 +01:00
Christian Hesse
125af60b04
check-certificates: drop the compatibility workaround...
...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-21 08:57:17 +01:00
Christian Hesse
8b3fae745d
global-functions: $NetMask6: drop unused variable
2026-01-21 08:57:17 +01:00
Christian Hesse
5f8f5e22a7
mod/notification-telegram: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
7f888b197e
global-functions: $FetchUserAgentStr: user $CommitBrief
2026-01-21 08:57:17 +01:00
Christian Hesse
969658da16
mod/notification-ntfy: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
c81967f63a
global-functions: $DeviceInfo: use $CommitBrief
2026-01-21 08:57:17 +01:00
Christian Hesse
6dd37e45d6
mod/notification-matrix: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
005b80b4c5
global-functions: introduce $CommitBrief
2026-01-21 08:57:17 +01:00
Christian Hesse
ddf7a015c5
mod/notification-gotify: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
d4624689ae
mod/notification-email: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
2366122a36
mod/ipcalc: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
c0e802eab9
mod/inspectvar: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
345c8ef6b2
mod/bridge-port-vlan: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
920785c25b
mod/bridge-port-to: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
87b80e05cb
accesslist-duplicates: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
d0f2ae0033
global-functions: $SendNotification: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
f3d81f7e0d
global-functions: $ScriptInstallUpdate: use $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
5443034897
global-functions: make $ExitError a wrapper for $ExitOnError
2026-01-21 08:57:17 +01:00
Christian Hesse
a8e091dde7
global-functions: introduce $ExitOnError
...
This is just like $ExitError, but first parameter is dropped. We will
not need it now that we can exit a script with :exit.
2026-01-21 08:57:17 +01:00
Christian Hesse
84fbe96b82
README: reword the section on device-mode
...
Now that we require RouterOS 7.17 *all* devices come with the
updated device-mode.
2026-01-20 19:14:41 +01:00
Christian Hesse
b7a5402be6
introduce 'global-functions.d/deprecated' for deprecated functions
2026-01-20 09:53:24 +01:00
Christian Hesse
28b1297a43
global-functions: $ScriptInstallUpdate: trigger reload on changed snippet
2026-01-20 09:51:05 +01:00
Christian Hesse
72660f21a5
check-certificates: print warning on $CertRenewUrl just once
2026-01-19 16:37:20 +01:00
Christian Hesse
f1333087d2
mode-button: drop unused variable $ExitOK
2026-01-19 14:55:19 +01:00
Christian Hesse
e6542ba8cc
accesslist-duplicates: drop unused variable $ExitOK
2026-01-19 14:54:32 +01:00