<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/docs, branch 9008_packaging</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[docs] update changelog</title>
<updated>2017-08-24T21:20:14+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-24T21:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=7179ed5829a879c88292a8a57b59ad108a74af67'/>
<id>7179ed5829a879c88292a8a57b59ad108a74af67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] add alot decryption fix to changelog</title>
<updated>2017-08-15T21:02:34+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-15T21:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=708a6a40d2a372bfe450feabc2d71baf72c25807'/>
<id>708a6a40d2a372bfe450feabc2d71baf72c25807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] update osx hacking page</title>
<updated>2017-08-14T22:10:49+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-14T22:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=aff9d2519e71e346459f697c9c1541acc60e9e52'/>
<id>aff9d2519e71e346459f697c9c1541acc60e9e52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] allow manual gateway selection for vpn</title>
<updated>2017-08-11T18:22:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-11T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8487dcd0b9565657e1e6e89c7d8467d54a7c41ba'/>
<id>8487dcd0b9565657e1e6e89c7d8467d54a7c41ba</id>
<content type='text'>
For now, the way to select a gateway is to add a section in
bitmaskd.cfg:

  [vpn_prefs]
  locations = ["frankfurt", "seattle__wa"]
  countries = ["DE", "US"]

Note that the location indication has priority over country code.

This will be exposed by the UI in release 0.11

- Resolves: #8855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, the way to select a gateway is to add a section in
bitmaskd.cfg:

  [vpn_prefs]
  locations = ["frankfurt", "seattle__wa"]
  countries = ["DE", "US"]

Note that the location indication has priority over country code.

This will be exposed by the UI in release 0.11

- Resolves: #8855
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] automatic vpn gateway selection, based on timezone</title>
<updated>2017-08-11T18:21:57+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-10T22:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d64f3c22c132c5de0d759d1e76ff7ced054bfcaa'/>
<id>d64f3c22c132c5de0d759d1e76ff7ced054bfcaa</id>
<content type='text'>
This is a first approach to automatic gateways selection.
More things are missing:

- allow manual selection, by location or country code.
- take the hemisphere into account.
- expose the selected gw to the api/cli

but overall seems this is a good approach to make 0.10 release usable in
terms of vpn.

- Resolves: #8804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a first approach to automatic gateways selection.
More things are missing:

- allow manual selection, by location or country code.
- take the hemisphere into account.
- expose the selected gw to the api/cli

but overall seems this is a good approach to make 0.10 release usable in
terms of vpn.

- Resolves: #8804
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add a new bitmask_chromium gui entrypoint</title>
<updated>2017-08-11T18:21:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-10T21:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=763f88658a4e6d12557c7931f5435ebd35548ca7'/>
<id>763f88658a4e6d12557c7931f5435ebd35548ca7</id>
<content type='text'>
If chromium is installed in the system, there's no need to depend on
qt5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If chromium is installed in the system, there's no need to depend on
qt5.
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] add instruction to use the virtualenv next time</title>
<updated>2017-07-25T19:54:33+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-07-25T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0c28eadda855482ecbe0defba1d2e9f0e81f0d6a'/>
<id>0c28eadda855482ecbe0defba1d2e9f0e81f0d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] document the dev-bootstrap script</title>
<updated>2017-07-25T18:42:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-07-25T18:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b71689d6fad298c3ccd0c8550ff71ad6f1c2cb40'/>
<id>b71689d6fad298c3ccd0c8550ff71ad6f1c2cb40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] handle 503 responses from nyckserver</title>
<updated>2017-07-14T12:29:41+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-12T12:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f7a3e1b4ce2ba114449edb03d1eb3e9719e5d821'/>
<id>f7a3e1b4ce2ba114449edb03d1eb3e9719e5d821</id>
<content type='text'>
This can be produced by errors fetching keys from the server.

- Resolves: #8971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be produced by errors fetching keys from the server.

- Resolves: #8971
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] correct path for homebrew bundle tarballs</title>
<updated>2017-06-30T20:32:09+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-06-30T20:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=cfd8b50e1d4cfbbf7fa79de4d5797069cef86bb5'/>
<id>cfd8b50e1d4cfbbf7fa79de4d5797069cef86bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
