aboutsummaryrefslogtreecommitdiff
path: root/proposals/114-distributed-storage.txt
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2007-08-20 16:30:49 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2007-08-20 16:30:49 +0000
commit142dfd640388819377fa3a992ea8faf3acf060e1 (patch)
tree7b331adbbaec4a7905d49df14f4580569a935db8 /proposals/114-distributed-storage.txt
parent78148cb2e66beb77f8032f5abb21560d2ba8348e (diff)
downloadtorspec-142dfd640388819377fa3a992ea8faf3acf060e1.tar.gz
torspec-142dfd640388819377fa3a992ea8faf3acf060e1.zip
renamed config option HSDir as HidServDirectoryV2
svn:r11223
Diffstat (limited to 'proposals/114-distributed-storage.txt')
-rw-r--r--proposals/114-distributed-storage.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/proposals/114-distributed-storage.txt b/proposals/114-distributed-storage.txt
index 794029d..846a2c7 100644
--- a/proposals/114-distributed-storage.txt
+++ b/proposals/114-distributed-storage.txt
@@ -186,11 +186,11 @@ Design:
Every onion router that has its directory port open can decide whether it
wants to store and serve hidden service descriptors by setting a new config
- option "HSDir" 0|1 to 1. An onion router with this config option being set
- includes the flag "hidden-service-dir" in its router descriptors that it
- sends to directory authorities.
+ option "HidServDirectoryV2" 0|1 to 1. An onion router with this config
+ option being set includes the flag "hidden-service-dir" in its router
+ descriptors that it sends to directory authorities.
- - tor.1.in: Added the config option HSDir.
+ - tor.1.in: Added the config option HidServDirectoryV2.
- dir-spec.txt, section 2.1: Added the flag hidden-service-dir to the
router descriptor format.
- rend-spec.txt, section 3.1: Added process of configuring a hidden service
@@ -198,8 +198,8 @@ Design:
- router.c: Changed router_dump_router_to_string() to include the
hidden-service-dir flag in a router descriptor if configured.
- - or.h: Added HSDir to or_options_t.
- - config.c: Added config option HSDir.
+ - or.h: Added HidServDirectoryV2 to or_options_t.
+ - config.c: Added config option HidServDirectoryV2.
[July 9: Specified and running.]
@@ -684,8 +684,8 @@ Specification:
tor.1.in
- Added the config options HSDir (/5/), PublishV2HidServDescriptors (/10/),
- and FetchV2HidServDescriptors (/13/).
+ Added the config options HidServDirectoryV2 (/5/),
+ PublishV2HidServDescriptors (/10/), and FetchV2HidServDescriptors (/13/).
Added the files hostname2 and secret_cookie (/10/).
@@ -794,8 +794,8 @@ Implementation:
config.c
- Added config options FetchV2HidServDescriptors (/13/), HSDir (/5/), and
- PublishV2HidServDescriptors (/10/).
+ Added config options FetchV2HidServDescriptors (/13/),
+ HidServDirectoryV2 (/5/), and PublishV2HidServDescriptors (/10/).
connection_edge.c
@@ -848,7 +848,7 @@ Implementation:
Added hs_dirs member to routerlist_t (/1/).
- Added FetchV2HidServDescriptors (/13/), HSDir (/5/), and
+ Added FetchV2HidServDescriptors (/13/), HidServDirectoryV2 (/5/), and
PublishV2HidServDescriptors (/10/) to or_options_t.
Added 7 new members to rend_service_descriptor_t to store v2-specific