TODO 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Legend:
  2. SPEC!! - Not specified
  3. SPEC - Spec not finalized
  4. - Not done
  5. * Top priority
  6. . Partially done
  7. o Done
  8. D Deferred
  9. X Abandoned
  10. . Topics / circuits
  11. o Implement topics
  12. - Rotate circuits after N minutes?
  13. - Circuits should expire when circuit->expire triggers
  14. - Handle half-open connections
  15. - On the fly compression of each stream
  16. . Clean up the event loop (optimize and sanitize)
  17. - Exit policies
  18. - Path selection algorithms
  19. - Let user request certain nodes
  20. - And disallow certain nodes
  21. - Choose path by jurisdiction, etc?
  22. D Implement our own memory management, at least for common structs
  23. . Appropriate logging
  24. - Come up with convention for what log level means what
  25. - Make code follow convention
  26. . Terminology
  27. o Circuits, topics, cells stay named that
  28. - 'Connection' gets divided, or renamed, or something?
  29. . DNS farm
  30. o Distribute queries onto the farm, get answers
  31. o Preemptively grow a new worker before he's needed
  32. - Prune workers when too many are idle
  33. o Keep track of which connections are in dns_wait
  34. o Need to cache positives/negatives on the tor side
  35. o Keep track of which queries have been asked
  36. . Better error handling when
  37. . An address doesn't resolve
  38. - We have max workers running
  39. - Consider taking the master out of the loop?
  40. . Directory servers
  41. - Automated reputation management
  42. - Include key in source; sign directories
  43. - Have directories list recommended-versions
  44. - Quit if running the wrong version
  45. - Command-line option to override quit
  46. . Add more information to directory server entries
  47. - Exit policies
  48. - jurisdiction? others?
  49. SPEC!! - Figure out how to do threshold directory servers
  50. . Scrubbing proxies
  51. - Find an smtp proxy?
  52. - Find an ftp proxy? Figure out how that would work?
  53. - Wait until there are packet redirectors for Linux
  54. . Get socks4a support into Mozilla
  55. . Get tor to act like a socks server
  56. o socks4, socks4a
  57. - socks5
  58. SPEC!! - Handle socks commands other than connect, eg, bind?
  59. - Develop rendezvous points
  60. D Implement reply onions
  61. D Deploy and manage open source development site.
  62. . Documentation
  63. . Discussion of socks, tsocks, etc
  64. - On-the-network protocol
  65. - Onions
  66. - Cells
  67. . Better comments for functions!
  68. - Tests
  69. - Testing harness/infrastructure
  70. - Unit tests
  71. - System tests (how?)
  72. - Performance tests, so we know when we've improved
  73. . webload infrastructure (Bruce)
  74. . httperf infrastructure (easy to set up)
  75. . oprofile (installed in RH 8.0)
  76. D Deploy a widespread network
  77. . Router twins
  78. o Choose twin if primary is down, when laying circuit
  79. - Load balancing between twins
  80. - Keep track of load over links/nodes, to
  81. know who's hosed
  82. - Daemonize and package
  83. - Teach it to fork and background
  84. - Red Hat spec file
  85. - Debian spec file equivalent
  86. . Autoconf
  87. . Which .h files are we actually using? Port to:
  88. o Linux
  89. o BSD
  90. . Solaris
  91. . Windows
  92. . Move away from openssl
  93. o Abstract out crypto calls
  94. - Look at ndss, others? Just include code?
  95. . transition addr to sin_addr (huh?)
  96. . Clean up the number of places that get to look at prkey
  97. SPEC!! - Non-clique topologies, clearer bandwidth management
  98. . Look at OR handshake in more detail
  99. - Spec it
  100. - Merge OR and OP handshakes?
  101. - Periodic link key rotation. Spec?
  102. - Support IPv6 rather than just 4