- Jul 31, 2022
-
-
- Resolves: #104
-
- Dec 22, 2021
-
-
Kali Kaneko authored
-
- Nov 30, 2021
-
-
Kali Kaneko authored
-
- Nov 29, 2021
-
-
Kali Kaneko authored
it will be disabled if Tor not present, for now
-
- Nov 24, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
some refactor, plus fix docs
-
- Nov 23, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Jun 01, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
webapi mainly for tests, but it's usable too
-
- May 04, 2021
-
-
-
-
-
We just care about locations and fullness.
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Mar 11, 2021
-
-
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
-
- Nov 05, 2020
-
-
Kali Kaneko authored
-
- Nov 04, 2020
-
-
squashed in this commit: reintroduce the dummy autostart_win implementation that was removed by mistake. I did not manage to get autostart working in windows, this is pending to be re-worked. see #389
-
- Oct 02, 2020
-
-
Kali Kaneko authored
it seems this was an attempt to make this injectable for tests, but it can work by changing config variables too.
-
- Sep 30, 2020
-
-
meskio authored
-
- Sep 25, 2020
-
-
- Sep 24, 2020
-
- Sep 16, 2020
-
-
A corrupted pid file, or a file that contains something else than a pid number used to block bitmask-vpn from launch. Now if the file contains something that is not expected it will log it and rewrite it. I refactor de code so the pid file will be released on quit instead of initialization. - Resolves: #349
-
- Sep 08, 2020
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
- Resolves: #326
-
- Aug 20, 2020
-
-
Kali Kaneko authored
- Resolves: #334
-
Be able to check if it needs auth and then be able to login. Use the logged in token for fetching the cert.
-
- Aug 11, 2020
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Jun 26, 2020
-
-
Kali Kaneko authored
just a minimal boilerplate. the idea is to import the qml files and assert that the states/widgets change accordingly if we mock the backend status. - Closes: #300
-
Kali Kaneko authored
-
- Jun 16, 2020
-
-
Kali Kaneko authored
-
- Jun 12, 2020
-
-
Kali Kaneko authored
-
Kali Kaneko authored
bitmaskd: so long and thanks for all the fish! Signed-off-by:
kali kaneko (leap communications) <kali@leap.se>
-
- Aug 16, 2019
-
-
meskio authored
-
- Feb 04, 2019
-
-
meskio authored
Make possible to disable the autostart configuration for the next run. I can be done by configuring "DisableAustostart" to true in the systra.json or by passing the '-disable-autostart' flag to the binary. To make that possible I have rework how the Config struct work separating the file configuration with the runtime configuration. - Resolves: #100
-