[tor-commits] [nyx/master] Rewrite torrc panel

atagar at torproject.org atagar at torproject.org
Sun Feb 14 02:55:49 UTC 2016


commit 66cb24b9be8ae2d57361312a9ec2e039399af536
Merge: 53fbe02 42c19c2
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Feb 9 21:09:34 2016 -0800

    Rewrite torrc panel
    
    Only noticeable change is that we're dropping torrc validation. This has always
    confused users and been the #1 support question on irc. As discussed in other
    commits power users don't want this and newbies find it puzzling so better off
    without it.

 nyx/config/attributes.cfg               |  94 ------
 nyx/config/dedup.cfg                    |  91 ------
 nyx/config/strings.cfg                  | 107 -------
 nyx/config/torrc.cfg                    |  53 ----
 nyx/controller.py                       |  18 +-
 nyx/graph_panel.py                      |   1 -
 nyx/log_panel.py                        |  36 +--
 nyx/menu/actions.py                     |   7 +-
 nyx/popups.py                           |  20 +-
 nyx/settings/attributes.cfg             |  94 ++++++
 nyx/settings/dedup.cfg                  |  91 ++++++
 nyx/settings/strings.cfg                | 109 +++++++
 nyx/starter.py                          |   2 +-
 nyx/torrc_panel.py                      | 354 ++++++---------------
 nyx/util/__init__.py                    |  25 +-
 nyx/util/panel.py                       |  31 +-
 nyx/util/tor_config.py                  | 541 --------------------------------
 nyxrc.sample                            |  23 +-
 setup.py                                |   2 +-
 test/arguments.py                       |   8 +-
 test/util/expand_path.py                |  21 ++
 test/util/tracker/connection_tracker.py |   9 +-
 22 files changed, 491 insertions(+), 1246 deletions(-)



More information about the tor-commits mailing list