aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
AgeCommit message (Collapse)Author
2016-11-29Merge proposal 264 to dir-spec and tor-specDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2016-10-31Add DirPort url for retrieving the microdescriptor consensusDamian Johnson
Neat! Turns out tor supports this, just wasn't documented... https://trac.torproject.org/projects/tor/ticket/20501#comment:5
2016-10-27Add two entries to big list of consensus methodsNick Mathewson
2016-10-26Be more specific about consensus method 26 changes.Matt Traudt
2016-10-26Update dir-spec with consensus method 26Matt Traudt
2016-10-24Merge remote-tracking branch 'pastly/ticket20273'Nick Mathewson
2016-10-15dir-spec: Fix two typos and a missing comma from a subordinate clause.Isis Lovecruft
2016-10-03Change 1 to weight_scale in dir-spec section 3.8.3Matt Traudt
2016-09-08Specify "p" lines in a consensus as requiredSebastian Hahn
This is motivated to remove an ambiguity about what a missing "p" line means when comparing historical consensus data.
2016-09-06Consensus method 24: don't list invalid nodes.Nick Mathewson
Also, note that you can safely assume that methods before 13 will never happen. Part of proposal 272.
2016-09-06Add consensus method 23 to supported methodsMatt Traudt
2016-08-30Replaced a vague may with RFC-ish MAYIvan Markin
2016-07-01Add Version field in shared-rand-commit.George Kadianakis
This is the case in the current codebase.
2016-07-01Provide more information on the SR vote fields.George Kadianakis
based on arma's comments. Specifically: - Give example of algname. - Point to relevant sections of prop250 when needed. - Fix the max value of AuthDirNumSRVAgreements.
2016-07-01Add shared randomness (prop250) info to dir-spec.txt .George Kadianakis
2016-06-29Clarify what the identity key it isIvan Markin
2016-06-29clarify router-sig-ed25519 even harderNick Mathewson
2016-06-29Simplified router-sig-ed25519 descriptonIvan Markin
2016-06-29Merge remote-tracking branch 'karsten/task-19283'Nick Mathewson
2016-06-29Fixed typos (identity-25519 -> identity-ed25519)Ivan Markin
2016-06-29Fixed a typo in dir-spec.txtIvan Markin
2016-06-29Fixed a typo in dir-specIvan Markin
2016-06-28Specify "tunnelled-dir-server" line.Karsten Loesing
Partial implementation of prop 237, ticket 12538. See also 1ceb714 in tor.git.
2016-04-18Note #18815 change of UseOptimisticData default.Nick Mathewson
2016-04-13dir-spec.txt: Update requirements for Guard/Fast flags.George Kadianakis
2016-03-15Clarify NoEdConsensus flag a bit harder.Nick Mathewson
(Note that no corresponding tor change is needed, since we don't actually use these keys yet.) Resolves 17668.{S1,T1}
2016-02-23Document how ed25519 voting actually should workNick Mathewson
2016-01-25Fix a typo in the directory spec where cache was used instead of clientteor (Tim Wilson-Brown)
2016-01-25Clients may bootstrap from a default fallback directory mirrorteor (Tim Wilson-Brown)
Update the directory spec to describe client behaviour with default fallback directory mirrors after #15775 and #4483.
2016-01-12Document which descriptor items aren't allowed to take extra argsNick Mathewson
Closes #16227
2015-10-22Update dir-spec.txt with HSDir flag requirementsDavid Goulet
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-08-25Try to clarify some ed25519 stuff moreNick Mathewson
2015-08-12Describe some more ed25519 stuffNick Mathewson
2015-08-12Start writing/copying/adding a bunch of stuff about ed25519 keysNick Mathewson
2015-03-16Make it clearer that hidserv-stats can be negative.Karsten Loesing
Fixes #15276.
2015-03-15Merge remote-tracking branch 'karsten/hidserv-stats'Nick Mathewson
2015-02-27merge prop227 into dir-specNick Mathewson
2015-02-24Standardizing on the name 'server descriptor'Damian Johnson
We use a few names for the main self-published descriptor documents... https://trac.torproject.org/projects/tor/ticket/14987 Standardizing on the name 'server descriptor'. This change was made with a few quick runs of sed... % find ./* -type f -exec sed -i 's/router descriptor/server descriptor/' "{}" +; % find ./* -type f -exec sed -i 's/Router descriptor/Server descriptor/' "{}" +; % find ./* -type f -exec sed -i 's/Router Descriptor/Server Descriptor/' "{}" +; ... then reverting the attic changes, and scanning the rest to be sure it doesn't include any functional impact.
2015-02-24Add hidserv-stats from proposal 238.Karsten Loesing
2015-02-06Refer to Bandwidth calcuation in "w" line descriptionSebastian Hahn
2015-02-06Clarify dir-spec about Unmeasured=1 valueSebastian Hahn
2015-01-14Merge remote-tracking branch 'asn/bug14149'Nick Mathewson
2015-01-10Change spec to the current value of MinUptimeHidServDirectoryV2.George Kadianakis
2014-12-30Actually, this patch is going into 0.2.6.2-alpha, not 0.2.6.1-alphaNick Mathewson
2014-12-20If the consensus doesn't contain exits, don't build exit pathsteor
If the consensus doesn't contain exits, we only build internal paths. This is enough to allow reachability tests (which can enable exits to bootstrap), and hidden services. If we subsequently receive a consensus with exits, start building exit paths. Update dir-spec and path-spec to document this. Update control-spec to document changes in controller bootstrap messages. Based on changes made in tor to resolve bug #13814.
2014-11-14Document more networkstatus parameters.Nick Mathewson
List the ones I don't know how to document. Try to find the version in which each one first appeared. Closes #12888
2014-11-13Document what we mean by "PEM format".Nick Mathewson
Closes ticket 13042
2014-11-02Note that we will be dropping the "protocol" lines sooner or laterNick Mathewson
(See ticket #13593)
2014-09-06BadDirectory flag removal (#13060)Sebastian Hahn
2014-08-18Changes for proposal 215Nick Mathewson
13 is now the minimum consensus method; 1 is no longer required.