<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/standalone, branch 0.18.12</title>
<subtitle>[bitmask-vpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/'/>
<entry>
<title>[bug] get vpn cert on vpn start</title>
<updated>2018-12-21T18:27:08+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-12-21T17:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=276eb57b559d09581ff1da2154319e9377745f32'/>
<id>276eb57b559d09581ff1da2154319e9377745f32</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add the TLS endpoint for the service</title>
<updated>2018-12-20T17:38:48+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2018-12-20T17:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=5600fdb4a685afa9df5ae530b0a29252be033dc8'/>
<id>5600fdb4a685afa9df5ae530b0a29252be033dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use geolocated gateways</title>
<updated>2018-12-19T17:18:33+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2018-12-17T22:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=c9163f221d4cc7b167b5f68eb51ce09843939352'/>
<id>c9163f221d4cc7b167b5f68eb51ce09843939352</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] correct error message coming from copypasta</title>
<updated>2018-12-13T14:02:36+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2018-12-11T20:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=25364ba279bcac72a363748c5e65964864b94358'/>
<id>25364ba279bcac72a363748c5e65964864b94358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] make bonafide more testable</title>
<updated>2018-12-12T12:37:38+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-11-23T02:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=d8e683ef0b15e00bba9c241181e7d3247d30539c'/>
<id>d8e683ef0b15e00bba9c241181e7d3247d30539c</id>
<content type='text'>
Get local timezone and http client as configurable things in bonafide,
so tests can set them. Also separate integration tests and unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get local timezone and http client as configurable things in bonafide,
so tests can set them. Also separate integration tests and unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] select randomly the gateway if the have the same distance</title>
<updated>2018-11-12T23:05:25+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-11-12T23:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=66134bc4a2f161f9909e0e71d8e3dfbc5ea97d35'/>
<id>66134bc4a2f161f9909e0e71d8e3dfbc5ea97d35</id>
<content type='text'>
This commit includes a hack to prioritize giraffe, a new riseup gateway
in europe to reduce the load in the existing node.

- Resolves: #81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit includes a hack to prioritize giraffe, a new riseup gateway
in europe to reduce the load in the existing node.

- Resolves: #81
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix gateway selection by timezone</title>
<updated>2018-10-08T16:50:57+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-10-08T16:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=5f24152b972f4e478e15f04b795e8943f8a559d7'/>
<id>5f24152b972f4e478e15f04b795e8943f8a559d7</id>
<content type='text'>
Go time library returns the timezone offset in seconds and we where
using it as hours.

- Resolves: #72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Go time library returns the timezone offset in seconds and we where
using it as hours.

- Resolves: #72
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] pass bitmask root path from snap</title>
<updated>2018-09-06T14:07:57+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2018-09-06T13:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=9961cccc89c48f9ce653c75fabbfc829900b82fe'/>
<id>9961cccc89c48f9ce653c75fabbfc829900b82fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] most args are moved to the helper</title>
<updated>2018-07-19T10:57:19+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-07-18T19:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=42ed17e9302562e14169031ca2c1fc6eb1a49f3b'/>
<id>42ed17e9302562e14169031ca2c1fc6eb1a49f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add support for the helper in go</title>
<updated>2018-06-26T17:20:14+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-06-21T11:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=ce244d757b68f27283336a60be33f10639ec6a3a'/>
<id>ce244d757b68f27283336a60be33f10639ec6a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
