- Jan 31, 2025
-
- Dec 04, 2024
-
-
jkito authored
-
- Dec 03, 2024
-
- Oct 19, 2024
-
-
jkito authored
bitmask-vpn installs a daemon called bitmask-helper which exposes a http api to handle firewall up/down and openvpn connect/disconnect (only in macos) this daemon was listening on localhost, since it is meant to be only accessible to local processes we'v changed it to listen on a unix domain socket using unix socket allows to apply file permissions and restrict access to the api to only the intended user
-
- Oct 15, 2024
-
-
jkito authored
we found a bug on obfsvpn that prevents the app from being able to connect via bridge a second time onwards after disconnecting from the first ref: obfsvpn#64
-
- Oct 14, 2024
-
- Oct 13, 2024
-
- Jul 17, 2024
-
- Jul 13, 2024
-
- Jun 19, 2024
-
- May 13, 2024
-
- Apr 30, 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
-
- Aug 11, 2022
-
-
Kali Kaneko authored
-
- Jul 26, 2022
-
-
Kali Kaneko authored
-
- Jun 26, 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>
-
- Nov 29, 2021
-
-
Kali Kaneko authored
-
- Apr 14, 2021
-
-
Kali Kaneko authored
-
- Sep 25, 2020
-
-
Kali Kaneko authored
-
- Sep 24, 2020
-
-
meskio authored
Also disable autostart if manual quit, remove custom printer that was used for i18n and disable previous autostart if -disable-autostart We didn't disable autostart after the migration to qt. - Resolves: #355 #289
-
- Sep 16, 2020
-
-
Kali Kaneko authored
-
- Jun 26, 2020
-
-
Kali Kaneko authored
- simplify notification routine (we dont need no rejected action). we just check every hour, as in the original code. - open links directly from Qt - rename some global variables to make them less cryptic - move cleanup function to the same module that created them
-
- Jun 12, 2020
-
-
Kali Kaneko authored
Signed-off-by:
kali kaneko (leap communications) <kali@leap.se>
-
Kali Kaneko authored
Signed-off-by:
kali kaneko (leap communications) <kali@leap.se>
-
- Apr 30, 2020
-
-
The old mitchellh go-ps is not maintained and it has an issue where it truncates the process names: https://github.com/mitchellh/go-ps/issues/15 - Related: #152
-
Kali Kaneko authored
-
- Apr 27, 2020
-
-
meskio authored
-
- Dec 17, 2019
-
-
Kali Kaneko authored
trying to workaround missing webkit2gtk
-
Kali Kaneko authored
-
- Nov 05, 2019
-
-
meskio authored
-
- Sep 08, 2019
-
-
Kali Kaneko authored
-
- Aug 16, 2019
-
-
Kali Kaneko authored
-
Kali Kaneko authored
we use go mod edit -replace
-
- Aug 06, 2019
-
-
Kali Kaneko authored
-
- Aug 05, 2019
-
-
- Feb 21, 2019
-
-