summaryrefslogtreecommitdiff
path: root/standalone
AgeCommit message (Collapse)Author
2019-01-09[feat] use firewall status to check if the vpn is in failed statusRuben Pollan
If openvpn is off, but the firewall is up, we are in a fail-close status and we should report it properly. - Resolves: #97
2018-12-21[bug] get vpn cert on vpn startRuben Pollan
Is not uncommon for the systray to be launched without internet access. For example in the autostart if the network hasn't come up yet. Let's fetch the vpn cert when the vpn is starting, instead of in the initialization of the standalone bitmask. So if the initialization happens when there is no network the systray doesn't fail to start. - Resolves: #88
2018-12-20[feat] add the TLS endpoint for the serviceKali Kaneko (leap communications)
2018-12-19[feat] use geolocated gatewaysKali Kaneko (leap communications)
we try to use the geoip service, and if the answer has an entry for the sorted gateways, we just use it instead of using the timezone heuristic. - Resolves: #84
2018-12-13[bug] correct error message coming from copypastaKali Kaneko (leap communications)
2018-12-12[test] make bonafide more testableRuben Pollan
Get local timezone and http client as configurable things in bonafide, so tests can set them. Also separate integration tests and unit tests.
2018-11-12[feat] select randomly the gateway if the have the same distanceRuben Pollan
This commit includes a hack to prioritize giraffe, a new riseup gateway in europe to reduce the load in the existing node. - Resolves: #81
2018-10-08[bug] fix gateway selection by timezoneRuben Pollan
Go time library returns the timezone offset in seconds and we where using it as hours. - Resolves: #72
2018-09-06[bug] pass bitmask root path from snapKali Kaneko (leap communications)
2018-07-19[feat] most args are moved to the helperRuben Pollan
2018-06-26[feat] add support for the helper in goRuben Pollan
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan