- 05 Apr, 2021 1 commit
-
-
Kali Kaneko authored
-
- 27 Mar, 2021 1 commit
-
-
admin authored
there was a mismatch after latest changes to the plist template location. also revert latest osx depends, since some are not installable via homebrew in osx.
-
- 26 Mar, 2021 1 commit
-
-
Kali Kaneko authored
-
- 25 Mar, 2021 1 commit
-
-
Kali Kaneko authored
-
- 11 Mar, 2021 6 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
There's some corner cases that were very badly captured. On the first place, it's confusing to quit on connection errors. Secondly, a side-effect of aborting the initialization of the bitmask object was a semi-random segfault when trying to access the object. Here I pass any connection errors to the gui, but leave to the user to quit the app. This probably will need more work when we want to terminate the app on unrecoverable errors (no polkit, etc...), but for now it makes the systray much more usable. - Resolves: #465
-
Kali Kaneko authored
a rather annoying bug, since it keeps popping up for every status change. to be included in a hotfix for 0.21.2 release. - Release: 0.21.2 - Closes: #459
-
Kali Kaneko authored
forcing a style override looks like a good workaround to avoid system qt plugins mixing up with the libs in the snap. - Resolves: #458
-
Kali Kaneko authored
10 seconds might be too low nowadays when accessed from some regions. - Related: #463
-
- 10 Mar, 2021 1 commit
-
-
Kali Kaneko authored
Let's use openssl for the time being, there's a compilation issue with mbedtls that I don't seem to be able to solve. - Closes: #311, #453
-
- 05 Mar, 2021 3 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
kali authored
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch.
-
- 03 Mar, 2021 4 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- 26 Feb, 2021 3 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
- install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435
-
- 25 Feb, 2021 2 commits
-
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
- 24 Feb, 2021 2 commits
-
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
- 19 Feb, 2021 2 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431
-
- 18 Feb, 2021 1 commit
-
-
kwadronaut authored
-
- 17 Feb, 2021 1 commit
-
-
meskio authored
-
- 16 Feb, 2021 1 commit
-
-
Kali Kaneko authored
- Closes: #436
-
- 11 Feb, 2021 1 commit
-
-
Kali Kaneko authored
-
- 10 Feb, 2021 1 commit
-
-
Kali Kaneko authored
-
- 09 Feb, 2021 1 commit
-
-
Kali Kaneko authored
-
- 08 Feb, 2021 7 commits
-
-
Kali Kaneko authored
-
Kali Kaneko authored
we should try to use qmlfmt, indeed
-
Kali Kaneko authored
- remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes
-
Kali Kaneko authored
Let's make it easier to tell us how buggy our software is, or how happy they are to use it :) - Closes: #422
-
Kali Kaneko authored
-
Kali Kaneko authored
this is a regression that was introduced with previous changes to the menus in windows. activation segfaults in linux and osx, so capture the event only for windows. did not investigate further about the causes, but it seems like a good workaround for the time being.
-
Kali Kaneko authored
This fixes the segfault. mRootItem has to be deallocated to avoid memory leaks, but doing it concurrently with the dump of the json was a terrible idea. - Closes: #360
-