- May 25, 2024
-
- May 20, 2024
-
-
Pea Nut authored
-
- May 13, 2024
-
-
Pea Nut authored
It does not return an error. It just set's a boolean. The interface and the Bitmask3 implementation was changed.
-
Pea Nut authored
Multiple log levels are supported and can be set via env variable (LOG_LEVEL) - trace (LOG_LEVEL=TRACE) - debug (LOG_LEVEL=DEBUG) - everything else: INFO
-
- May 06, 2024
-
-
Pea Nut authored
-
- May 03, 2024
-
-
jkito authored
updates the changelog
-
- Apr 30, 2024
-
-
jkito authored
filepath.Join is portable as in it uses the correct path separator based on the host os whereas path.Join doesnot more explaination at: https://stackoverflow.com/questions/39181790/whats-the-difference-between-path-path-filepath-packages-in-go
-
Pea Nut authored
-
- Apr 24, 2024
-
-
This commit removed the fallback codepath with the static ip. Discussion in #768 The hardcoded ip was also used for the Snowflake path. I removed it from there and use the DNS hostname. Therefore, the certificate pinning is gone and the SystemPool is used as default. I tested the snowflake setup and it worked.
-
- 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
-