001-process.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Filename: 001-process.txt
  2. Title: The Tor Proposal Process
  3. Version: $Revision: 11537 $
  4. Last-Modified: $Date: 2007-01-26T19:04:29.998860Z $
  5. Author: Nick Mathewson
  6. Created: 30-Jan-2007
  7. Status: Meta
  8. Overview:
  9. This document describes how to change the Tor specifications, how Tor
  10. proposals work, and the relationship between Tor proposals and the
  11. specifications.
  12. This is an informational document.
  13. Motivation:
  14. Previously, our process for updating the Tor specifications was maximally
  15. informal: we'd patch the specification (sometimes forking first, and
  16. sometimes not), then discuss the patches, reach consensus, and implement
  17. the changes.
  18. This had a few problems.
  19. First, even at its most efficient, the old process would often have the
  20. spec out of sync with the code. The worst cases were those where
  21. implementation was deferred: the spec and could stay out of sync for
  22. versions at a time.
  23. Second, it was hard to participate in discussion, since you had to know
  24. which portions of the spec were a proposal, and which were already
  25. implemented.
  26. Third, it littered the specifications with too many inline comments.
  27. [This was a real problem -NM]
  28. [Especially when it went to multiple levels! -NM]
  29. [XXXX especially when they weren't signed and talked about that
  30. thing that you can't remember after a year]
  31. How to change the specs now:
  32. First, somebody writes a proposal document. It should describe the change
  33. that should be made in detail, and give some idea of how to implement it.
  34. Once it's fleshed out enough, it becomes a proposal.
  35. Like an RFC, every proposal gets a number. Unlike RFCs, proposals can
  36. change over time and keep the same number. The history for each proposal
  37. will be stored in the Tor Subversion repository.
  38. Once a proposal is in the repository, we should discuss and improve it
  39. until we've reached consensus that it's a good idea, and that it's
  40. detailed enough to implement. When this happens, we implement the
  41. proposal and incorporate it into the specifications. Thus, the specs
  42. remain the canonical documentation for the Tor protocol: no proposal is
  43. ever the canonical documentation for an implemented feature.
  44. {It's still okay to make mall changes to the spec if the code can be
  45. written more or less immediately, or cosmetic changes if no code change is
  46. required. This document reflects the current developers' _intent_, not
  47. a permanent promise to always use this process in the future: we reserve
  48. the right to get really excited and run off and implement something in a
  49. caffeine-and-m&m-fueled all-night hacking session.}
  50. Proposal status:
  51. Open: A proposal under discussion.
  52. Accepted: The proposal is complete, and we intend to implement it.
  53. Finished: The proposal has been accepted and implemented.
  54. Closed: The proposal has been accepted, implemented, and merged into the
  55. main specification documents.
  56. Rejected: We're not going to implement the feature as described here,
  57. though we might do some other version. See comments in the document
  58. for details.
  59. Needs-Revision: The idea for the proposal is a good one, but the proposal
  60. as it stands has serious problems that keep it from being accepted.
  61. See comments in the document for details.
  62. Dead: The proposal hasn't been touched in a long time, and it doesn't look
  63. like anybody is going to complete it soon.
  64. Needs-Research: There are research problems that need to be solved before
  65. it's clear whether the proposal is a good idea.
  66. Meta: This is not a proposal, but a document about proposals.
  67. Proposal numbering:
  68. Numbers 000-099 are reserved for special and meta-proposals. 100 and up
  69. are used for actual proposals. Numbers aren't recycled.
  70. What should go in a proposal:
  71. WRITE MORE.
  72. Before a proposal is "ACCEPTED", it should have about as much detail as
  73. the specs would for the proposed feature.