Path to this page:
./
net/py-nyx,
Command-line monitor for the tor daemon
Branch: CURRENT,
Version: 2.1.0nb1,
Package name: py310-nyx-2.1.0nb1,
Maintainer: pkgsrc-usersNyx is a command-line monitor for Tor. With this you can get detailed
real-time information about your relay such as bandwidth usage,
connections, logs, and much more.
Required to run:[
lang/python37] [
devel/py-stem]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 6746.892 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-nyx-2.1.0nb1
- (2022-01-08) Updated to version: py39-nyx-2.1.0nb1
- (2021-10-07) Updated to version: py39-nyx-2.1.0
- (2019-11-03) Updated to version: py37-nyx-2.1.0
- (2019-03-03) Updated to version: py27-nyx-2.1.0
- (2018-10-23) Package added to pkgsrc.se, version py27-nyx-2.0.4 (created)
CVS history: (Expand)
2022-01-08 13:11:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-nyx: convert to egg.mk
Bump PKGREVISION.
|
2022-01-01 22:21:41 by Thomas Klausner | Files touched by this commit (9) |
Log message:
*: convert more to egg.mk
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-02-28 07:20:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-nyx: update to 2.1.0.
Version 2.1 (January 12th, 2019)
Fixup release, correcting issues uncovered in the prior year.
Startup
Connect by default to Tor Browser's default port (9151) when it's available
Nyxrc color_override configuration values only worked if camel case (ticket)
'sqlite3.OperationalError' crash when ran with multiple users that share \
a home directory (ticket)
Process renaming could potentially crash (ticket)
Blank debug path caused us to crash (ticket)
Nyxrc password option for the controller credential (ticket)
Accept shorthand '--interface' arugments with a colon but no address (ticket)
Notification when connection information is unavailable (ticket)
When using python 3.x unable to run if distutils was unavailable (ticket)
Header
Right column of stats missing when using python 3.x
Graph
Removed confusing, unit-less 'measured' statistic
Connections
Geoip information unavailable for inbound connections
Dialog showing exit statistics crashed when no data was available (ticket)
More strictly scrub sensitive connection information (ticket)
Client and exit port usage dialogs counted each connection rather than \
unique clients and destinations (ticket)
Logging
Python3 crashed when dates are on year boundaries (ticket)
Configuration Editor
New tor configuration options crashed nyx when shown (ticket)
Errors when saving the configuration could result in a stacktrace (ticket)
Pressing 'esc' when editing values changed their value to 'none' (ticket)
Reset configuration option if set to an empty value
Interpreter
Line wrap content (ticket)
Large volume of content made the panel sluggish (ticket)
Curses
Resizing could crash the interface (ticket)
Implemented del key in editable text fields (ticket)
Website
Greatly expanded platforms available on the download page
Added 'How do I get started?' to the FAQ
Added 'Why can't I install with apt-get?' to the FAQ
Added 'Why can't I see Tor's connections?' to the FAQ
|
2018-10-23 03:42:35 by Taylor R Campbell | Files touched by this commit (15) |
Log message:
Import stem-1.7.0, nyx-2.0.4, and sbws-0.8.0 from the Tor Project.
stem-1.7.0: Python library for controlling the tor daemon
nyx-2.0.4: curses monitor for the tor daemon
sbws-0.8.0: bandwidth scanner
nyx is a standalone application, so give it a meta-package net/nyx
with no py- prefix.
sbws is a standalone application too but only for designated Tor
plumbers, not for ordinary users, so leave it as py-sbws.
|