Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | [bug] bitmask-vpn needs tun-ipv6 flag | Kali Kaneko | |
2019-01-30 | [style] adapt to newer pep8 directive | Kali Kaneko | |
2019-01-30 | [bug] allow tls 1.0 as a workaround for buster/sid | Kali Kaneko | |
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: https://0xacab.org/leap/bitmask-vpn/issues/105 | |||
2019-01-30 | [docs] add a small usage hint | Kali Kaneko | |
-Resolves: #9378 | |||
2019-01-30 | [style] linting | Kali Kaneko | |
2018-09-29 | [pkg] remove riseupvpn icons | Kali Kaneko | |
2018-09-29 | [pkg] remove osx pkg folder | Kali Kaneko | |
2018-09-29 | [pkg] remove snap from bitmask-dev | Kali Kaneko | |
2018-09-06 | [bug] get openvpn from snap, disable ipv6 workaround | Kali Kaneko | |
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 | |||
2018-09-06 | [bug] disable temporarily ipv6 as part of the firewall | Kali Kaneko | |
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 | |||
2018-09-06 | [bug] search for any openvpn process, the binary name might not match | Ruben Pollan | |
2018-07-23 | [bug] return allways a valid state from openvpn | Ruben Pollan | |
Even if we don't recognize the state that openvpn is providing. Add TCP_CONNECT state as well. | |||
2018-07-13 | [pkg] remove epoch from the snap | Ruben Pollan | |
2018-07-12 | [pkg] bump version to 0.10.70.10.7 | Ruben Pollan | |
2018-06-28 | [doc] add a contact person for the code of conduct | Ruben Pollan | |
2018-06-13 | [docs] include zmq dep for now | Kali Kaneko | |
2018-06-13 | [docs] improve osx notes | Kali Kaneko | |
2018-06-13 | [bug] fix constants import error | kali | |
2018-06-12 | [docs] update path for osx helper | kali | |
2018-06-12 | [pkg] add makefile to install osx helper in dev mode | kali | |
2018-06-12 | [feat] add support for tcp management in bitmask-root | Ruben Pollan | |
2018-06-12 | [test] move e2e and functional tests to it's own stage | Ruben Pollan | |
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 | |||
2018-06-08 | [pkg] build snap in docker/xenial | Kali Kaneko | |
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 | |||
2018-06-06 | [pkg] add zlib to systray part | Kali Kaneko | |
2018-06-06 | [pkg] add libc in all parts, bionic build complains | Kali Kaneko | |
2018-06-05 | [pkg] add libc also to systray part | Kali Kaneko | |
2018-06-05 | [pkg] add libc to snap | Kali Kaneko | |
2018-06-04 | [pkg] use libsodium23 for snap in bionic | Kali Kaneko | |
2018-05-30 | [pkg] add snap readme, bump version | Kali Kaneko | |
2018-05-26 | Add lintian to build-deps | Varac | |
2018-05-24 | [pkg] bump version to 0.10.60.10.6 | Kali Kaneko | |
2018-05-10 | [pkg] add bionic package build | Micah Anderson | |
2018-05-02 | [pkg] add ansible scripts for bootstrapping windows env | Kali Kaneko | |
2018-05-02 | [bug] fix syntax | Kali Kaneko | |
2018-04-26 | [bug] workaround for segfault caused by qtwebview bug | Kali Kaneko | |
2018-04-11 | [feat] add fw_reload to bitmaskctl | Ruben Pollan | |
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 | |||
2018-04-11 | [pkg] bump epoch, we changed installers | Kali Kaneko | |
2018-04-11 | [docs] add a comment about the autogenerated install hook | Kali Kaneko | |
2018-04-11 | [bug] fix path in remove hook | Kali Kaneko | |
2018-04-11 | [bug] fix import | Kali Kaneko | |
2018-04-11 | [style] pep8 | Kali Kaneko | |
2018-04-11 | several fixes for riseupvpn snap | Kali Kaneko | |
- 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 | |||
2018-04-06 | [pkg] add new system module to the debian package | Kali Kaneko | |
2018-04-06 | [pkg] ship new app resources | Kali Kaneko | |
2018-03-28 | [feat] add autostart for OSX | Ruben Pollan | |
http://blog.gordn.org/2015/03/implementing-run-on-login-for-your-node.html | |||
2018-03-28 | [feat] make autostart app name and exec path configurable | Ruben Pollan | |
Use sys.argv[0] as exec path instead of hardcode 'bitmask', and let anonvpn be called RiseupVPN. - Resolves: bitmask-systray#19 | |||
2018-03-28 | [refactor] remove unused imports | Ruben Pollan | |
2018-03-28 | [refactor] move autostart code into core | Ruben Pollan | |
All the logic to autostart bitmask should not be vpn dependent. | |||
2018-03-28 | [refactor] move platform constants into leap.bitmask | Ruben Pollan | |
The IS_${platform} constants are used in more places than the vpn module. Let's define them in leap.bitmask. | |||
2018-03-28 | [docs] update docs to 0.10.5 release0.10.5 | Kali Kaneko | |