<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/atagar/tor-utils, branch master</title>
<subtitle>Damian's tor-utils repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/'/>
<entry>
<title>Using get_authorities()</title>
<updated>2013-09-02T16:38:24+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-09-02T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=2656c634ed61f332b84a86bdad4d8c5425a9d932'/>
<id>2656c634ed61f332b84a86bdad4d8c5425a9d932</id>
<content type='text'>
Stop using stem's DIRECTORY_AUTHORITIES constant directly since it's no longer
vending that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop using stem's DIRECTORY_AUTHORITIES constant directly since it's no longer
vending that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching notifications over to tor-consensus-health@</title>
<updated>2013-08-28T17:28:38+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-28T17:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=83889533a63cf56527dd4ee187fb5cae6221ca0d'/>
<id>83889533a63cf56527dd4ee187fb5cae6221ca0d</id>
<content type='text'>
Chaning the destination our notifications are sent to from me to the
tor-consensus-health@ list. This should help us to notice differences between
the new and old DocTor implementations.

Sender accounts were whitelisted on...

https://trac.torproject.org/9537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chaning the destination our notifications are sent to from me to the
tor-consensus-health@ list. This should help us to notice differences between
the new and old DocTor implementations.

Sender accounts were whitelisted on...

https://trac.torproject.org/9537
</pre>
</div>
</content>
</entry>
<entry>
<title>Using stem's directory authority information</title>
<updated>2013-08-28T17:14:24+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-28T17:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=cc58244a3fa63035519ec48b4c4e9326c69b8f07'/>
<id>cc58244a3fa63035519ec48b4c4e9326c69b8f07</id>
<content type='text'>
Stem commit 303b4df added more expansive directory authority information.
Taking advantage of that rather than tracking it ourselves. This has the added
advantage that DocTor alarms will let us know when stem's information is out of
date (yay for synergizing between projects!).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stem commit 303b4df added more expansive directory authority information.
Taking advantage of that rather than tracking it ourselves. This has the added
advantage that DocTor alarms will let us know when stem's information is out of
date (yay for synergizing between projects!).
</pre>
</div>
</content>
</entry>
<entry>
<title>Swapping to joint copyright</title>
<updated>2013-08-23T16:27:45+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-23T16:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=0be85e2ef6a2263ae93b003aa959cadf337d438f'/>
<id>0be85e2ef6a2263ae93b003aa959cadf337d438f</id>
<content type='text'>
Changing the copyright of our scripts to match stem (in which both the Tor
Project and I have joint copyright).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changing the copyright of our scripts to match stem (in which both the Tor
Project and I have joint copyright).
</pre>
</div>
</content>
</entry>
<entry>
<title>BadExits check misreported Faravahar</title>
<updated>2013-08-20T16:05:15+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T16:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=9b8a883665d79ab33d5924661ac45fb4b3691cb5'/>
<id>9b8a883665d79ab33d5924661ac45fb4b3691cb5</id>
<content type='text'>
Bah, a pox upon typos and python's method level scoping! A typo in our list
comprehension caused us to use the earlier 'authority' variable, causing us to
report the wrong authorities as having the flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bah, a pox upon typos and python's method level scoping! A typo in our list
comprehension caused us to use the earlier 'authority' variable, causing us to
report the wrong authorities as having the flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding DocTor's ConsensusMissingVotes check</title>
<updated>2013-08-20T02:29:54+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T02:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=098206092eeed28f0c8dfdc723289d7b4819cbc7'/>
<id>098206092eeed28f0c8dfdc723289d7b4819cbc7</id>
<content type='text'>
Another DocTor check we're missing, pointed out by Karsten.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another DocTor check we're missing, pointed out by Karsten.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding DocTor's ConsensusMissingSignatures check</title>
<updated>2013-08-20T01:57:18+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T01:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=c97d71efe8786a09b4a5affd1fa713cfd0a07e22'/>
<id>c97d71efe8786a09b4a5affd1fa713cfd0a07e22</id>
<content type='text'>
Oops, DocTor check I'd missed. I'm not entirely sure why we care about
consensus freshness here so leaving that out, but otherwise should be the same.
Caught thanks to Karsten.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oops, DocTor check I'd missed. I'm not entirely sure why we care about
consensus freshness here so leaving that out, but otherwise should be the same.
Caught thanks to Karsten.
</pre>
</div>
</content>
</entry>
<entry>
<title>Checking for the Named flag when getting the authority's descriptor</title>
<updated>2013-08-20T01:21:55+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T01:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=ef41db93b5c1478086b31caff7aaa0f1fcd39e1b'/>
<id>ef41db93b5c1478086b31caff7aaa0f1fcd39e1b</id>
<content type='text'>
Karsten made the good point that our monitor would be confused if another relay
had the same nickname as a authority. Side stepping this issue by also checking
for the Named flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Karsten made the good point that our monitor would be confused if another relay
had the same nickname as a authority. Side stepping this issue by also checking
for the Named flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping check that vote contains only a single authority</title>
<updated>2013-08-20T01:18:12+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T01:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=9fab9f85bd198bc90405a3b263cc2f520f09f74a'/>
<id>9fab9f85bd198bc90405a3b263cc2f520f09f74a</id>
<content type='text'>
Karsten made the good point that this check belongs in stem. Moved it there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Karsten made the good point that this check belongs in stem. Moved it there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo corrections</title>
<updated>2013-08-20T00:51:51+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2013-08-20T00:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/atagar/tor-utils.git/commit/?id=9abd3178b1318f249e95a5c56451de1c52083b53'/>
<id>9abd3178b1318f249e95a5c56451de1c52083b53</id>
<content type='text'>
Correcting typos spotted by Karsten.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correcting typos spotted by Karsten.
</pre>
</div>
</content>
</entry>
</feed>
