| Commit message (Expand) | Author | Age |
* | r11868@Kushana: nickm | 2007-01-06 01:32:55 -0500••• Document how we set Guard a little better.
svn:r9283
| Nick Mathewson | 2007-01-06 |
* | more progress and cleanups•••svn:r9269
| Roger Dingledine | 2007-01-05 |
* | r11820@Kushana: nickm | 2007-01-03 14:54:05 -0500••• Add (and specify) a BadDirectory flag to networkstatuses, so authorities can tell clients that some caches are broken. Also, implement an as-yet-unused function to estimate how many bytes will be sent on a directory connection.
svn:r9255
| Nick Mathewson | 2007-01-03 |
* | r11760@Kushana: nickm | 2006-12-29 15:23:57 -0500••• Correct documentation of how Naming works in dir-spec.txt.
svn:r9218
| Nick Mathewson | 2006-12-29 |
* | r11713@Kushana: nickm | 2006-12-24 22:42:08 -0500••• Better handling of internal addresses wrt X-Your-Address-Is (never believe them; never provide them.) Also, report something useful for X-Your-Address-Is with one-hop tunneled connections.
svn:r9191
| Nick Mathewson | 2006-12-25 |
* | r11700@Kushana: nickm | 2006-12-24 01:18:07 -0500••• Clarify handling of "v" entries in networkstatuses.
svn:r9183
| Nick Mathewson | 2006-12-24 |
* | change the v2 dir spec to reflect how the code actually works•••with respect to the directory-signature line.
this also resolves nick's issue with how to change the
directory-signature entry in votes. unless there's more to
it than that.
svn:r9182
| Roger Dingledine | 2006-12-24 |
* | r11692@Kushana: nickm | 2006-12-23 22:32:41 -0500••• Changes to dir-spec.txt: deprecate opt, and describe protocol version info in status.
svn:r9179
| Nick Mathewson | 2006-12-24 |
* | reinstate the most important dead chickens for limiting•••impact of directory writes now that we're write limiting.
a few more dead chickens remain.
svn:r9170
| Roger Dingledine | 2006-12-23 |
* | r11663@Kushana: nickm | 2006-12-20 21:37:50 -0500••• Add notes and comments to dir-spec.txt based on email to or-dev from Keith Skinner.
svn:r9166
| Nick Mathewson | 2006-12-21 |
* | if we rotate our onion key, publish a new descriptor, and•••die soon after, we want to stick with that onion key when
we restart.
svn:r9121
| Roger Dingledine | 2006-12-15 |
* | remove a wrong definition of Guard from dir-spec•••svn:r9003
| Roger Dingledine | 2006-11-28 |
* | checkpoint some changes as i read diffs•••svn:r8780
| Roger Dingledine | 2006-10-20 |
* | r9277@Kushana: nickm | 2006-10-19 19:03:05 -0400••• Add pragma:no-cache and expires headers so that directory lookups can work better in the presence of caching HTTP proxies. (I would have used Cache-Control, but that is an HTTP/1.1 thing.) All timeouts are currently wild-assed guesses.
svn:r8765
| Nick Mathewson | 2006-10-19 |
* | r9273@Kushana: nickm | 2006-10-19 15:43:39 -0400••• Never discard a descriptor for being too old until either it is recommended by no authorities, or until we download a better (more recent and recommended) one for the same router. This will eventually make it possible for servers to publish less often.
svn:r8761
| Nick Mathewson | 2006-10-19 |
* | r9091@totoro: nickm | 2006-10-19 11:45:28 -0400••• Change to BadExit logic: Let authorities set an "I list bad exits" flag. Consider an exit bad if it is listed as bad by more than half of *those* authorities. This gives us a better migration path.
svn:r8756
| Nick Mathewson | 2006-10-19 |
* | hammer farther on the status events. still a lot of questions.•••svn:r8745
| Roger Dingledine | 2006-10-18 |
* | r9004@totoro: nickm | 2006-10-11 18:05:24 -0400••• Add client support for a 'BadExit' flag, so authorities can say "Server X is a poor choise for your nytimes.com connections, as it seems to direct them to HoorayForMao.com or (more likely) WouldYouLikeToBuyTheseFineEncyclopedias.com"
svn:r8690
| Nick Mathewson | 2006-10-11 |
* | correct definition of Valid in dir-spec•••svn:r8567
| Roger Dingledine | 2006-10-01 |
* | no: 'must not' is for things that actually break specified behavior.•••'should not' is for things that you really oughtn't do, for your own
good or for others' own good.
svn:r8544
| Roger Dingledine | 2006-09-29 |
* | ask nick a question•••svn:r8543
| Roger Dingledine | 2006-09-29 |
* | r8776@totoro: nickm | 2006-09-29 00:50:46 -0400••• Reserve the nickname "Unnamed" for routers that can't pick a hostname; any
router can call itself Unnamed; directory servers will never allocate Unnamed
to any particular router; clients won't believe that any router is the
canonical Unnamed.
svn:r8529
| Nick Mathewson | 2006-09-29 |
* | r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400••• Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled.
svn:r8437
| Nick Mathewson | 2006-09-21 |
* | change the dir-spec to say that it's version 2 of the dir spec,•••and move the v0 file to v1.
svn:r6991
| Roger Dingledine | 2006-08-08 |
* | Fork off v0 of the protocol spec; we are going to add versioning soon so we c...•••svn:r6792
| Nick Mathewson | 2006-07-20 |
* | minor tweak on the dir spec•••svn:r6760
| Roger Dingledine | 2006-07-15 |
* | specify the dir spec better (suggested by lexi)•••svn:r6692
| Roger Dingledine | 2006-06-27 |
* | and clarify the spec to say this too.•••svn:r6514
| Roger Dingledine | 2006-05-30 |
* | update spec to reflect the downgraded loglevel for naming complaints.•••svn:r6388
| Roger Dingledine | 2006-04-15 |
* | and update the dir-spec to match the code•••svn:r6347
| Roger Dingledine | 2006-04-10 |
* | begin to specify when to warn.•••svn:r6314
| Roger Dingledine | 2006-04-04 |
* | Oops; meant received, not published.•••svn:r6304
| Nick Mathewson | 2006-04-03 |
* | save first, then commit.•••svn:r6303
| Nick Mathewson | 2006-04-03 |
* | Clarify behavior on failing network-status download.•••svn:r6302
| Nick Mathewson | 2006-04-03 |
* | minor cleanups•••svn:r6301
| Roger Dingledine | 2006-04-03 |
* | Try to clarify thresholds, intervals, and strategies. Some of the later sect...•••svn:r6298
| Nick Mathewson | 2006-04-02 |
* | correct weasel's note in the dir spec•••svn:r6107
| Roger Dingledine | 2006-03-09 |
* | Say that /tor/server/authority is not used by useful nonetheless•••svn:r6093
| Peter Palfrader | 2006-03-08 |
* | Clarify server/d/<D>.z description•••Spell out that fingerprints in requests should use capital A-F letters for their hex
svn:r6092
| Peter Palfrader | 2006-03-08 |
* | apply contrib/checkSpace.pl to our spec files too.•••svn:r5941
| Roger Dingledine | 2006-02-09 |
* | over-long line in dir-spec•••svn:r5938
| Roger Dingledine | 2006-02-09 |
* | dir-spec cleanups•••svn:r5858
| Roger Dingledine | 2006-01-24 |
* | Document "guard" flag. Also document subtle shift in meaning of "stable" and...•••svn:r5857
| Nick Mathewson | 2006-01-24 |
* | answer a question from arma, and clarify a related point.•••svn:r5778
| Nick Mathewson | 2006-01-10 |
* | dir-spec touchups and a question for nick•••svn:r5753
| Roger Dingledine | 2006-01-08 |
* | fix typo•••svn:r5641
| Roger Dingledine | 2005-12-24 |
* | Comments from cat: "space" should include or exclude tabs. We include tabs, s...•••svn:r5635
| Nick Mathewson | 2005-12-23 |
* | Note that you should not download by ID fingerprint.•••svn:r5634
| Nick Mathewson | 2005-12-22 |
* | minor cleanups to the dir-spec•••svn:r5618
| Roger Dingledine | 2005-12-19 |
* | Try to document our current directory thoughts in the spec before I build the...•••svn:r5617
| Nick Mathewson | 2005-12-19 |