<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nyx, branch 1.4.4.0</title>
<subtitle>Command-line status monitor for tor</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/'/>
<entry>
<title>Arm release 1.4.4</title>
<updated>2011-09-25T21:36:41+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-25T21:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=881c67adcfb60bac79feeafd7d2a0ae6fd40408d'/>
<id>881c67adcfb60bac79feeafd7d2a0ae6fd40408d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding changelog notes for 1.4.4</title>
<updated>2011-09-25T21:30:28+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-25T21:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=902455c92f5e16e5646f9cf02ccd5fee8d474389'/>
<id>902455c92f5e16e5646f9cf02ccd5fee8d474389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor fixes spotted while prepping for release</title>
<updated>2011-09-25T00:53:25+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-25T00:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=d84dc4dba0c3143337ba6ebbf50f75df33ae6e15'/>
<id>d84dc4dba0c3143337ba6ebbf50f75df33ae6e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: renaming prompt and format to avoid ambiguity</title>
<updated>2011-09-25T00:31:29+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-25T00:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=e2e3091c1af2741e046831fdecd73677b3c1652b'/>
<id>e2e3091c1af2741e046831fdecd73677b3c1652b</id>
<content type='text'>
Renaming the prompt function and format variable to avoid a naming conflict
with other uses of that name in the module. Not actually an error, but could
lead to headaches if it did cause a bug. Caught by pylint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renaming the prompt function and format variable to avoid a naming conflict
with other uses of that name in the module. Not actually an error, but could
lead to headaches if it did cause a bug. Caught by pylint.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cautioning users against running arm as root</title>
<updated>2011-09-24T23:56:26+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T23:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=e0248705018a57c55d7c99295a66857b617a06f1'/>
<id>e0248705018a57c55d7c99295a66857b617a06f1</id>
<content type='text'>
Notice level message at startup that cautions the user against running arm as
root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notice level message at startup that cautions the user against running arm as
root.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: fetching relay address could ignored default</title>
<updated>2011-09-24T23:43:47+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T23:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=0b9d52bc7c33aa722cca219882832bc4d2ed44a6'/>
<id>0b9d52bc7c33aa722cca219882832bc4d2ed44a6</id>
<content type='text'>
The getRelayAddress function would ignore its default argument if tor is shut
down, causing it to return None and make arm crash. This is probably a timing
issue which is why it went undiscovered so long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The getRelayAddress function would ignore its default argument if tor is shut
down, causing it to return None and make arm crash. This is probably a timing
issue which is why it went undiscovered so long.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cautioning users against running tor as root</title>
<updated>2011-09-24T23:14:22+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T23:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=b1a5794c26d02b31a32762a4ef357878f4742fb7'/>
<id>b1a5794c26d02b31a32762a4ef357878f4742fb7</id>
<content type='text'>
Notice level message at startup that cautions the user against running tor as
root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notice level message at startup that cautions the user against running tor as
root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Toning down arm's notice when resolvers fail</title>
<updated>2011-09-24T22:27:38+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=019ee06a104b796bee4398efc7b6dff4c368fc09'/>
<id>019ee06a104b796bee4398efc7b6dff4c368fc09</id>
<content type='text'>
When arm failed to query tor's connections it would give a short warning saying
so. This often spooked users so lowering this to be a NOTICE and giving more
information on both what happened and how to fix it (99% of the time this is a
simple permissions issue). Change requested by Sebastian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When arm failed to query tor's connections it would give a short warning saying
so. This often spooked users so lowering this to be a NOTICE and giving more
information on both what happened and how to fix it (99% of the time this is a
simple permissions issue). Change requested by Sebastian
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: dropping os check for startup wizard option</title>
<updated>2011-09-24T21:43:35+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T21:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=7a187c482f306fbfbe83552cc2a618e393e357e3'/>
<id>7a187c482f306fbfbe83552cc2a618e393e357e3</id>
<content type='text'>
The startup wizard option is currently unimplemented and disabled in the
setting.cfg. However, there was an os compatability check left over from when I
was gonna implement it. That and its comment were confusing since the option's
not implemented so commenting it out with a more up to date expanation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The startup wizard option is currently unimplemented and disabled in the
setting.cfg. However, there was an os compatability check left over from when I
was gonna implement it. That and its comment were confusing since the option's
not implemented so commenting it out with a more up to date expanation.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: wizard showed wrong torrc path for sys torrc</title>
<updated>2011-09-24T21:33:25+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-24T21:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=458073c58d103b8dc633b36f56d77602865911e7'/>
<id>458073c58d103b8dc633b36f56d77602865911e7</id>
<content type='text'>
When the user opts for the generated torrc to be for the system instance the
wizard shows the wrong path in the confirmation panel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the user opts for the generated torrc to be for the system instance the
wizard shows the wrong path in the confirmation panel.
</pre>
</div>
</content>
</entry>
</feed>
