summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util.py
AgeCommit message (Collapse)Author
2018-04-11[bug] fix importKali Kaneko
2017-10-11[style] pep8Kali Kaneko
2017-10-11[feat] add gpg and pemfile in osx buildskali
These two details were blocking mail service from working in osx.
2017-08-30[refactor] change status to "failed"Kali Kaneko
2017-06-12[feat] search first for gpg1 binaryRuben Pollan
On debian stretch (and recent ubuntu) the gpg binary is version 2. If installed gpg version 1 is found in /usr/bin/gpg1. Let's search for this first. I use the oportunity to clean up the code. I'm happy using symlinks, if the user set them up let's use them. - Resolves: #8901
2017-04-27[bug] unify logging style using class attrKali Kaneko (leap communications)
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements.
2017-03-17[feat] report the real status of the VPNRuben Pollan
2017-03-15[tests] let's include OSX CIRuben Pollan
2016-12-26[style] remove unneeded importKali Kaneko (leap communications)
2016-11-22[bug] use the bundled gpg binaryKali Kaneko (leap communications)
the bundle was trying to get the gpg binary from the config folder instead of the bundled binary.
2016-11-03[style] pep8 fixesKali Kaneko (leap communications)
2016-10-21[feat] add path for windows bundleKali Kaneko (leap communications)
2016-10-20[bug] add missing importKali Kaneko (leap communications)
2016-10-07[bug] add path extension to gpg1 tooKali Kaneko (leap communications)
2016-10-07[refactor] use new logger infrastructureKali Kaneko (leap communications)
2016-09-27[feature] launch backend from the qt gui entrypointKali Kaneko (leap communications)
2016-09-20[bug] revert usage of twisted whichKali Kaneko (leap communications)
the test environment isn't finding the path properly, due to pytest internals. so: - add path extension - fix the order in which we're happy with a gpg option (to avoid symlinks)
2016-09-20[bug] add missing importKali Kaneko (leap communications)
2016-09-20[feat] discover gpg bin path instead of hardcode itRuben Pollan
2016-09-01[refactor] copy over missing utilKali Kaneko (leap communications)