aboutsummaryrefslogtreecommitdiff
path: root/net/travelmate/files/travelmate.mail
Commit message (Collapse)AuthorAge
* travelmate: update 2.1.2-4Dirk Brenken2024-02-24
| | | | | | | * more re-connections tweaks * made travelmate generated emails responsive Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update 2.1.0Dirk Brenken2022-08-20
| | | | | | | | | | * vpn support can be disabled (enabled by default), fixes #19107 (see trm_vpn option) * vpn support can be limited to certain interfaces (see trm_vpnifacelist list option) * openvpn support works now per instance (same as wireguard today) * add an auto-login script for tplink-omada hotspots provided by Sebastian Muszynski <basti@linkt.de> * remove pipefail command, see #19043 for reference Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update to 2.0.7Dirk Brenken2021-09-11
| | | | | | | | | | | | | * add wpa-supplicant package dependency * removed no longer working 'db-bahn.login' and 'wifionice.login' auto-login scripts * added the new 'wifibahn.login' script for auto-logins to captive portals WIFI@BAHN (DE), run tested on a single ICE (station logins are currently unsupported!) * vodafone.login prepared to support free/time limited logins (still WIP!) * change return code handling in login scripts and travelmate * refine f_wifi function * fix a few conercase issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update to 2.0.5Dirk Brenken2021-08-11
| | | | | | | | | | | * support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update to 2.0.4Dirk Brenken2021-07-25
| | | | | | | | | | | | * code cleanup * add auto login script for Julianahoeve beach resort (NL) * add auto login script for Vodafone hotspots (DE) * add auto login script for telekom hotspots (DE) * enhance captive portal detection to support html redirects as well * change default captive portal detection url to 'detectportal.firefox.com' Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update 2.0.2Dirk Brenken2020-10-03
| | | | | | | | | * fix a vpn/iptables race condition * remove needless dnsmasq dependency * synchronize code-base of all auto-login scripts, due to COVID-19 restrictions all of them are still untested/WIP * various small cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update to 2.0.1Dirk Brenken2020-09-27
| | | | | | * fix some remaining vpn issues * various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update to release 2.0Dirk Brenken2020-09-19
- new package dependency: curl (plus one of the wpad variants) - optional package dependencies: - 'msmtp' for email notification support - 'wireguard' or 'openvpn' for vpn support - removed WEP support, only WPA/WPA2/WPA3 are supported! - new, more robust setup wizard (CLI and LuCI) - more robust captive portal detection - randomize mac addresses with every uplnk connect - automatic vpn handling during uplink switch (only classic/simple client-setups for wireguard or openvpn are supported) - email notifications after successful uplink connections - automatically disable uplinks after n minutes, e.g. for timed connections - automatically (re-)enable uplinks after n minutes, e.g. after failed login attempts - complete LuCI rewrite - migrated to client side JS (separate PR) Signed-off-by: Dirk Brenken <dev@brenken.org>