aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot-to-wpa
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10drop dummy scripts used for migrationGravatar Christian Hesse1-3/+0
This now causes expected warnings on first run of $ScriptInstallUpdate. The migration still works, as we keep `global-config.changes` and `global-functions`.
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-70/+1
No functional change for the user... The migration is done automatically.
2023-01-02update copyright for 2023Gravatar Christian Hesse1-1/+1
2022-05-11hotspot-to-wpa: RouterOS v7 path syntaxGravatar Christian Hesse1-18/+18
2022-04-26hotspot-to-wpa: create template if missingGravatar Christian Hesse1-2/+7
2022-04-26hotspot-to-wpa: move code for marker upGravatar Christian Hesse1-6/+7
2022-03-31hotspot-to-wpa: allow login page to loadGravatar Christian Hesse1-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-07hotspot-to-wpa: support ignoring specific hotspotGravatar Christian Hesse1-0/+4
2022-03-07hotspot-to-wpa: initialize variables earlierGravatar Christian Hesse1-5/+4
2022-01-07hotspot-to-wpa: support settings from templatechange-74Gravatar Christian Hesse1-2/+31
2022-01-01update copyright for 2022Gravatar Christian Hesse1-1/+1
2021-11-03hotspot-to-wpa: drop support for tx limitsGravatar Christian Hesse1-11/+2
... if you need to limit bandwidth use queues instead.
2021-02-24global: give script or function name in log messagesGravatar Christian Hesse1-3/+4
2021-02-18global: drop script 'global-wait'change-44Gravatar Christian Hesse1-0/+3
All scripts wait for the global functions on their own now.
2021-01-03hotspot-to-wpa: always use first entry to place beforeGravatar Christian Hesse1-1/+1
2021-01-01update copyright for 2021Gravatar Christian Hesse1-1/+1
2020-09-18extend magic pattern with "by RouterOS"Gravatar Christian Hesse1-1/+1
This matches the string included in export.
2020-08-26[ ... print count-only ...] -> [ :len [ ... find ... ] ]Gravatar Christian Hesse1-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-19explicitly name the licenseGravatar Christian Hesse1-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-27add doc/hotspot-to-wpa.mdGravatar Christian Hesse1-0/+1
2020-03-09hotspot-to-wpa: unbreak optionsGravatar Christian Hesse1-1/+1
2020-03-05hotspot-to-wpa: use $LogPrintExit and add more loggingGravatar Christian Hesse1-1/+6
2020-02-26hotspot-to-wpa: automatically add missing access-list entryGravatar Christian Hesse1-4/+4
2020-01-01update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-12-03hotspot-to-wpa: get limits from place-before-entryGravatar Christian Hesse1-2/+11
2019-10-14add script 'hotspot-to-wpa'Gravatar Christian Hesse1-0/+20