Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-05-15 | daily-psk: quote ssid and passphrase | Christian Hesse | 1 | -1/+1 |
2024-05-15 | daily-psk: decrease indention in notification | Christian Hesse | 1 | -3/+3 |
2024-05-15 | daily-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-1 | Christian Hesse | 1 | -0/+1 |
2024-04-07 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.13 anyway. routeros-7.13-6 | Christian Hesse | 1 | -1/+1 |
2024-03-12 | daily-psk: switch to $LogPrint | Christian Hesse | 1 | -3/+3 |
2024-03-12 | daily-psk: drop main function, use :do with on-error | Christian Hesse | 1 | -6/+4 |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 |
2024-03-04 | daily-psk: move code into function | Christian Hesse | 1 | -58/+63 |
2024-01-30 | daily-psk.capsman: use :jobname to get script name | Christian Hesse | 1 | -1/+3 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-10-17 | daily-psk: use named array | Christian Hesse | 1 | -9/+4 |
2023-06-13 | daily-psk: lock the script | Christian Hesse | 1 | -0/+2 |
2023-05-10 | daily-psk: use $ParseDate | Christian Hesse | 1 | -11/+8 |
2023-05-10 | daily-psk: explicitly cast to num | Christian Hesse | 1 | -1/+1 |
2023-05-10 | daily-psk: simplify calculation•••Use a named array, and drop the loop... | Christian Hesse | 1 | -9/+3 |
2023-04-24 | daily-psk: use $FormatLine | Christian Hesse | 1 | -3/+4 |
2023-03-07 | rename scripts and add file extension ".rsc"•••No functional change for the user... The migration is done automatically. change-95 | Christian Hesse | 1 | -0/+96 |