Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | [feat] remove unused config options | Ruben Pollan | |
2020-09-25 | [pkg] windows helper and qtinstaller | kali | |
2020-09-24 | [feat] send cmd flags to the go backend | Ruben Pollan | |
Also disable autostart if manual quit, remove custom printer that was used for i18n and disable previous autostart if -disable-autostart We didn't disable autostart after the migration to qt. - Resolves: #355 #289 | |||
2020-09-16 | [bug] accept corrupted pid files | Ruben Pollan | |
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 | |||
2020-09-08 | [bug] show only bad_auth dialog | kali kaneko (leap communications) | |
2020-09-08 | [feat] expose allowEmptyPass flag for provider config | kali kaneko (leap communications) | |
2020-09-08 | [feat] lookup the config vars at runtime | kali kaneko (leap communications) | |
- Resolves: #326 | |||
2020-08-20 | [feat] login feedback | kali kaneko (leap communications) | |
- Resolves: #334 | |||
2020-08-20 | [feat] expose auth API in pkg/vpn | Ruben Pollan | |
Be able to check if it needs auth and then be able to login. Use the logged in token for fetching the cert. | |||
2020-08-11 | [refactor] simplify, make port optional | kali kaneko (leap communications) | |
2020-08-11 | [feat] authentication token for webapi | kali kaneko (leap communications) | |
2020-06-26 | [test] minimal qml tests | kali kaneko (leap communications) | |
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 | |||
2020-06-26 | [feat] pass initialization errors to gui | kali kaneko (leap communications) | |
2020-06-16 | [docs] remove references to deprecated bitmaskd | kali kaneko (leap communications) | |
2020-06-12 | [refactor] rename standalone to just vpn | kali kaneko (leap communications) | |
2020-06-12 | [refactor] reorganize modules | kali kaneko (leap communications) | |
bitmaskd: so long and thanks for all the fish! Signed-off-by: kali kaneko (leap communications) <kali@leap.se> | |||
2019-08-16 | [feat] be able to use obfs4 | Ruben Pollan | |
2019-02-04 | [feat] add -disable-autostart flag and config | Ruben Pollan | |
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 | |||
2019-01-17 | [refactor] rename the imports into bitmask-vpn | Ruben Pollan | |
2019-01-15 | [feat] Reorganize code | Ruben Pollan | |
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99 |