diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml index 5ed5c59e..5efa81b8 100644 --- a/getinvolved/en/volunteer.wml +++ b/getinvolved/en/volunteer.wml @@ -989,6 +989,7 @@ get ya started...
  • Windows support. Like most curses applications Nyx doesn't run natively on Windows. We've had dozens of users request this and it should be possible. This would involve supporting PDCurses and expanding Stem to be able to query the cpu/memory usage of the tor process.
  • Unit testing! Nyx has started adding tests but it's still very minimal. Achieving any substantial code coverage will require us to figure out how to unit test curses components.
  • Onionoo provides additional relay information that could enrich our connection panel such as geoip and rdns. Trick is that at present we can only query it on a per-relay basis which would leak our connections (no-go for security). However, if we could get information about all relays in bulk it would sidestep this. For some old thoughts on this see here.
  • +
  • Relay setup wizard. Our last release had this (screenshots: 1, 2, 3). This has been removed because including it directly in Nyx confused users, but we might want to resurrect it as a separate setup-tor-relay command.
  • ... and more! Again, don't hesitate to propose ideas of your own.