Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-13 | daily-psk: update initialization of empty array | Christian Hesse | 1 | -1/+1 | |
Having the parenthesis here is important for valid syntax! | |||||
2022-07-11 | daily-psk: properly check for disabled state | Christian Hesse | 1 | -1/+1 | |
The property 'disabled' can be undefined, which evaluates to enabled - but is not matched by 'disabled=no'. | |||||
2022-05-11 | daily-psk: RouterOS v7 path syntax | Christian Hesse | 1 | -12/+12 | |
2022-01-01 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 | |
2021-04-28 | daily-psk: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | daily-psk: use $SendNotification2 | Christian Hesse | 1 | -4/+4 | |
2021-02-24 | global: give script or function name in log messages | Christian Hesse | 1 | -3/+4 | |
2021-02-18 | global: drop script 'global-wait'change-44 | Christian Hesse | 1 | -0/+3 | |
All scripts wait for the global functions on their own now. | |||||
2021-02-16 | daily-psk: drop support for attaching QR-Code | Christian Hesse | 1 | -14/+2 | |
The notification contains the link. Should be sufficient, no? | |||||
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 | |
2020-11-26 | global-functions: clickable links in telegram notifications | Christian Hesse | 1 | -2/+2 | |
2020-09-18 | daily-psk: add symbol in notification | Christian Hesse | 1 | -1/+2 | |
2020-09-18 | extend magic pattern with "by RouterOS" | Christian Hesse | 1 | -1/+1 | |
This matches the string included in export. | |||||
2020-08-26 | [ ... print count-only ...] -> [ :len [ ... find ... ] ] | Christian Hesse | 1 | -2/+2 | |
Using 'print count-only' always prints a number to terminal, even if the value is evaluated in a condition or assigned to a variable. This can be quite annoying. Behavior will not chance (SUP-25503), so replacing the code... | |||||
2020-06-19 | explicitly name the license | Christian Hesse | 1 | -0/+1 | |
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/#GPL https://www.gnu.org/licenses/gpl.html https://www.gnu.org/licenses/gpl.md | |||||
2020-05-27 | daily-psk: wait to be fully connected | Christian Hesse | 1 | -1/+3 | |
2020-03-27 | add doc/daily-psk.md | Christian Hesse | 1 | -0/+1 | |
2020-03-05 | daily-psk: use $LogPrintExit | Christian Hesse | 1 | -2/+3 | |
2020-02-28 | global-functions: sort alphabetically | Christian Hesse | 1 | -1/+1 | |
2020-01-01 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 | |
2019-06-13 | daily-psk: add hint about device specific rule | Christian Hesse | 1 | -0/+1 | |
I tricked myself several times... If a more device specific (or just earlier matching) rule exists the daily PSK is not applied! | |||||
2019-05-24 | daily-psk.capsman: pick only first configuration | Christian Hesse | 1 | -1/+1 | |
2019-04-30 | global-functions: add $WaitForFile, wait for file on fetch | Christian Hesse | 1 | -1/+3 | |
The fetch command is asynchronous, the file is not guaranteed to be available when command terminates. I opened an issue at Mikrotik support (Ticket#2019041722004999), their answer: > You should perform a check in a loop. > :delay until file exist > > That can happen also with any configuration not just files. So add a function to wait for a file with given name. I have not seen this with other configuration, though. | |||||
2019-04-09 | drop deprecated mode= for fetch | Christian Hesse | 1 | -1/+1 | |
2019-04-03 | daily-psk: use the template system | Christian Hesse | 1 | -2/+4 | |
2019-03-06 | daily-psk: prepare for caps-man | Michael Gisbers | 1 | -0/+96 | |
Signed-off-by: Christian Hesse <mail@eworm.de> |