- Mar 05, 2021
-
-
Kali Kaneko 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.
-
- Mar 03, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Feb 26, 2021
-
-
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
-
- Feb 25, 2021
-
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
- Feb 24, 2021
-
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
ԜаӀtеr Ⅼарсһуnѕkі authored
-
- Feb 19, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431
-
- Feb 18, 2021
-
-
kwadronaut authored
-
- Feb 17, 2021
-
-
meskio authored
-
- Feb 16, 2021
-
-
Kali Kaneko authored
- Closes: #436
-
- Feb 11, 2021
-
-
Kali Kaneko authored
-
- Feb 10, 2021
-
-
Kali Kaneko authored
-
- Feb 09, 2021
-
-
Kali Kaneko authored
-
- Feb 08, 2021
-
-
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
-
Let's make it easier to tell us how buggy our software is, or how happy they are to use it :) - Closes: #422
-
-
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.
-
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
-
-
- Feb 03, 2021
- Jan 21, 2021
-
-
Kali Kaneko authored
decodestring is an alias that was deprecated in 3.1 - Resolves: #412
-
- Nov 23, 2020
-
-
Kali Kaneko authored
sorry about that :(
-
Kali Kaneko authored
We really need this for windows. However, I'm afraid for regular users in linux/mac the notification might be too obstrusive. As we commented in the mr, one way around this might be to only display that tip the first few times - and then persist a flag about it having been shown.
-
Kali Kaneko authored
-
- Related: #367, #370
-
- Nov 21, 2020
-
-
-
Kali Kaneko authored
-
- Closes: #394
-
- Nov 20, 2020
-
-
meskio authored
-