<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/vpn, branch 9008_packaging</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] fix attribute error when vpn is not started</title>
<updated>2017-08-15T20:51:47+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-15T00:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8ebd7753c8e91bd1db032220fd0c5295947d64f0'/>
<id>8ebd7753c8e91bd1db032220fd0c5295947d64f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2017-08-14T22:10:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-14T22:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=abf688c7d643b89a1001a9f7c7ff24a4a3dab42c'/>
<id>abf688c7d643b89a1001a9f7c7ff24a4a3dab42c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] proper vpn shutdown in osx bundles</title>
<updated>2017-08-14T22:10:31+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-08T16:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=6acf5ddfaf8e091f6b05b814128ac4f38b19c191'/>
<id>6acf5ddfaf8e091f6b05b814128ac4f38b19c191</id>
<content type='text'>
the restarting flag was not being set.

- Resolves: #8959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the restarting flag was not being set.

- Resolves: #8959
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix management class docstring</title>
<updated>2017-08-14T22:10:21+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-07T23:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b9f651fb98fd639697fafb23f669fd05588b4345'/>
<id>b9f651fb98fd639697fafb23f669fd05588b4345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fail gracefully if there are errors parsing logs</title>
<updated>2017-08-14T22:09:57+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-07T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=25cf226869cbd3b36f8d1de49b7c94c2c2a81a84'/>
<id>25cf226869cbd3b36f8d1de49b7c94c2c2a81a84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2017-08-11T18:24:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-11T18:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=002878b1a1d9ab241b1ba5c6e77c8656bcc6fc38'/>
<id>002878b1a1d9ab241b1ba5c6e77c8656bcc6fc38</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] add vpn list command</title>
<updated>2017-08-11T18:21:58+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-11T01:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4a7e29b6eae34f34016c9b409bd887c74b949ca4'/>
<id>4a7e29b6eae34f34016c9b409bd887c74b949ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
