Commit graph

3439 commits

Author SHA1 Message Date
Christian Hesse
bba6f24081 ipv6-update: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
4b1cc263e4 ipsec-to-dns: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
6e3c21cda9 hotspot-to-wpa-cleanup: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
c9ad1fd387 hotspot-to-wpa: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
89694b937e gps-track: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
a3d63b0546 fw-addr-lists: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
8914e38555 firmware-upgrade-reboot: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
7ce09b1125 dhcp-to-dns: early exit with :exit 2026-01-21 08:57:18 +01:00
Christian Hesse
cbbe402a00 dhcp-lease-comment: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
5cbf0e9621 daily-psk: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
e8bff72f4a collect-wireless-mac: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
e8f9b288d4 check-routeros-update: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
1f0f2375c6 check-perpetual-license: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
96226c71d3 check-lte-firmware-upgrade: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
39f993ffbd check-health: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
5590acc86f check-certificates: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
5c7d0d456f certificate-renew-issued: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
223d9fc2e0 capsman-rolling-upgrade: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
31e2e62c56 capsman-download-packages: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
18f240fb77 backup-upload: early exit with :exit 2026-01-21 08:57:17 +01:00
Christian Hesse
7096b82dea backup-partition: early exit with :exit 2026-01-21 08:57:17 +01:00
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