summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/constants.py
AgeCommit message (Collapse)Author
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-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-02[bug] fix openvpn path in snap checkKali Kaneko
2018-03-02[bug] fix launching of vpn for snapsKali Kaneko
2017-10-09[bug] properly check for local openvpn pathKali Kaneko
- Resolves: #9099
2017-02-23[feature] initial port of legacy vpn codeKali Kaneko (leap communications)
non functional at the moment, but started doing some cleanup