Commit graph

3414 commits

Author SHA1 Message Date
Christian Hesse
b517b16b79 Merge branch 'compare-ids' into next 2026-01-20 19:15:32 +01:00
Christian Hesse
f57ab70bc8 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-20 19:15:32 +01:00
Christian Hesse
3d2ad9e624 global-functions: deprecate $HexToNum 2026-01-20 19:15:32 +01:00
Christian Hesse
e6a80af041 mod/ssh-keys-import: drop old property
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-01-20 19:15:32 +01:00
Christian Hesse
6bf3bc6250 log-forward: fix indention 2026-01-20 19:15:32 +01:00
Christian Hesse
ba3490f154 Merge branch 'certificate-builtin' into next 2026-01-20 19:15:32 +01:00
Christian Hesse
27a0c9f66b 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-20 19:15:32 +01:00
Christian Hesse
d8443529cc Merge branch 'CommitBrief' into next 2026-01-20 19:15:32 +01:00
Christian Hesse
66c0259700 bump required RouterOS version for all scripts 2026-01-20 19:15:32 +01:00
Christian Hesse
9f1bd7b9d3 Merge branch 'ExitOnError' into next 2026-01-20 19:15:32 +01:00
Christian Hesse
8ae7bd3a14 README: update screenshots 2026-01-20 19:15:32 +01:00
Christian Hesse
710f812896 global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-20 19:15:32 +01:00
Christian Hesse
eea24a785f global-functions: enable scheduler if disabled 2026-01-20 19:15:32 +01:00
Christian Hesse
9f9a43e9f6 mode-button: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
70481f6321 global-functions: $ScriptInstallUpdate: drop output on commit...
... now that we have it on loading global functions.
2026-01-20 19:15:32 +01:00
Christian Hesse
dd56301c40 INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-20 19:15:32 +01:00
Christian Hesse
ee9a7512e0 mod/ssh-keys-import: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
36d6a4235a global-functions: give commit info when laoding 2026-01-20 19:15:32 +01:00
Christian Hesse
af75d95211 check-certificates: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2026-01-20 19:15:32 +01:00
Christian Hesse
d48cd15541 mod/scriptrunonce: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
eab3b731f5 global-functions: $ScriptInstallUpdate: use $CommitBrief 2026-01-20 19:15:32 +01:00
Christian Hesse
3fa0f8192f mod/notification-telegram: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
a41f3a07f0 global-functions: $FetchUserAgentStr: user $CommitBrief 2026-01-20 19:15:32 +01:00
Christian Hesse
7cffa69189 mod/notification-ntfy: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
00c44276df global-functions: $DeviceInfo: use $CommitBrief 2026-01-20 19:15:32 +01:00
Christian Hesse
0522370dee mod/notification-matrix: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
680a47f6fe global-functions: introduce $CommitBrief 2026-01-20 19:15:32 +01:00
Christian Hesse
c355745efb mod/notification-gotify: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
9250d2dced mod/notification-email: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
bf1a54f677 mod/ipcalc: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
6ca12aaa27 mod/inspectvar: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
dfae818b80 mod/bridge-port-vlan: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
66d1b8481d mod/bridge-port-to: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
26a886856d accesslist-duplicates: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
9f1d6fdc89 global-functions: $SendNotification: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
f35055e24e global-functions: $ScriptInstallUpdate: use $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
b436e39db5 global-functions: make $ExitError a wrapper for $ExitOnError 2026-01-20 19:15:32 +01:00
Christian Hesse
8f32d8e705 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-20 19:15:32 +01:00
Christian Hesse
ab01fce80a global-functions: simplify the scheduler fix 2026-01-20 19:15:28 +01:00
Christian Hesse
af3a64c6a2 global-functions: make the scheduler fix a block 2026-01-20 19:14:55 +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
Christian Hesse
883a442ff5 Merge branch 'lets-encrypt-gen-y' into next 2026-01-17 16:59:01 +01:00
Christian Hesse
7716bb9d6c fw-addr-lists: rsc.eworm.de requires 'Root YE' 2026-01-17 16:58:16 +01:00
Christian Hesse
ced6bf2c11 INITIAL-COMMANDS: update for new Let's Encrypt CA 'Root YE' 2026-01-17 16:58:16 +01:00
Christian Hesse
6e8e841906 README: update for new Let's Encrypt CA 'Root YE' 2026-01-17 16:58:16 +01:00