<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/onionoo, branch submodule</title>
<subtitle>Sebastian's onionoo repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/'/>
<entry>
<title>Add submodule for metrics-lib</title>
<updated>2013-08-23T13:41:09+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2013-08-22T17:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=3ef4669e970f1a28ab4191ee292ba9efa2a34f59'/>
<id>3ef4669e970f1a28ab4191ee292ba9efa2a34f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't assume that in/ and out/ directories exist.</title>
<updated>2013-08-23T07:13:29+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-08-23T07:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=3b142e9658ed56f735514694691c74ee18099f99'/>
<id>3b142e9658ed56f735514694691c74ee18099f99</id>
<content type='text'>
Spotted by Sebastian.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by Sebastian.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify how searches by IP address are performed.</title>
<updated>2013-08-15T09:49:33+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-08-15T09:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=2a7048f8119eb40dae86ec6b5e9d04efe06ea0ae'/>
<id>2a7048f8119eb40dae86ec6b5e9d04efe06ea0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MaxMind's GeoIP files use ISO-8859-1, not UTF-8.</title>
<updated>2013-08-14T16:44:28+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-08-14T16:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=cbba7ec70bf5cd6896cab57088164d4d90977e71'/>
<id>cbba7ec70bf5cd6896cab57088164d4d90977e71</id>
<content type='text'>
Without specifying a file encoding, Java uses the system default, which
may be UTF-8 on Linux systems.  But MaxMind's files all use ISO-8859-1.
The effect is that our details files may contain incorrect lines like:

  "as_name":"Servi\uFFFDos de Comunica\uFFFD\uFFFDo S.A.",

which should be:

  "as_name":"Servi\u00C1os de Comunica\u00C1\u201Eo S.A.",
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without specifying a file encoding, Java uses the system default, which
may be UTF-8 on Linux systems.  But MaxMind's files all use ISO-8859-1.
The effect is that our details files may contain incorrect lines like:

  "as_name":"Servi\uFFFDos de Comunica\uFFFD\uFFFDo S.A.",

which should be:

  "as_name":"Servi\u00C1os de Comunica\u00C1\u201Eo S.A.",
</pre>
</div>
</content>
</entry>
<entry>
<title>Update manual substitutions to August 2013 database.</title>
<updated>2013-08-12T13:51:20+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-08-12T13:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=ac4352864537ddfb30c1339a185cc667e1c26686'/>
<id>ac4352864537ddfb30c1339a185cc667e1c26686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that we don't serve stale data.</title>
<updated>2013-07-31T10:45:00+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-07-31T10:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=5d20f659d19f5731692dc8bda65a8c177c456340'/>
<id>5d20f659d19f5731692dc8bda65a8c177c456340</id>
<content type='text'>
In particular, if our data is more than 6 hours old, respond with 500
Internal Server Error to all requests, because someone should investigate
the problem.  That's much better than serving stale data and either nobody
noticing or relying on clients to check timestamps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, if our data is more than 6 hours old, respond with 500
Internal Server Error to all requests, because someone should investigate
the problem.  That's much better than serving stale data and either nobody
noticing or relying on clients to check timestamps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline CSS.</title>
<updated>2013-07-31T10:27:45+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-07-31T10:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=35a0a9bf29146aea0dc95df678382b4846f06a44'/>
<id>35a0a9bf29146aea0dc95df678382b4846f06a44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>List response codes in the protocol spec.</title>
<updated>2013-07-31T10:13:21+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-07-31T10:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=f8eb5bcc8b50d5e52034be18a78676f968e8c6c7'/>
<id>f8eb5bcc8b50d5e52034be18a78676f968e8c6c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fields parameter to reduce response size.</title>
<updated>2013-07-22T22:13:25+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-07-22T22:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=1c1dfa4867f7694339afb0b79ded21ca47e3492a'/>
<id>1c1dfa4867f7694339afb0b79ded21ca47e3492a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new contact parameter to the servlet.</title>
<updated>2013-07-19T14:48:45+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2013-07-17T07:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/onionoo.git/commit/?id=fd810e6c6b5ee46977142901105e35290806dcf0'/>
<id>fd810e6c6b5ee46977142901105e35290806dcf0</id>
<content type='text'>
Implements #5255.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #5255.
</pre>
</div>
</content>
</entry>
</feed>
