summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | prop#249: Add detail on padding the number of bytes in each direction.Isis Lovecruft2017-12-14
| | | |
* | | | prop#249: Add link specifiers and a section on new subprotocol numbers.Isis Lovecruft2017-12-14
| | | |
* | | | prop#249: Add note about interaction with OOM manager.Isis Lovecruft2017-12-14
| | | |
* | | | prop#249: Add example of how to avoid exhausting RELAY_EARLY cells.Isis Lovecruft2017-12-14
| | | |
* | | | Typo fixes in prop#249, prop#276, and prop#279.Isis Lovecruft2017-12-13
| | | |
* | | | prop#249: Add recommendation on equal number of cells in each direction.Isis Lovecruft2017-12-13
| | | |
* | | | prop#249: Add note on padding being randomness or zeroes.Isis Lovecruft2017-12-13
| | | |
* | | | Add Ticket: field for prop#140.Isis Lovecruft2017-12-13
| |/ / |/| |
* | | Update the list of current torspec editors.Isis Lovecruft2017-12-08
| | |
* | | Require a "Ticket:" field for future proposals in certain states.Isis Lovecruft2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New proposals in states {OPEN,ACCEPTED,CLOSED,FINISHED} must have a "Ticket:" field which may either be a ticket number or a publicly accessible URL. When the ticket is just a number, it should be in reference to Tor's canonical bug tracker. This information greatly helps both new contributors and relay operators who are interested in the implementation status of a working proposal. This patch permits the "Ticket:" field to be added to older proposals (<= prop#288), but it does not require it.
* | | mark 284 as finished.Nick Mathewson2017-12-05
| | |
* | | Merge remote-tracking branch 'dgoulet/ticket20699_02'Nick Mathewson2017-12-05
|\ \ \
| * | | prop284: Extend HSPOST to accept an onion addressticket20699_02David Goulet2017-11-15
| | |/ | |/| | | | | | | Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | Merge remote-tracking branch 'teor/bug23826-23828-v2'Nick Mathewson2017-12-04
|\ \ \
| * | | Revise proposal 283 based on Nick's feedbackteor2017-11-22
| | | |
| * | | Fix a minor size miscalculation in prop283teor2017-10-26
| | | |
| * | | Add consensus method 28, which removes IPv6 addresses from microdescriptorsteor2017-10-26
| | | | | | | | | | | | | | | | Documents #23828.
| * | | Add consensus method 27, which adds IPv6 addresses to the micro consensusteor2017-10-26
| | | | | | | | | | | | | | | | Documents #23826.
| * | | Document current authority IPv6 reachability behaviour in dir-specteor2017-10-26
| | | | | | | | | | | | | | | | This is the tor-spec part of #23870.
* | | | mark prop280 as supersededNick Mathewson2017-12-01
| | | |
* | | | Add privcount-with-shamir proposalNick Mathewson2017-12-01
| | | |
* | | | control: Note tor version for ADD_ONION added optionsDavid Goulet2017-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tor version of when it was added was not documented for those two options of ADD_ONION: MaxStreams=[0..65535] Flag=MaxStreamsCloseCircuit Part of #24201 Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | | Add proposal 287, for real this timeNick Mathewson2017-11-30
| | | |
* | | | Add proposal 287Nick Mathewson2017-11-30
| | | |
* | | | Add prop286: Controller APIs for hibernation access on mobileNick Mathewson2017-11-30
| |/ / |/| |
* | | Merge remote-tracking branch 'dgoulet/ticket24201_01'Nick Mathewson2017-11-14
|\ \ \
| * | | control: Document missing options to ADD_ONIONticket24201_01David Goulet2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the optional argument "MaxStreams=" and the flag value "MaxStreamsCloseCircuit" that are implemented but not specified in the control spec. Closes #24201. Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | | 285: fix up some of the simpler issuesNick Mathewson2017-11-14
|/ / /
* | | proposal 285: utf-8 all the thingsNick Mathewson2017-11-13
| | |
* | | dir-spec: Document consensus param HSV3MaxDescriptorSizeticket24118_02David Goulet2017-11-13
| | | | | | | | | | | | Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | prop284: Specify that the REPLICA= argument can't be usedDavid Goulet2017-11-10
| | | | | | | | | | | | | | | | | | For v3, we don't have this concept of replica attached to a descriptor ID. Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | prop284: 32 bytes base64 encoded is 43 bytes, not 32David Goulet2017-11-10
| | | | | | | | | | | | | | | | | | Trivial fix. Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | prop284: Improve the ADD_ONION new key type wordingticket24165_01David Goulet2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also define the new ed25519 key blob encoding format which is the same format as the current v2 key blob is expected to be in. Closes #24165 Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | prop284: dos2unix the proposalDavid Goulet2017-11-07
| | | | | | | | | | | | Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | Merge remote-tracking branch 'asn/ticket24118_01'Nick Mathewson2017-11-07
|\ \ \
| * | | fixup! dir-spec: Document HS v3 consensus paramsGeorge Kadianakis2017-11-03
| | | |
| * | | dir-spec: Document HS v3 consensus paramsticket24118_01David Goulet2017-11-01
| | | | | | | | | | | | | | | | Signed-off-by: David Goulet <dgoulet@torproject.org>
* | | | add proposal 284: Hidden Service v3 Control PortNick Mathewson2017-11-06
|/ / /
* | | Merge remote-tracking branch 'public/owning_control_fd'Nick Mathewson2017-11-01
|\ \ \
| * | | Document __OwningControllerFDNick Mathewson2017-10-18
| | | |
* | | | Control-spec: document which signals have POSIX equivalentsNick Mathewson2017-10-30
| |/ / |/| |
* | | Correct the multiplicity of the "p" line in microdescriptorsteor2017-10-26
| | | | | | | | | | | | | | | | | | | | | These are all "at most once" items -- saying "zero times" implies that we should reject md documents that include them, which isn't true. Fixes 24007.
* | | Correct the multiplicity of the "a" lines.Nick Mathewson2017-10-25
| | | | | | | | | | | | | | | | | | These are all "any number" items -- saying "at most once" implies that we should reject consensus or md documents that include them more then once, which isn't true.
* | | Add 283: Move IPv6 ORPorts from microdescriptors to the microdesc consensusNick Mathewson2017-10-25
| | |
* | | Document the current "or-address" and "a" line implementationteor2017-10-25
| | | | | | | | | | | | Preparation for #20916.
* | | Add descriptions for consensus methods 19 to 21teor2017-10-25
| | | | | | | | | | | | And clarify consensus method 18.
* | | Fix some dir-spec.txt typos and formattingteor2017-10-25
| | |
* | | Merge remote-tracking branch 'arma/ticket23637-spec'Nick Mathewson2017-10-24
|\ \ \
| * | | assign Exit flag differently (from ticket 23637)Roger Dingledine2017-09-24
| | | |
* | | | Break up a paragraph into bullet pointsNick Mathewson2017-10-24
| | | | | | | | | | | | | | | | Also, s/hexidecimal/hexadecimal/.