Age | Commit message (Collapse) | 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 changesrouteros-7.15beta8-1 | Christian Hesse | 1 | -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-07 | bump RouterOS requirement for all scripts and modules...routeros-7.13-6 | Christian Hesse | 1 | -1/+1 | |
... now that global-functions requires RouterOS 7.13 anyway. | |||||
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-11-15 | daily-psk: support new wifi package | Christian Hesse | 1 | -0/+85 | |