aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local.rsc
AgeCommit message (Expand)AuthorFilesLines
2024-05-15daily-psk: quote ssid and passphraseGravatar Christian Hesse1-1/+1
2024-05-15daily-psk: decrease indention in notificationGravatar Christian Hesse1-3/+3
2024-05-15daily-psk: adopt syntax changes...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. routeros-7.15beta8-1Gravatar Christian Hesse1-0/+1
2024-04-07bump RouterOS requirement for all scripts and modules......... now that global-functions requires RouterOS 7.13 anyway. routeros-7.13-6Gravatar Christian Hesse1-1/+1
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 calculation...Use a named array, and drop the loop... Gravatar Christian Hesse1-9/+3
2023-04-24daily-psk: use $FormatLineGravatar Christian Hesse1-3/+4
2023-03-07rename scripts and add file extension ".rsc"...No functional change for the user... The migration is done automatically. change-95Gravatar Christian Hesse1-0/+95