Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-12 | [feat] search first for gpg1 binary | Ruben 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 attr | Kali 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 VPN | Ruben Pollan | |
2017-03-15 | [tests] let's include OSX CI | Ruben Pollan | |
2016-12-26 | [style] remove unneeded import | Kali Kaneko (leap communications) | |
2016-11-22 | [bug] use the bundled gpg binary | Kali 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 fixes | Kali Kaneko (leap communications) | |
2016-10-21 | [feat] add path for windows bundle | Kali Kaneko (leap communications) | |
2016-10-20 | [bug] add missing import | Kali Kaneko (leap communications) | |
2016-10-07 | [bug] add path extension to gpg1 too | Kali Kaneko (leap communications) | |
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] launch backend from the qt gui entrypoint | Kali Kaneko (leap communications) | |
2016-09-20 | [bug] revert usage of twisted which | Kali 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 import | Kali Kaneko (leap communications) | |
2016-09-20 | [feat] discover gpg bin path instead of hardcode it | Ruben Pollan | |
2016-09-01 | [refactor] copy over missing util | Kali Kaneko (leap communications) | |