Mike Perry
7af0aa25d8
Update dir-spec.txt with new weight constraints.
2010-09-27 09:11:55 -07:00
Roger Dingledine
0ac67bf3c3
perconnbwrate and perconnbwburst consensus params
2010-09-16 00:17:39 -04:00
Roger Dingledine
277295efc1
circwindow consensus param != CircWindow
...
aka update dir-spec.txt to reflect reality
2010-09-15 17:55:30 -04:00
Karsten Loesing
db94b7f46e
Count bytes we spend on answering directory requests.
2010-08-18 13:54:41 +02:00
Karsten Loesing
b3b3c919c6
Fix copy-and-paste fail in dir-spec.txt.
2010-08-03 13:12:06 +02:00
Mike Perry
9d5d0f040f
Alter how guard flags are chosen.
...
V3 authorities no longer decide not to vote on Guard+Exit. The bandwidth
weights should take care of this now.
Also, lower the max threshold for WFU to 0.98, to allow more nodes to become
guards.
2010-07-14 20:49:19 -07:00
Nick Mathewson
deb9e4aff7
Make spec docs reference RFC2119
...
Now people will have no excuse for not knowing what "MUST" and "MAY"
mean. Fixes bug 1310.
2010-06-25 14:58:25 -04:00
Nick Mathewson
96a0edf373
Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec
...
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-04-13 13:29:30 -04:00
Nick Mathewson
28cda33299
Add a missing NL to dir-spec.
...
Found by Oğuz
2010-03-21 12:45:01 -04:00
Nick Mathewson
03b9c2cb90
fix some dangling refs in dirspec
2010-03-15 15:41:59 -04:00
Nick Mathewson
f8d176d1b9
Clarify title of section 3.3
2010-03-13 14:54:05 -05:00
Mike Perry
00f9a35678
Update dir-spec.txt with begin_dir weights.
2010-02-25 11:42:24 -08:00
Mike Perry
4311318f7d
Update consensus methods in spec.
2010-02-22 18:43:44 -08:00
Mike Perry
5d4f5ef07d
Update specs for weight computation and use.
2010-02-22 16:52:11 -08:00
Roger Dingledine
b9f1bd3c4e
whitespace fixes
2010-01-15 15:58:35 -05:00
Roger Dingledine
397f7c874f
fix some typos in our spec files
2010-01-15 15:56:54 -05:00
Roger Dingledine
d035b65cd7
start to document commonly used "param" arguments
2009-12-19 05:11:50 -05:00
Karsten Loesing
e1e5c1b3ab
Fix bridge statistics.
...
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-12-17 09:22:55 +01:00
Roger Dingledine
bda2a94cf9
update spec to reflect change in Fast definition
...
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-30 19:02:05 -04:00
Nick Mathewson
381766ce4b
Implement proposal 167: Authorities vote on network parameters.
...
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-09-14 23:21:53 -04:00
Roger Dingledine
5965a85ce0
typos in dir-spec
2009-08-26 14:48:13 -04:00
Nick Mathewson
1d9b8a1e16
Merge commit 'karsten/proposal-166-impl-master'
2009-08-26 11:36:40 -04:00
Karsten Loesing
10fbc998e1
Update dir-spec.txt and man page.
2009-08-18 16:14:22 +02:00
Mike Perry
db297fb944
Update dir-spec.txt to describe w line.
...
"Measured=" is present in votes regardless of consensus method.
2009-08-06 11:48:03 -07:00
Sebastian Hahn
d230827912
Remove all svn metadata minus what I missed.
...
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$
meaningless. Remove them without replacement.
2009-05-05 17:05:46 +02:00
Karsten Loesing
ed48c58838
Correct some typos while reading dir specs.
...
svn:r18266
2009-01-25 11:26:11 +00:00
Roger Dingledine
44a3587d74
mark off some done items
...
svn:r18173
2009-01-18 20:48:43 +00:00
Nick Mathewson
5fb2ab1e65
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
...
svn:r17611
2008-12-12 19:05:36 +00:00
Nick Mathewson
69ce955484
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
...
svn:r17610
2008-12-12 18:31:39 +00:00
Nick Mathewson
eb19ddb020
Merge proposal 136 into dir-spec.txt. We need to get better about doing this.
...
svn:r17528
2008-12-09 13:57:23 +00:00
Nick Mathewson
1b95a8e68a
A cryptic comment in dir-spec.txt is now a complete proposal.
...
svn:r17452
2008-12-02 23:02:31 +00:00
Nick Mathewson
dcfbd1e024
Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they are all in the code now.
...
svn:r17227
2008-11-09 16:41:06 +00:00
Nick Mathewson
ad6971d3b3
Make multiplicity of dir-address match code. Fix bug 849
...
svn:r17193
2008-11-05 18:35:53 +00:00
Nick Mathewson
39db9fbe00
Yes, "NL" means "LF" to Tor.
...
svn:r17192
2008-11-05 18:31:28 +00:00
Nick Mathewson
e147e867be
Proposal 152 implementation from Josh Albrecht, with tweaks.
...
svn:r16983
2008-09-26 18:58:45 +00:00
Roger Dingledine
70a54ed850
make the description of geoip-client-origins more true to the code
...
svn:r16579
2008-08-17 21:49:06 +00:00
Peter Palfrader
0cfb68454e
Document that we break ties in favor of smaller SD digest if there are still ties after comparing the published timestamp
...
svn:r16432
2008-08-05 18:54:23 +00:00
Peter Palfrader
3234f6d298
Merge proposal 138 as Closed and merge it into the main spec
...
svn:r15232
2008-06-13 21:30:20 +00:00
Peter Palfrader
514960ea03
Briefly mention consensus method 3
...
svn:r15231
2008-06-13 21:30:17 +00:00
Nick Mathewson
582046e85f
Document our timelines for fetching consensuses. The language is not as clear as it could be; can anybody make it better?
...
svn:r14803
2008-05-29 02:51:47 +00:00
Roger Dingledine
60ca544578
minor fixes
...
svn:r14763
2008-05-28 04:32:59 +00:00
Nick Mathewson
d503e1f285
r15704@host206: nickm | 2008-05-21 16:21:47 -0400
...
Clarification/explanation patch for specs, from Killerchicken
svn:r14687
2008-05-21 20:22:43 +00:00
Nick Mathewson
5fd1e77b0f
r19721@catbus: nickm | 2008-05-13 00:59:53 -0400
...
Fix range in last patch
svn:r14599
2008-05-13 05:00:09 +00:00
Nick Mathewson
65e91f8d14
r19719@catbus: nickm | 2008-05-13 00:53:26 -0400
...
Apply dir-spec clarity patch from Sebastian Hahn.
svn:r14598
2008-05-13 04:53:38 +00:00
Peter Palfrader
ca43044600
I bet I screwed up while merging in the changes from the feature branch into my git-svn repository. Undo r14451
...
svn:r14452
2008-04-24 15:43:25 +00:00
Peter Palfrader
016e67f941
Merge conditional consensus downloading
...
svn:r14451
2008-04-24 15:39:14 +00:00
Peter Palfrader
c65121b81f
Document conditional consensus urls in dirspec
...
svn:r14448
2008-04-24 15:39:03 +00:00
Nick Mathewson
3e992ee419
r19142@catbus: nickm | 2008-03-30 14:14:52 -0400
...
Merge proposals 130 and 105 into tor-spec and dir-spec; mark them closed.
svn:r14247
2008-03-30 18:14:58 +00:00
Nick Mathewson
2b1c9d5489
r15024@tombo: nickm | 2008-03-29 01:37:09 -0400
...
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 05:43:02 +00:00
Nick Mathewson
fd4cff8a65
r15023@tombo: nickm | 2008-03-29 01:18:03 -0400
...
Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt.
svn:r14231
2008-03-29 05:43:00 +00:00