Commits on Source (93)
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
On snap is better if we don't put stuff in /tmp but in $SNAP
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
- duplicate the scripts folder for riseupvpn - fix renaming of helper - set openvpn path for riseupvpn
-
Kali Kaneko authored
-
Kali Kaneko authored
-
The IS_${platform} constants are used in more places than the vpn module. Let's define them in leap.bitmask.
-
All the logic to autostart bitmask should not be vpn dependent.
-
-
Use sys.argv[0] as exec path instead of hardcode 'bitmask', and let anonvpn be called RiseupVPN. - Resolves: bitmask-systray#19
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- move snap folder to root folder, to allow automated builds - install only polkit file outside of snap - change path of bitmask-root accordingly in bitmask - fix check for polkit file inside snap - change and document the algorithm for picking bitmask-root in linux - add LD_LIBRARY_PATH as an environment entry for bitmask-systray
-
-
-
-
-
-
meskio authored
Some systems remove firewall rules, is usefull to be able to script the reload of those rules in hooks or other custom systems. - Resolves: #9289
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
micah authored
-
Kali Kaneko authored
-
Varac authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
the docker image provider bv snapcore/snapcraft is based on xenial, and we need a special tag for the golang gtk3 libraries to be able to build here. -Closes: #9315
-
meskio authored
The tox environment is being generated by the *_test stages. And it's cached and reused by the functional tests. The fact that both run at the same time creates frequent glitches with vext.pyqt5 not being present.Let's not share the cache between linux and mac, and let's be sure that the cache is generated before the rest of the tests run. - Resolves: #9313
-
meskio authored
-
-
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
meskio authored
-
meskio authored
-
meskio authored
-
meskio authored
Even if we don't recognize the state that openvpn is providing. Add TCP_CONNECT state as well.
-
meskio authored
-
Kali Kaneko authored
Since we're blocking ipv6, it's nice to avoid resolving dual-stack sites to ipv6, because many tools don't work otherwise. - Resolves: #9027
-
Kali Kaneko authored
when using snap, at least in qubes there's an error if we pick openvpn from the system. if we're executing from a snap, we should pick the snap's openpvn. also disabling for now the ipv6 workaround, since it fails when attempting to setup the i6 addr on the interface. --pull-filter should work here, see https://community.openvpn.net/openvpn/ticket/849
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-Resolves: #9378
-
Kali Kaneko authored
in systems with newer openssl, tls 1.0 has been disabled. however, this breaks the ability of a client in a newer system to connect with the openvpn servers on providers that are still on stretch. platform needs to be upgraded. -Related: bitmask-vpn#105
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- .gitlab-ci.yml 33 additions, 18 deletions.gitlab-ci.yml
- Makefile 14 additions, 2 deletionsMakefile
- debian/bitmask-core.install 3 additions, 2 deletionsdebian/bitmask-core.install
- debian/changelog 24 additions, 0 deletionsdebian/changelog
- debian/control 1 addition, 0 deletionsdebian/control
- docs/changelog.rst 41 additions, 1 deletiondocs/changelog.rst
- docs/code-of-conduct.txt 3 additions, 3 deletionsdocs/code-of-conduct.txt
- docs/conf.py 1 addition, 1 deletiondocs/conf.py
- docs/hacking/contributing.rst 2 additions, 2 deletionsdocs/hacking/contributing.rst
- docs/hacking/osx.rst 44 additions, 11 deletionsdocs/hacking/osx.rst
- pkg/branding/riseupvpn.svg 0 additions, 80 deletionspkg/branding/riseupvpn.svg
- pkg/build_osx_bundle_riseupvpn_with_venv.sh 33 additions, 0 deletionspkg/build_osx_bundle_riseupvpn_with_venv.sh
- pkg/bundles/build.mk 48 additions, 4 deletionspkg/bundles/build.mk
- pkg/next-version 1 addition, 1 deletionpkg/next-version
- pkg/osx/README 3 additions, 0 deletionspkg/osx/README
- pkg/osx/README.rst 0 additions, 13 deletionspkg/osx/README.rst
- pkg/osx/bitmask-wrapper 0 additions, 3 deletionspkg/osx/bitmask-wrapper
- pkg/osx/bitmask.icns 0 additions, 0 deletionspkg/osx/bitmask.icns
- pkg/osx/daemon/LICENSE 0 additions, 15 deletionspkg/osx/daemon/LICENSE
pkg/branding/riseupvpn.svg
deleted
100644 → 0
pkg/build_osx_bundle_riseupvpn_with_venv.sh
0 → 100755
pkg/osx/README
0 → 100644
pkg/osx/README.rst
deleted
100644 → 0
pkg/osx/bitmask-wrapper
deleted
100755 → 0
pkg/osx/bitmask.icns
deleted
100644 → 0
File deleted
pkg/osx/daemon/LICENSE
deleted
100644 → 0