<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nyx, branch 2.0.2</title>
<subtitle>Command-line status monitor for tor</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/'/>
<entry>
<title>Installing fails with 'error: option --single-version-externally-managed not recognized'</title>
<updated>2017-11-06T19:20:28+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-06T19:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=c9bddc096a4e60d4ffdc420af5a77d9a0031cc39'/>
<id>c9bddc096a4e60d4ffdc420af5a77d9a0031cc39</id>
<content type='text'>
Damn that was a pita. Pip expects that cmdclasses are the setuptools version,
and chokes in a confusing fashion when using distutils instead. See the comment
for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Damn that was a pita. Pip expects that cmdclasses are the setuptools version,
and chokes in a confusing fashion when using distutils instead. See the comment
for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install fails due to missing run_nyx</title>
<updated>2017-11-05T23:45:48+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-05T23:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=979a070ab15521c8f7c5fff40dec9f0d8df764ac'/>
<id>979a070ab15521c8f7c5fff40dec9f0d8df764ac</id>
<content type='text'>
Not really sure if this will fix it or not, but installing via pip now fails
with...

  Running setup.py install for nyx ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__=...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not really sure if this will fix it or not, but installing via pip now fails
with...

  Running setup.py install for nyx ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__=...
</pre>
</div>
</content>
</entry>
<entry>
<title>Cannot install when stem is unavailable</title>
<updated>2017-11-05T23:29:16+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-05T23:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=55b1547eb9977dee76d749837b34f298fec1e36a'/>
<id>55b1547eb9977dee76d749837b34f298fec1e36a</id>
<content type='text'>
Damn. Installing with pip fails with an ImportError because our setup.py
imports nyx/__init__.py which in turn imports stem. As such just reading our
file instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Damn. Installing with pip fails with an ImportError because our setup.py
imports nyx/__init__.py which in turn imports stem. As such just reading our
file instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include manifest when packaging</title>
<updated>2017-11-05T22:52:37+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-05T22:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=0be8024a819fd88812862ab8aa57beb3fd83a509'/>
<id>0be8024a819fd88812862ab8aa57beb3fd83a509</id>
<content type='text'>
Stem dynamically generates a manifest to instruct distutil what to include and
exclude. Doing the same here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stem dynamically generates a manifest to instruct distutil what to include and
exclude. Doing the same here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dry-run packaging and update installation attributes</title>
<updated>2017-11-05T21:12:21+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-05T21:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=590a245efbb6fd6ac0ba149daf3d0d7ac283949b'/>
<id>590a245efbb6fd6ac0ba149daf3d0d7ac283949b</id>
<content type='text'>
Modeling our packaging after Stem, with support for release dry-runs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modeling our packaging after Stem, with support for release dry-runs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit tests</title>
<updated>2017-11-04T22:40:42+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-04T22:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=c4a7093cb3c0e96e5c6ae99e028a68305954e091'/>
<id>c4a7093cb3c0e96e5c6ae99e028a68305954e091</id>
<content type='text'>
Couple recent changes need to be accounted for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couple recent changes need to be accounted for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use inference resolution if proc is unavailable</title>
<updated>2017-11-04T22:31:42+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-04T22:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=08dbde23c1b8e9f2415723cb08d882ec7add07c8'/>
<id>08dbde23c1b8e9f2415723cb08d882ec7add07c8</id>
<content type='text'>
Oops. On reflection many platforms (OSX, BSD, etc) lack proc contents so we
shouldn't attempt to use them when unavailable. Otherwise the connection panel
will be delayed. Caught thanks to a report on tor-relays@.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oops. On reflection many platforms (OSX, BSD, etc) lack proc contents so we
shouldn't attempt to use them when unavailable. Otherwise the connection panel
will be delayed. Caught thanks to a report on tor-relays@.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lessen connection panel padding when there isn't geoip data</title>
<updated>2017-11-04T02:10:05+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-04T02:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=16e9c1f22a2087fd9e84466b5c30568ddc6696f8'/>
<id>16e9c1f22a2087fd9e84466b5c30568ddc6696f8</id>
<content type='text'>
When we don't list geoip information there's no need to reserve space for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we don't list geoip information there's no need to reserve space for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Inbound connections could be misaligned</title>
<updated>2017-11-04T02:07:31+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-04T02:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=53eb54fad3da89b19cd457b7e0e65317575747da'/>
<id>53eb54fad3da89b19cd457b7e0e65317575747da</id>
<content type='text'>
We padded the source and destination with different sizes to account for
listing a locale, but that padding was inverted for inbound connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We padded the source and destination with different sizes to account for
listing a locale, but that padding was inverted for inbound connections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't exitable connections to relays as exits</title>
<updated>2017-11-04T01:55:12+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2017-11-04T01:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=82a19385c73c14da932cbb0cd0a5b74a8a7077ef'/>
<id>82a19385c73c14da932cbb0cd0a5b74a8a7077ef</id>
<content type='text'>
If you have an exit policy that allows exiting then relay connections we could
conceivably exit to are labeled as 'EXIT'. That's wrong, and would
understandably spook folks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you have an exit policy that allows exiting then relay connections we could
conceivably exit to are labeled as 'EXIT'. That's wrong, and would
understandably spook folks.
</pre>
</div>
</content>
</entry>
</feed>
