Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-12 | [pkg] go mod tidy | kali kaneko (leap communications) | |
Signed-off-by: kali kaneko (leap communications) <kali@leap.se> | |||
2020-05-07 | [i18n] Update localesHEAD0.20.4master | Ruben Pollan | |
2020-04-30 | [pkg] initialize service early for windows | kali kaneko (leap communications) | |
2020-04-30 | [feat] handle version | kali kaneko (leap communications) | |
2020-04-30 | [feat] listen on available port | kali kaneko (leap communications) | |
2020-04-27 | [i18n] Update locales, add german and a README notice about transifex | Ruben Pollan | |
2019-12-17 | [locales] add turkish and update the rest | Ruben Pollan | |
2019-11-05 | [locale] Update languajes | Ruben Pollan | |
2019-08-16 | [feat] be able to use obfs4 | Ruben Pollan | |
2019-08-05 | [pkg] fix windows paths after testing | Kali Kaneko (leap communications) | |
2019-08-05 | [refactor] rename templates | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] add make prepare target to Makefile | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] add vendorize script to generate config | Kali Kaneko (leap communications) | |
2019-05-04 | [locales] update locales | Ruben Pollan | |
2019-03-19 | [locales] add ca and update translations | Ruben Pollan | |
2019-02-28 | [locales] update locales0.19.2 | Ruben Pollan | |
2019-02-21 | [locales] add romanian | Ruben Pollan | |
2019-02-12 | [locales] add it, sk and sv locales | Ruben Pollan | |
2019-02-04 | [feat] Add -start-vpn flag | Ruben Pollan | |
The -start-vpn flag can be set to on or off to turn the vpn on or off just after launching bitmask-vpn. So it doesn't depend on the status of the vpn of the last run. - Resolves: #114 | |||
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-02-04 | [locales] update bengali translation | Ruben Pollan | |
2019-01-31 | [locales] add ru locale and update all0.19.1 | Ruben Pollan | |
2019-01-17 | [refactor] rename the imports into bitmask-vpn | Ruben Pollan | |
2019-01-15 | [feat] move provider configuration into a set of constants | Ruben Pollan | |
2019-01-15 | [feat] add a cli client | Ruben Pollan | |
2019-01-15 | [feat] move helper into the repo | 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 |