summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-24[pkg] bump version to 0.10.60.10.6Kali Kaneko
2018-05-10[pkg] add bionic package buildMicah Anderson
2018-05-02[pkg] add ansible scripts for bootstrapping windows envKali Kaneko
2018-05-02[bug] fix syntaxKali Kaneko
2018-04-26[bug] workaround for segfault caused by qtwebview bugKali Kaneko
2018-04-11[feat] add fw_reload to bitmaskctlRuben 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 installersKali Kaneko
2018-04-11[docs] add a comment about the autogenerated install hookKali Kaneko
2018-04-11[bug] fix path in remove hookKali Kaneko
2018-04-11[bug] fix importKali Kaneko
2018-04-11[style] pep8Kali Kaneko
2018-04-11several fixes for riseupvpn snapKali 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 packageKali Kaneko
2018-04-06[pkg] ship new app resourcesKali Kaneko
2018-03-28[feat] add autostart for OSXRuben 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 configurableRuben 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 importsRuben Pollan
2018-03-28[refactor] move autostart code into coreRuben Pollan
All the logic to autostart bitmask should not be vpn dependent.
2018-03-28[refactor] move platform constants into leap.bitmaskRuben 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.5Kali Kaneko
2018-03-24[pkg] change description of riseupvpn0.10.5rc1Kali Kaneko
2018-03-22[pkg] minor adjustments for riseupvpn osx bundleKali Kaneko
- duplicate the scripts folder for riseupvpn - fix renaming of helper - set openvpn path for riseupvpn
2018-03-05[pkg] change app path for osx helperKali Kaneko
2018-03-05[pkg] add target for building riseupvpn in osx venvKali Kaneko
2018-03-05[pkg] disable latest bundles for nowKali Kaneko
2018-03-05[pkg] change loader path for zmq in osx systray binKali Kaneko
2018-03-05[style] pep8Kali Kaneko
2018-03-02[docs] add little readme to RiseupVPN snap folderKali Kaneko
2018-03-02[pkg] update debian changelog0.10.4Kali Kaneko
2018-03-02[docs] update changelogKali Kaneko
2018-03-02[pkg] switch to leap master branch for snapsKali Kaneko
2018-03-02[bug] do not use tcp4 version for snapsKali Kaneko
2018-03-02[feat] increase verbosity on vpn checks to ease debuggingKali Kaneko
2018-03-02[pkg] cleanup a bitKali Kaneko
2018-03-02[pkg] fix packer so that file hash matchesKali Kaneko
2018-03-02[style] wording fixesKali Kaneko
2018-03-02[pkg] remove install hook, it's autogeneratedKali Kaneko
2018-03-02[bug] fix openvpn path in snap checkKali Kaneko
2018-03-02[bug] fix bitmask-root detection in snapKali Kaneko
2018-03-02[refactor] openvpn path and cmd for snapKali Kaneko
2018-03-02[pkg] fix icon pathKali Kaneko
2018-03-02[pkg] add snap openvpn to bitmask-rootKali Kaneko
2018-03-02[bug] fix launching of vpn for snapsKali Kaneko
2018-03-02[pkg] add desktop entryKali Kaneko
2018-03-02[pkg] add deps to MakefileKali Kaneko
2018-03-02[pkg] install helpers from snapKali Kaneko
2018-03-02[bug] snap pwd is read-onlyKali Kaneko
2018-03-02[pkg] add linux helpers into the packageKali Kaneko
2018-03-02[pkg] initial snappificationKali Kaneko
2018-03-02[bug] install bundle helpersKali Kaneko