From 1effffab2a161898dd916a14e92546990c970184 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 1 Mar 2011 17:09:27 -0500 Subject: Make it able to start, stop, and monitor tor networks. still very rough. --- TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..ca3e7f5 --- /dev/null +++ b/TODO @@ -0,0 +1,28 @@ + +- Rename this. "onionsalad"? "onionchutney?" "kachumber"? "chutney"? + "pyaaz"? "ganda"? "piaz ka catni"? + + + +- Have ability to override default parameter values. + Search order for configuration values: + - command line + - network configuration file + - dotfile + - defaults + +- Get smarter about naming and numbering nodes if their number changes + +- Get smarter about when we need to kill the network and when we need to + restart nodes + +- Avoid regenerating so many authority keys: it's okay to recycle for + testing. + +- Right now we assume that we're acting like a fooctl startup/shutdown script + series. Instead we could run in a managed mode. + +- Document everything + +- Get it into git + -- cgit v1.2.3