<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/provider_base/services, branch 0.5.4</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>static site: gracefully handle static sites that are not configured.</title>
<updated>2014-06-02T20:01:21+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-06-02T20:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=a590f5f3ca1eb21f761c40979b3c87c0f5310018'/>
<id>a590f5f3ca1eb21f761c40979b3c87c0f5310018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>static site: added rack support, added custom apache config</title>
<updated>2014-06-02T19:03:01+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-30T21:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=4e3d168d103fea6476694997275c4df4821535f3'/>
<id>4e3d168d103fea6476694997275c4df4821535f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for /provider.json served from static site.</title>
<updated>2014-06-02T18:28:27+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-24T08:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=24f0cc3c64aab59db436e0827ba24ec08023100a'/>
<id>24f0cc3c64aab59db436e0827ba24ec08023100a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>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>
</feed>
