Compare commits

..

29 commits

Author SHA1 Message Date
Christian Hesse
d8443529cc Merge branch 'CommitBrief' into next 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
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
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
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

View file

@ -1043,6 +1043,7 @@
# return an IPv6 netmask for CIDR
:set NetMask6 do={
:local FuncName $0;
:local CIDR [ :tostr $1 ];
:global IfThenElse;