<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/provider_base, branch 0.5.1</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>add support for webapp on subdomain</title>
<updated>2014-05-20T21:10:28+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-20T20:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3919bf8ebb78c07c6c3e067ab2f87f933df8c126'/>
<id>3919bf8ebb78c07c6c3e067ab2f87f933df8c126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed the default service levels to be more minimal, because it is currently impossible to entirely overwrite the service.levels hash.</title>
<updated>2014-05-20T20:56:02+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-20T20:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=1ea643b6741f41bfd90969d91f384060df98c8ae'/>
<id>1ea643b6741f41bfd90969d91f384060df98c8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug with empty tor families</title>
<updated>2014-05-18T01:15:57+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-18T01:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c0e52b84f79fc0ec636daf91e1fc6b61cc49fb2d'/>
<id>c0e52b84f79fc0ec636daf91e1fc6b61cc49fb2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use hash for provider service levels</title>
<updated>2014-05-14T08:39:10+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-05-14T08:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=f83d6e635448d5c96be18b4d926cc99ba879bd93'/>
<id>f83d6e635448d5c96be18b4d926cc99ba879bd93</id>
<content type='text'>
We want to access service levels by means of the id stored in the user record. With a hash we don't have to loop through all elements to find the one with a given id and still can use arbitrary strings and do not rely on the order of the array.

Also it's the format the webapp is expecting right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to access service levels by means of the id stored in the user record. With a hash we don't have to loop through all elements to find the one with a given id and still can use arbitrary strings and do not rely on the order of the array.

Also it's the format the webapp is expecting right now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "update cipher configuration for openvpn to use the IANA name"</title>
<updated>2014-05-13T23:04:17+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-05-13T23:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=89fac280079e4fd1eb9a4491a06a2dd549cee32b'/>
<id>89fac280079e4fd1eb9a4491a06a2dd549cee32b</id>
<content type='text'>
This reverts commit ae50675e9095750cee9810237fb6b9f60030dae4.

Older openssl implementations (wheezy, android, others) aren't able to
parse this newer string, so reverting to the deprecated name until we
are sure the support is there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ae50675e9095750cee9810237fb6b9f60030dae4.

Older openssl implementations (wheezy, android, others) aren't able to
parse this newer string, so reverting to the deprecated name until we
are sure the support is there
</pre>
</div>
</content>
</entry>
<entry>
<title>update cipher configuration for openvpn to use the IANA name, due to</title>
<updated>2014-05-06T22:11:31+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-05-06T22:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=ae50675e9095750cee9810237fb6b9f60030dae4'/>
<id>ae50675e9095750cee9810237fb6b9f60030dae4</id>
<content type='text'>
deprecation warning:

2014-05-06 18:10:23,594 - INFO     - L#826  : leap.openvpn:outReceived() - Tue May  6 18:10:23 2014 Deprecated TLS cipher name 'DHE-RSA-AES128-SHA', please use IANA name 'TLS-DHE-RSA-WITH-AES-128-CBC-SHA'

Change-Id: I159b26604993d38806fcb7c2ed8f6de8138999f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deprecation warning:

2014-05-06 18:10:23,594 - INFO     - L#826  : leap.openvpn:outReceived() - Tue May  6 18:10:23 2014 Deprecated TLS cipher name 'DHE-RSA-AES128-SHA', please use IANA name 'TLS-DHE-RSA-WITH-AES-128-CBC-SHA'

Change-Id: I159b26604993d38806fcb7c2ed8f6de8138999f7
</pre>
</div>
</content>
</entry>
<entry>
<title>add the tun-ipv6 configuration to the eip-service (#4163)</title>
<updated>2014-05-06T22:11:03+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-05-06T22:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=87129e91899c64c8374ae139d6e1bdcd5af6a407'/>
<id>87129e91899c64c8374ae139d6e1bdcd5af6a407</id>
<content type='text'>
Change-Id: I4781f0c3e1c74f5a45217a4d631603fa1a622fd6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4781f0c3e1c74f5a45217a4d631603fa1a622fd6
</pre>
</div>
</content>
</entry>
<entry>
<title>bring service_levels into webapp config - #5527</title>
<updated>2014-04-24T19:03:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-04-18T10:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b9369292cb19f97aafaaaac9f89bf2374487936b'/>
<id>b9369292cb19f97aafaaaac9f89bf2374487936b</id>
<content type='text'>
including the default_service_level
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including the default_service_level
</pre>
</div>
</content>
</entry>
<entry>
<title>tor: provide a default 'nickname' (something like</title>
<updated>2014-04-24T17:58:40+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-04-24T17:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0a9bcf49adab7120849806e4c6408d3f2887e09a'/>
<id>0a9bcf49adab7120849806e4c6408d3f2887e09a</id>
<content type='text'>
"rabbitLKJYW23695JGLKJ" where rabbit is the node name). Stop shipping a
static 'family' and instead provide a comma separated list of node tor
nicknames. (#5220)

Change-Id: I479f460ab230ad440f72c78dc6362983387ce12a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"rabbitLKJYW23695JGLKJ" where rabbit is the node name). Stop shipping a
static 'family' and instead provide a comma separated list of node tor
nicknames. (#5220)

Change-Id: I479f460ab230ad440f72c78dc6362983387ce12a
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: allow manual override of 'services' in provider.json</title>
<updated>2014-04-08T17:51:42+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-04-08T17:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=615b5a218e843c9fe4e41729507b6ca1f14cf7b7'/>
<id>615b5a218e843c9fe4e41729507b6ca1f14cf7b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
