summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-yggdrasil
AgeCommit message (Collapse)Author
2024-06-30luci-proto-yggdrasil: show peer latencyRemy D. Farley
Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-04-25luci-proto-{wireguard,yggdrasil}: remove unnecessary PROVIDESHannu Nyman
Remove the unnecessary PROVIDES statements from two protocols. Wireguard was recently changed erroneously: the old compatibility reference to luci-app-wireguard was replaced by self-reference. But as the app and proto were combined already in 2022, the old compatibility define should be unnecessary by now, so just remove it. Yggdrasil has had a similar unnecessary setting (package PROVIDES itself), so remove that at the same time. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-04-08luci-proto-yggdrasil: fix empty translation stringJo-Philipp Wich
The empty string is not a legal translation key. Fixes: f5ccfd3df4 ("luci-proto-yggdrasil: add `yggdrasil-jumper` support") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-04-03luci-proto-yggdrasil: add `yggdrasil-jumper` supportRemy D. Farley
Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
2023-11-18luci-app-yggdrasil: support public key in config generationWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-14luci-proto-yggdrasil: enhance communications to sysopWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-12luci-proto-yggdrasil: add support for v0.5.2 featuresWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-12luci-proto-yggdrasil: getPeers calls yggctl with quoted urlWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-11luci-proto-yggdrasil: yggdrasil now supported by netifdWilliam Fleurant
- this package replaces luci-app-yggdrasil Signed-off-by: William Fleurant <meshnet@protonmail.com>