- 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 15, 2022
-
-
Kali Kaneko authored
-
- Jul 26, 2022
-
-
Kali Kaneko authored
-
- Jun 26, 2022
-
-
Kali Kaneko authored
-
- Mar 15, 2022
-
-
Sam Whited authored
Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Nov 29, 2021
-
-
Kali Kaneko authored
-
- Apr 14, 2021
-
-
Kali Kaneko authored
-
- Aug 07, 2019
-
-
Kali Kaneko authored
-
- Jan 24, 2019
-
-
Kali Kaneko authored
I think there's no need of vendoring this. The debian package builds fine without them - at least with the text-dev package in testing.
-
- Jan 17, 2019
-
-
meskio authored
-
-
- Nov 29, 2018
-
- Nov 23, 2018
-
-
Kali Kaneko authored
-
- Nov 14, 2018
-
-
Kali Kaneko authored
this adds upstream PR #74
-
- Oct 25, 2018
-
-
Kali Kaneko authored
after https://github.com/getlantern/systray/commit/5fb0feca3c0677e9fa31e579ff69631f49a379a2 was merged, we don't need to keep using the vendoring of systray. there is some flickering with the stop/start/cancel menu items chening their orderning that still needs to be solved.
-
-
meskio authored
-
- Oct 10, 2018
-
-
meskio authored
Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up. Unlink will remove the file from /tmp, but app_indicator will hold a descriptor until it finishes with it. This is a cherry-pick from a pull-request upstream: https://github.com/getlantern/systray/pull/63 - Resolves: #60
-
- Sep 26, 2018
-
-
this is a workaround for riseup_vpn#28
-