TODO 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Legend:
  2. SPEC!! - Not specified
  3. SPEC - Spec not finalized
  4. NICK - nick claims
  5. ARMA - arma claims
  6. - Not done
  7. * Top priority
  8. . Partially done
  9. o Done
  10. D Deferred
  11. X Abandoned
  12. . Use a stronger cipher
  13. o 3des for now
  14. - aes when we everybody has openssl 0.9.7
  15. . Topics / circuits
  16. o Implement topics
  17. o Rotate circuits after N minutes?
  18. X Circuits should expire when circuit->expire triggers
  19. NICK . Handle half-open connections
  20. - Figure out what causes connections to close, standardize
  21. when we mark a connection vs when we tear it down
  22. NICK - Look at what ssl does to keep from mutating data streams
  23. NICK . On the fly compression of each stream
  24. o Clean up the event loop (optimize and sanitize)
  25. ARMA o Remove that awful concept of 'roles'
  26. ARMA . Exit policies
  27. o Spec how to write the exit policies
  28. - Path selection algorithms
  29. - Let user request certain nodes
  30. - And disallow certain nodes
  31. D Choose path by jurisdiction, etc?
  32. - Rewrite how the AP works
  33. SPEC!! D Non-clique topologies
  34. D Implement our own memory management, at least for common structs
  35. . Appropriate logging
  36. - Come up with convention for what log level means what
  37. - Make code follow convention
  38. o Terminology
  39. o Circuits, topics, cells stay named that
  40. o 'Connection' gets divided, or renamed, or something?
  41. . DNS farm
  42. o Distribute queries onto the farm, get answers
  43. o Preemptively grow a new worker before he's needed
  44. - Prune workers when too many are idle
  45. o Keep track of which connections are in dns_wait
  46. o Need to cache positives/negatives on the tor side
  47. o Keep track of which queries have been asked
  48. . Better error handling when
  49. . An address doesn't resolve
  50. - We have max workers running
  51. - Consider taking the master out of the loop?
  52. . Directory servers
  53. D Automated reputation management
  54. NICK - Include key in source; sign directories
  55. - Add versions to code
  56. NICK - Have directories list recommended-versions
  57. - Quit if running the wrong version
  58. - Command-line option to override quit
  59. . Add more information to directory server entries
  60. o Exit policies
  61. D jurisdiction? others?
  62. SPEC!! D Figure out how to do threshold directory servers
  63. . Scrubbing proxies
  64. - Find an smtp proxy?
  65. - Check the old smtp proxy code
  66. o Find an ftp proxy? wget --passive
  67. D Wait until there are packet redirectors for Linux
  68. . Get socks4a support into Mozilla
  69. . Get tor to act like a socks server
  70. o socks4, socks4a
  71. - socks5
  72. SPEC!! - Handle socks commands other than connect, eg, bind?
  73. - Develop rendezvous points
  74. D Implement reply onions
  75. D Deploy and manage open source development site.
  76. . Documentation
  77. o Discussion of socks, tsocks, etc
  78. o On-the-network protocol
  79. o Onions
  80. o Cells
  81. . Better comments for functions!
  82. - Tests
  83. NICK o Testing harness/infrastructure
  84. . Unit tests
  85. D System tests (how?)
  86. - Performance tests, so we know when we've improved
  87. . webload infrastructure (Bruce)
  88. . httperf infrastructure (easy to set up)
  89. . oprofile (installed in RH 8.0)
  90. D Deploy a widespread network
  91. . Router twins
  92. o Choose twin if primary is down, when laying circuit
  93. D Load balancing between twins
  94. - Keep track of load over links/nodes, to
  95. know who's hosed
  96. NICK - Daemonize and package
  97. o Teach it to fork and background
  98. - Red Hat spec file
  99. - Debian spec file equivalent
  100. . Autoconf
  101. . Which .h files are we actually using? Port to:
  102. o Linux
  103. o BSD
  104. . Solaris
  105. . Windows
  106. NICK . OS X
  107. - openssl randomness
  108. - inet_ntoa, stdint.h
  109. - Make a script to set up a local network on your machine
  110. D Move away from openssl
  111. o Abstract out crypto calls
  112. D Look at nss, others? Just include code?
  113. . transition addr to sin_addr (huh?)
  114. . Clean up the number of places that get to look at prkey
  115. . Clearer bandwidth management
  116. - Total rate limiting
  117. . Look at OR handshake in more detail
  118. o Spec it
  119. - Merge OR and OP handshakes
  120. - But figure out how to indicate if we're OR?
  121. D Periodic link key rotation. Spec?
  122. - More flexibility in node addressing
  123. D Support IPv6 rather than just 4
  124. - Handle multihomed servers (config variable to set IP)
  125. . Move from onions to ephemeral DH
  126. o incremental path building
  127. - transition circuit-level sendmes to hop-level sendmes
  128. - implement truncate, truncated
  129. NICK - move from 192byte DH to 128byte DH, so it isn't so damn slow
  130. - exiting from not-last hop
  131. - OP logic to decide to extend/truncate a path
  132. - make sure exiting from the not-last hop works
  133. - logic to find last *open* hop, not last hop, in cpath
  134. - choose exit nodes by exit policies