summaryrefslogtreecommitdiff
path: root/doc/spec/dir-spec.txt
AgeCommit message (Collapse)Author
2011-02-21Remove specs from 0.2.1 branch: they have moved to a new repository.Nick Mathewson
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
2007-11-29fix some typos (i think) in the dir spec. also, note that you'dRoger Dingledine
better *not* publish a cosmetically similar descriptor within 12 hours of the last one. svn:r12605
2007-11-29is this a good idea, karsten/nick?Roger Dingledine
svn:r12604
2007-11-29doc fixes from karstenRoger Dingledine
svn:r12603
2007-11-08 r16573@catbus: nickm | 2007-11-08 11:57:16 -0500Nick Mathewson
Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440
2007-10-26 r16195@catbus: nickm | 2007-10-26 18:48:52 -0400Nick Mathewson
base "Guard" flag on WFU rather than MTBF. Note an issue in the TODO. Roger: thoughts? svn:r12219
2007-10-25finish cleaning up r12175tor-0.2.0.9-alphaRoger Dingledine
svn:r12179
2007-10-25ispell dir-spec; inspired by r12175.Roger Dingledine
svn:r12178
2007-10-25 r16134@catbus: nickm | 2007-10-24 23:34:59 -0400Nick Mathewson
Merge 122 into dir-spec.txt; mark it closed. svn:r12175
2007-10-23 r16053@catbus: nickm | 2007-10-22 20:20:23 -0400Nick Mathewson
Note that consensus-method is not a means for making backward-incompatible format changes. Because any point that confuses Roger will *definitely* confuse many non-Roger readers of dir-spec.txt ;) svn:r12112
2007-10-19 r15968@catbus: nickm | 2007-10-19 14:39:51 -0400Nick Mathewson
Implement code to compute which method to use to compute a consensus. Also, fix leak in consensus calculation. svn:r12054
2007-10-19 r15956@catbus: nickm | 2007-10-19 11:18:14 -0400Nick Mathewson
Encode address in certificates. Also, make it possible to create certs reusing an old key. svn:r12046
2007-10-19typoPeter Palfrader
svn:r12044
2007-10-19 r15938@catbus: nickm | 2007-10-18 22:04:59 -0400Nick Mathewson
Misc clarifications and corrections in dir-spec.txt svn:r12040
2007-10-11 r14885@Kushana: nickm | 2007-10-11 10:36:16 -0400Nick Mathewson
Document minimal values for voting times. Use a macro instead of a magic number. Remove an "enforce this" xxxx020 that was already enforced. svn:r11868
2007-10-09 r15603@catbus: nickm | 2007-10-09 17:02:27 -0400Nick Mathewson
Clarify "median". svn:r11819
2007-10-02 r15510@catbus: nickm | 2007-10-02 16:14:42 -0400Nick Mathewson
Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :) svn:r11749
2007-09-27Add a "fingerprint" in a smart placePeter Palfrader
svn:r11670
2007-09-27 r15416@catbus: nickm | 2007-09-27 12:30:19 -0400Nick Mathewson
Fix a copy-paste error in dir-spec.txt svn:r11667