<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/src/leap/bitmask/services/eip/eipconfig.py, branch 0.8.0rc3</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>vpn: support for the server setting custom fragment openvpn option</title>
<updated>2014-11-14T15:00:43+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-11-11T04:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d6d73d41278c7c438c27f286bc5f6106d37f51d2'/>
<id>d6d73d41278c7c438c27f286bc5f6106d37f51d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>single pref win: move eip preferences to new combined preference window.</title>
<updated>2014-09-19T21:23:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-09-03T22:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=c7304e54e40cd9151e6d00a8441aaf48b68c9bcc'/>
<id>c7304e54e40cd9151e6d00a8441aaf48b68c9bcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the standalone value for BaseConfig.</title>
<updated>2014-07-23T17:51:29+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-23T17:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=aec9c8ff50ed61cd484e3aefe638da6705b53ff8'/>
<id>aec9c8ff50ed61cd484e3aefe638da6705b53ff8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add icons for the vpn exit nodes</title>
<updated>2014-06-06T15:49:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-06-05T21:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=57aa4d51e37228333e56e98d9af3bfe7b278e2d1'/>
<id>57aa4d51e37228333e56e98d9af3bfe7b278e2d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable eip-config for uninitialized providers.</title>
<updated>2013-11-21T14:08:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-11-21T13:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d1d724092d9eab606114dbf2aab8a9a0ad0e0e09'/>
<id>d1d724092d9eab606114dbf2aab8a9a0ad0e0e09</id>
<content type='text'>
- Show the user which provider has not been initialized and disable its
  usage.
- Add support for absolute path in get_eipconfig_path.
- Replace hadr-coded paths with get_eipconfig_path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Show the user which provider has not been initialized and disable its
  usage.
- Add support for absolute path in get_eipconfig_path.
- Replace hadr-coded paths with get_eipconfig_path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable EIP on/off button and action when login required.</title>
<updated>2013-10-03T17:14:34+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-10-01T21:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=689c716b831047c8fe18945956e809b74e4250a3'/>
<id>689c716b831047c8fe18945956e809b74e4250a3</id>
<content type='text'>
Also adds an explicit should_autostart flag in config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds an explicit should_autostart flag in config.
</pre>
</div>
</content>
</entry>
<entry>
<title>State Machine Builder and eip connection machine</title>
<updated>2013-09-20T20:00:37+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-19T19:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=51948a6d9ee78929b72b0affdbfce36e65e073c2'/>
<id>51948a6d9ee78929b72b0affdbfce36e65e073c2</id>
<content type='text'>
This implements an abstract definition of a LEAP state machine,
and refactors eip connections to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements an abstract definition of a LEAP state machine,
and refactors eip connections to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move STANDALONE flag to a module and unify paths queries.</title>
<updated>2013-09-18T21:24:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-09-18T17:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=6cd19c3b67d76268bab5f93d3168164ec02f603d'/>
<id>6cd19c3b67d76268bab5f93d3168164ec02f603d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>download cert for SMTP if EIP did not do it.</title>
<updated>2013-09-18T15:30:05+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-17T19:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=13f5d8fcee038f441dd91ef16dfdb254e1f0dd3f'/>
<id>13f5d8fcee038f441dd91ef16dfdb254e1f0dd3f</id>
<content type='text'>
includes refactor of common code for download of certificates
and config files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
includes refactor of common code for download of certificates
and config files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix local offset calculation. Closes #3595.</title>
<updated>2013-09-02T17:46:38+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-09-02T17:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=0cacbe7c8dae97a04654c2cca5e928dfa9e3741d'/>
<id>0cacbe7c8dae97a04654c2cca5e928dfa9e3741d</id>
<content type='text'>
Python returns the timezone with the opposed sign to the standard
notation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python returns the timezone with the opposed sign to the standard
notation.
</pre>
</div>
</content>
</entry>
</feed>
