aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.wifi.rsc
AgeCommit message (Collapse)AuthorFilesLines
13 daysdaily-psk: quote ssid and passphraseGravatar Christian Hesse1-1/+1
13 daysdaily-psk: decrease indention in notificationGravatar Christian Hesse1-3/+3
13 daysdaily-psk: adopt syntax changesrouteros-7.15beta8-1Gravatar Christian Hesse1-1/+2
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-58/+63
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-11-15daily-psk: support new wifi packageGravatar Christian Hesse1-0/+85