summaryrefslogtreecommitdiff
path: root/doc/spec/dir-spec.txt
AgeCommit message (Collapse)Author
2010-06-25Make spec docs reference RFC2119Nick Mathewson
Now people will have no excuse for not knowing what "MUST" and "MAY" mean. Fixes bug 1310.
2010-04-13Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson
Everything that accepted the 'Circ' name handled it wrong, so even now that we fixed the handling of the parameter, we wouldn't be able to set it without making all the 0.2.2.7..0.2.2.10 relays act wonky. This patch makes Tors accept the 'Circuit' name instead, so we can turn on circuit priorities without confusing the versions that treated the 'Circ' name as occasion to act weird.
2010-03-21Add a missing NL to dir-spec.Nick Mathewson
Found by Oğuz
2010-03-15fix some dangling refs in dirspecNick Mathewson
2010-03-13Clarify title of section 3.3Nick Mathewson
2010-02-25Update dir-spec.txt with begin_dir weights.Mike Perry
2010-02-22Update consensus methods in spec.Mike Perry
2010-02-22Update specs for weight computation and use.Mike Perry
2010-01-15whitespace fixesRoger Dingledine
2010-01-15fix some typos in our spec filesRoger Dingledine
2009-12-19start to document commonly used "param" argumentsRoger Dingledine
2009-12-17Fix bridge statistics.Karsten Loesing
Fix statistics on client numbers by country as seen by bridges that were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals instead of variable 12-to-48-hour intervals.
2009-09-30update spec to reflect change in Fast definitionRoger Dingledine
we made anybody who has 20KB/s Fast by definition, in 0.2.1.14-rc, but it looks like we forgot to fix the spec.
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
This code adds a new field to vote on: "params". It consists of a list of sorted key=int pairs. The output is computed as the median of all the integers for any key on which anybody voted. Improved with input from Roger.
2009-08-26typos in dir-specRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-18Update dir-spec.txt and man page.Karsten Loesing
2009-08-06Update dir-spec.txt to describe w line.Mike Perry
"Measured=" is present in votes regardless of consensus method.
2009-05-05Remove all svn metadata minus what I missed.Sebastian Hahn
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
2009-01-25Correct some typos while reading dir specs.Karsten Loesing
svn:r18266
2009-01-18mark off some done itemsRoger Dingledine
svn:r18173
2008-12-12Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵Nick Mathewson
side of 157. svn:r17611
2008-12-12Add cross-certification to authority key certificates. Partial ↵Nick Mathewson
implementation of proposal 157. svn:r17610
2008-12-09Merge proposal 136 into dir-spec.txt. We need to get better about doing this.Nick Mathewson
svn:r17528
2008-12-02A cryptic comment in dir-spec.txt is now a complete proposal.Nick Mathewson
svn:r17452
2008-11-09Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵Nick Mathewson
are all in the code now. svn:r17227
2008-11-05Make multiplicity of dir-address match code. Fix bug 849Nick Mathewson
svn:r17193
2008-11-05Yes, "NL" means "LF" to Tor.Nick Mathewson
svn:r17192
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
svn:r16983
2008-08-17make the description of geoip-client-origins more true to the codeRoger Dingledine
svn:r16579
2008-08-05Document that we break ties in favor of smaller SD digest if there are still ↵Peter Palfrader
ties after comparing the published timestamp svn:r16432
2008-06-13Merge proposal 138 as Closed and merge it into the main specPeter Palfrader
svn:r15232
2008-06-13Briefly mention consensus method 3Peter Palfrader
svn:r15231
2008-05-29Document our timelines for fetching consensuses. The language is not as ↵Nick Mathewson
clear as it could be; can anybody make it better? svn:r14803
2008-05-28minor fixesRoger Dingledine
svn:r14763
2008-05-21 r15704@host206: nickm | 2008-05-21 16:21:47 -0400Nick Mathewson
Clarification/explanation patch for specs, from Killerchicken svn:r14687
2008-05-13 r19721@catbus: nickm | 2008-05-13 00:59:53 -0400Nick Mathewson
Fix range in last patch svn:r14599
2008-05-13 r19719@catbus: nickm | 2008-05-13 00:53:26 -0400Nick Mathewson
Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598
2008-04-24I bet I screwed up while merging in the changes from the feature branch into ↵Peter Palfrader
my git-svn repository. Undo r14451 svn:r14452
2008-04-24Merge conditional consensus downloadingPeter Palfrader
svn:r14451
2008-04-24Document conditional consensus urls in dirspecPeter Palfrader
svn:r14448
2008-03-30 r19142@catbus: nickm | 2008-03-30 14:14:52 -0400Nick Mathewson
Merge proposals 130 and 105 into tor-spec and dir-spec; mark them closed. svn:r14247
2008-03-29 r15024@tombo: nickm | 2008-03-29 01:37:09 -0400Nick Mathewson
Close proposal 126 ("Getting GeoIP data and publishing usage summaries.") It was never completely built, so note which parts wer and which were not. Not-built parts would be good topics for future proposals. svn:r14232
2008-03-29 r15023@tombo: nickm | 2008-03-29 01:18:03 -0400Nick Mathewson
Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt. svn:r14231
2008-03-17 r18896@catbus: nickm | 2008-03-17 16:10:54 -0400Nick Mathewson
Fix bug in earlier bugfix. Note stupidness of allowing NULL policies at all. Disallow empty exit policies in router descriptors. svn:r14082
2008-02-05 r17929@catbus: nickm | 2008-02-05 17:10:26 -0500Nick Mathewson
Fix or downgrade a few XXX020 items. svn:r13393
2008-02-05 r17912@catbus: nickm | 2008-02-05 15:57:51 -0500Nick Mathewson
Document truncation of version lines svn:r13386
2007-12-13change the specs to match the codeRoger Dingledine
svn:r12799
2007-12-10New config options AuthDirBadDir and AuthDirListBadDirs forRoger Dingledine
authorities to mark certain relays as "bad directories" in the networkstatus documents. Also supports the "!baddir" directive in the approved-routers file. svn:r12754
2007-11-29and one last fixRoger Dingledine
svn:r12610