Commit graph

3586 commits

Author SHA1 Message Date
Christian Hesse
ef269833fa dhcp-to-dns: fix indention 2026-05-27 09:12:19 +02:00
Christian Hesse
37793282dc dhcp-to-dns: use another :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
d4455b81b6 dhcp-to-dns: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
2198c8621f telegram-chat: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
9662a21108 netwatch-dns: fix indention 2026-05-27 09:12:19 +02:00
Christian Hesse
7725f3f67b netwatch-dns: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
9f38ff4a76 netwatch-dns: fix indention 2026-05-27 09:12:19 +02:00
Christian Hesse
b5c821e5d2 netwatch-dns: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
6ded97deb4 global-functions: $ScriptInstallUpdate: fix indention 2026-05-27 09:12:19 +02:00
Christian Hesse
d42570cbb8 global-functions: $ScriptInstallUpdate: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
c14ed7ca0d global-functions: $CleanName: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
439774820f fw-addr-lists: fix indention 2026-05-27 09:12:19 +02:00
Christian Hesse
083625d8ae fw-addr-lists: use :continue in loop 2026-05-27 09:12:19 +02:00
Christian Hesse
517b81e929 Merge branch 'early-exit-with-exit' into next 2026-05-27 09:12:19 +02:00
Christian Hesse
78f80309cd global-functions: deprecate $ExitError 2026-05-27 09:12:19 +02:00
Christian Hesse
e1e5b1b533 update-tunnelbroker: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
e9eb7aec82 update-gre-address: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
de4c59ca4e telegram-chat: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
c92ec0cf19 sms-forward: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
472577f133 sms-action: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
0fb18070a3 ppp-on-up: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
e622864547 packages-update: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
fd13f686cc ospf-to-leds: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
77851ae35d netwatch-notify: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
e18b92cf06 netwatch-dns: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
cc77a31070 log-forward: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
f26ef76322 ipv6-update: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
d51f41728f ipsec-to-dns: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
a420cfde8f hotspot-to-wpa-cleanup: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
be0e7e979a hotspot-to-wpa: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
6de0471b38 gps-track: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
e089ed3de6 fw-addr-lists: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
de9b16a8b5 firmware-upgrade-reboot: early exit with :exit 2026-05-27 09:12:19 +02:00
Christian Hesse
24ecc2da33 Merge branch 'compare-ids' into next 2026-05-27 09:12:18 +02:00
Christian Hesse
38cd38b6eb dhcpv6-client-lease: early exit with :exit 2026-05-27 09:12:18 +02:00
Christian Hesse
b00a213e0c Merge branch 'convert-to-url' into next 2026-05-27 09:12:18 +02:00
Christian Hesse
8f26163270 global-functions: deprecate $HexToNum 2026-05-27 09:12:18 +02:00
Christian Hesse
f16dbc6dd5 dhcpv4-server-lease: early exit with :exit 2026-05-27 09:12:18 +02:00
Christian Hesse
ffbab5d9ed bump required RouterOS version for all scripts 2026-05-27 09:12:18 +02:00
Christian Hesse
d637104a9d global-functions: deprecate $UrlEncode 2026-05-27 09:12:18 +02:00
Christian Hesse
22cff60d2b log-forward: fix indention 2026-05-27 09:12:18 +02:00
Christian Hesse
6c61c9eeac dhcp-to-dns: early exit with :exit 2026-05-27 09:12:18 +02:00
Christian Hesse
d0b4e34b0b Merge branch 'drop-builtin-trust-anchors' into next 2026-05-27 09:12:18 +02:00
Christian Hesse
7fe2785887 mod/notification-telegram: use :convert for url-encoding 2026-05-27 09:12:18 +02:00
Christian Hesse
ee1c51dd1d log-forward: use comparison for ids
This was introduced with RouterOS 7.22beta1.

Initializing $LogForwardLast with boolean value looks odd, but this is
required to match the very first message.
2026-05-27 09:12:18 +02:00
Christian Hesse
f42d3a1b00 dhcp-lease-comment: early exit with :exit 2026-05-27 09:12:18 +02:00
Christian Hesse
2fc7f27e90 mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
2026-05-27 09:12:18 +02:00
Christian Hesse
51150fe467 INITIAL-COMMANDS: drop the old builtin-trust-anchors 2026-05-27 09:12:18 +02:00
Christian Hesse
c408868148 mod/notification-ntfy: use :convert for url-encoding 2026-05-27 09:12:18 +02:00
Christian Hesse
bf620c5098 daily-psk: early exit with :exit 2026-05-27 09:12:18 +02:00