- Apr 15, 2024
-
-
- vendor.conf now has a default api version: - apiVersion = 3 is set for all current providers - provider.py (called during `make vendor`) now supports api version and writes it to providers.json - the desktop client logs the used api version. Currently v5 is not yet implement. This is just the preparation for it - this is only a temporary solution. In the future, we want to get the api version during runtime by parsing $api/provider.json
- Mar 20, 2024
- Mar 07, 2024
-
- Mar 01, 2024
-
-
jkito authored
this sets the minimum go version in go.mod to 1.19 as that is the version of golang currently available on debian stable this updates all dependencies to the their latest version except xtaci/kcp-go as the latest version needs go1.21, we use 5.5.15
-
- Apr 12, 2023
-
-
Kali Kaneko authored
reverting a recent change that breaks `generate` step in build. -Closes: #727
-
- Mar 23, 2023
-
-
max b authored
lilypad/float is now using letsencrypt certs for vpnweb so instead of instantiating an empty cert pool, we can just use the system pool and then add the manually configured cert for backwards compatibility.
-
- Feb 21, 2023
-
-
-
Kali Kaneko authored
As reported by Nilesh Patra. - Closes: #723
-
- Feb 15, 2023
-
-
- Nov 08, 2022
-
-
-
since the no of values are not the same as the number of fields we need to mention the names
-
newer go compilers looks for darwin as the go:build tag to identify macOS specific code files
-
- Aug 15, 2022
-
-
Kali Kaneko authored
-
- Jul 26, 2022
-
-
Kali Kaneko authored
-
- Jul 31, 2022
-
-
- Resolves: #104
-
- Jul 05, 2022
-
-
- Resolves: #339
-
- Jun 26, 2022
-
-
Kali Kaneko authored
-
- Jun 15, 2022
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Jun 08, 2022
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Jun 07, 2022
-
-
Kali Kaneko authored
-
- Mar 15, 2022
-
-
Sam Whited authored
This removes a dependency by using the built-in go:embed functionality introduce in Go 1.16 instead of statik for embedding files. This means that Go 1.16+ would now be required to build the VPN. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Feb 28, 2022
-
-
kali was sloppy leaving that there
-
Sam Whited authored
Nil slices are valid slices of length 0, so the nil check is not needed. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Feb 02, 2022
-
-
Kali Kaneko authored
-
- Dec 22, 2021
-
-
Kali Kaneko authored
-
- Dec 16, 2021
-
-
Kali Kaneko authored
aboutToQuit let us catch Quits coming from the osx menu or the dock.
-
- Dec 15, 2021
-
-
- binary name is different in the osx bundle, theme won't load - calyx is not ready for tls 1.2 yet
-
- Dec 14, 2021
-
-
Kali Kaneko authored
-
- Dec 13, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Dec 08, 2021
-
-
Kali Kaneko authored
-
- Dec 06, 2021
-
-
Kali Kaneko authored
-