Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-11 | hotspot-to-wpa: RouterOS v7 path syntax | Christian Hesse | 1 | -18/+18 | |
2022-04-26 | hotspot-to-wpa: create template if missing | Christian Hesse | 1 | -2/+7 | |
2022-04-26 | hotspot-to-wpa: move code for marker up | Christian Hesse | 1 | -6/+7 | |
2022-03-31 | hotspot-to-wpa: allow login page to load | Christian Hesse | 1 | -0/+3 | |
Depending on configuration the VLAN is changed on the SSID currently serving the hotspot. So give the login page (with success status) a moment to load before kicking the device. | |||||
2022-03-07 | hotspot-to-wpa: support ignoring specific hotspot | Christian Hesse | 1 | -0/+4 | |
2022-03-07 | hotspot-to-wpa: initialize variables earlier | Christian Hesse | 1 | -5/+4 | |
2022-01-07 | hotspot-to-wpa: support settings from templatechange-74 | Christian Hesse | 1 | -2/+31 | |
2022-01-01 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 | |
2021-11-03 | hotspot-to-wpa: drop support for tx limits | Christian Hesse | 1 | -11/+2 | |
... if you need to limit bandwidth use queues instead. | |||||
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-01-03 | hotspot-to-wpa: always use first entry to place before | Christian Hesse | 1 | -1/+1 | |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 | |
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 | -1/+1 | |
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-03-27 | add doc/hotspot-to-wpa.md | Christian Hesse | 1 | -0/+1 | |
2020-03-09 | hotspot-to-wpa: unbreak options | Christian Hesse | 1 | -1/+1 | |
2020-03-05 | hotspot-to-wpa: use $LogPrintExit and add more logging | Christian Hesse | 1 | -1/+6 | |
2020-02-26 | hotspot-to-wpa: automatically add missing access-list entry | Christian Hesse | 1 | -4/+4 | |
2020-01-01 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 | |
2019-12-03 | hotspot-to-wpa: get limits from place-before-entry | Christian Hesse | 1 | -2/+11 | |
2019-10-14 | add script 'hotspot-to-wpa' | Christian Hesse | 1 | -0/+20 | |