aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local.rsc
AgeCommit message (Collapse)AuthorFilesLines
4 daysdaily-psk: quote ssid and passphrasenextGravatar Christian Hesse1-1/+1
4 daysdaily-psk: decrease indention in notificationGravatar Christian Hesse1-3/+3
4 daysdaily-psk: adopt syntax changesGravatar Christian Hesse1-0/+1
RouterOS 7.15beta8 came with this change: *) wifi - show inherited properties with "print" command (replaces "actual-configuration") and added "print config" for showing only configured values; While the old code is bad syntax with RouterOS 7.15, the new code is valid for older RouterOS, but produces different (and more or less unexpected) results. 🥴 Let's use the new code, and add a check on the RouterOS version. With old RouterOS this now sends the notification even if the interface is disabled.
2024-04-07bump RouterOS requirement for all scripts and modules...routeros-7.13-6Gravatar Christian Hesse1-1/+1
... now that global-functions requires RouterOS 7.13 anyway.
2024-03-12daily-psk: switch to $LogPrintGravatar Christian Hesse1-3/+3
2024-03-12daily-psk: drop main function, use :do with on-errorGravatar Christian Hesse1-6/+4
2024-03-12global-functions: $ScriptLock: do not exit from global functionGravatar Christian Hesse1-1/+3
2024-03-04daily-psk: move code into functionGravatar Christian Hesse1-57/+62
2024-01-30daily-psk.capsman: use :jobname to get script nameGravatar Christian Hesse1-1/+3
2024-01-01update copyright for 2024Gravatar Christian Hesse1-1/+1
2023-10-17daily-psk: use named arrayGravatar Christian Hesse1-9/+4
2023-06-13daily-psk: lock the scriptGravatar Christian Hesse1-0/+2
2023-05-10daily-psk: use $ParseDateGravatar Christian Hesse1-11/+8
2023-05-10daily-psk: explicitly cast to numGravatar Christian Hesse1-1/+1
2023-05-10daily-psk: simplify calculationGravatar Christian Hesse1-9/+3
Use a named array, and drop the loop...
2023-04-24daily-psk: use $FormatLineGravatar Christian Hesse1-3/+4
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-0/+95
No functional change for the user... The migration is done automatically.