Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | -9/+1 |
2023-01-02 | update copyright for 2023 | Christian Hesse | 1 | -1/+1 |
2022-05-04 | global-wait: do not claim to be a backup script...•••Probalby a copy and paste issue? | Christian Hesse | 1 | -2/+0 |
2022-01-01 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 |
2021-11-16 | reintroduce global-waitchange-68 | Christian Hesse | 1 | -0/+13 |
2021-07-09 | finally remove old scriptschange-61 | Christian Hesse | 1 | -11/+0 |
2021-02-24 | global: give script or function name in log messages | Christian Hesse | 1 | -2/+2 |
2021-02-18 | global: drop script 'global-wait'•••All scripts wait for the global functions on their own now. change-44 | Christian Hesse | 1 | -6/+4 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 |
2020-09-18 | extend magic pattern with "by RouterOS"•••This matches the string included in export. | Christian Hesse | 1 | -1/+1 |
2020-06-19 | explicitly name the license•••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 | Christian Hesse | 1 | -0/+1 |
2020-03-27 | add doc/global-wait.md | Christian Hesse | 1 | -0/+1 |
2020-03-12 | add script 'global-wait'•••Run this in schedulers that fire on startup without interval. Schedulers should look something like this: / system scheduler { add name=global-scripts on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }" start-time=startup; add name=bridge-port-to-default on-event="/ system script { run global-wait; run bridge-port-to-default; }" start-time=startup; } | Christian Hesse | 1 | -0/+11 |