Nick Mathewson
c796adc7df
r8840@totoro: nickm | 2006-10-02 15:56:16 -0400
...
Add USEFEATURE to control changes to control protocol. Use like __future__ directive from Python. Will spec before pushing changes. No, really. :)
svn:r8584
2006-10-03 18:58:52 +00:00
Nick Mathewson
6e0b90a902
r8838@totoro: nickm | 2006-10-02 15:24:39 -0400
...
Partial implementation of revised nickname syntax for controllers. Implement ability to look up routers by "verbose" nicknames; add a per-v1-control-connection flag to turn the feature on in events. Needs testing, spec, ability to actually turn on the flag, double-checking that we wont overflow any nickname buffers, and changelog.
svn:r8582
2006-10-03 18:58:40 +00:00
Nick Mathewson
14f9b537d1
r8835@totoro: nickm | 2006-10-02 12:54:41 -0400
...
Improve error messages from AUTHENTICATE attempts to controller.
svn:r8574
2006-10-02 18:08:46 +00:00
Roger Dingledine
a3efc8e3d1
- V1 authorities should set "HSAuthoritativeDir 1" to continue being
...
hidden service authorities too.
- Just because your DirPort is open doesn't mean people should be
able to remotely teach you about hidden service descriptors. Now
only accept rendezvous posts if you've got HSAuthoritativeDir set.
svn:r8573
2006-10-01 22:16:55 +00:00
Nick Mathewson
57ffca883d
r8826@totoro: nickm | 2006-10-01 17:58:45 -0400
...
Disprefer exit nodes for entry, middle positions (fixes bug 200). Also, switch to using a uint64_t to hold "total bandwidth for all nodes" under consideration; crypt_rand_int would have died at 2GB/s network capacity.
svn:r8571
2006-10-01 21:59:09 +00:00
Nick Mathewson
f6e165ea01
r8824@totoro: nickm | 2006-10-01 17:35:55 -0400
...
note valid flag in path spec.
svn:r8569
2006-10-01 21:59:00 +00:00
Roger Dingledine
3fcf736c83
misc touchups
...
svn:r8568
2006-10-01 21:42:44 +00:00
Roger Dingledine
4200eb16f9
correct definition of Valid in dir-spec
...
svn:r8567
2006-10-01 21:32:46 +00:00
Nick Mathewson
ce72a9914e
r8822@totoro: nickm | 2006-10-01 16:24:22 -0400
...
Fix bug 303: reject attempts to use Tor as a one-hop proxy.
svn:r8566
2006-10-01 20:50:11 +00:00
Roger Dingledine
c705d46df0
and document that change
...
svn:r8560
2006-10-01 06:43:06 +00:00
Roger Dingledine
6103077235
try to explain when we cannibalize circuits.
...
svn:r8557
2006-10-01 00:22:20 +00:00
Roger Dingledine
46e6509439
document predicted ports better.
...
svn:r8556
2006-10-01 00:00:23 +00:00
Nick Mathewson
723ff1c93d
r8800@totoro: nickm | 2006-09-29 23:10:49 -0400
...
Resolve bug 336: When displaying circuit paths with non-named routers, use their digests, not their nicknames.
svn:r8548
2006-09-30 03:11:13 +00:00
Roger Dingledine
8af07e817e
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
2006-09-29 22:39:08 +00:00
Roger Dingledine
984110c391
ask nick a question
...
svn:r8543
2006-09-29 22:36:35 +00:00
Nick Mathewson
7d366f61cb
r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400
...
Differentiate more duplicated log entries
svn:r8542
2006-09-29 22:33:40 +00:00
Nick Mathewson
8058a60838
r9019@Kushana: nickm | 2006-09-29 16:13:47 -0400
...
Add a pile of flyspray items to TODO so I notice them. Yes, I said this was a stupid idea before, but I say stupid things all the time.
svn:r8537
2006-09-29 20:13:52 +00:00
Nick Mathewson
0335bd51d3
r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400
...
Implement DESCCHANGED event to tell controller when our router descriptor changes.
svn:r8533
2006-09-29 18:13:25 +00:00
Nick Mathewson
17b878ee34
r9004@Kushana: nickm | 2006-09-29 10:37:10 -0400
...
Add version note about RELAY_BEGIN_DIR to spec.
svn:r8532
2006-09-29 18:13:21 +00:00
Nick Mathewson
623fc8c0e1
r9003@Kushana: nickm | 2006-09-29 10:36:05 -0400
...
Add DESCCHANGED event to control-spec; note that GETINFO dir/* has in fact been implemented.
svn:r8531
2006-09-29 18:13:16 +00:00
Nick Mathewson
8992bf6204
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
2006-09-29 04:51:28 +00:00
Nick Mathewson
4feccecfe8
r8775@totoro: nickm | 2006-09-29 00:29:02 -0400
...
Note that EnforceDistinctSubnets can override subnet rule for path generation.
svn:r8528
2006-09-29 04:51:23 +00:00
Nick Mathewson
9dbfb91f17
r8997@Kushana: nickm | 2006-09-28 23:40:22 -0400
...
[Needs review.] Add a BEGIN_DIR relay cell type for an easier
in-protocol way to connect to directory servers through Tor.
Previously, clients could only connect to director servers over Tor
from exit nodes, but couldn't get directory information anonymously
from a non-exit cache without getting a directory server involved.
This needs testing, and needs client-side code to actually exercise it.
svn:r8527
2006-09-29 03:50:11 +00:00
Nick Mathewson
907fc6c73e
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
...
Make "is a v1 authority", "is a v2 authority", and "is a hidden service authority" into separate flags so we can eventually migrate more trust away from moria.
svn:r8523
2006-09-28 23:57:59 +00:00
Nick Mathewson
9988112c87
r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400
...
Refactor entry guard status logic a lot; allow more factors [like not
having a Guard flag or being listed in ExcludeNodes] to render a guard
"unlisted" (now called "unusable"); track guard down status (now
called "unreachable") separately from is_running.
svn:r8519
2006-09-28 23:57:44 +00:00
Roger Dingledine
7e4acf1655
begin to revise path-spec
...
svn:r8511
2006-09-28 15:03:01 +00:00
Roger Dingledine
3994b02c0e
try a different fix
...
svn:r8506
2006-09-25 22:34:27 +00:00
Roger Dingledine
90a307bb2a
tweaks
...
svn:r8505
2006-09-25 22:17:14 +00:00
Nick Mathewson
49ad1eefa1
Add an EnforceDistinctSubnets option so that clients who know what they are doing (mainly people with private testing networks) can disable our same-/16 detection.
...
svn:r8504
2006-09-25 22:12:54 +00:00
Roger Dingledine
c97a8469ad
be clearer that the *ListenAddress directives can be
...
repeated multiple times.
svn:r8501
2006-09-25 17:33:53 +00:00
Roger Dingledine
ad430b9561
checkpoint changelog and general polishing
...
svn:r8497
2006-09-25 05:59:13 +00:00
Roger Dingledine
24b07ea4d3
potential fixes for the tor osx dmg documentation. hopefully
...
phobos can confirm or deny.
svn:r8493
2006-09-25 02:30:55 +00:00
Nick Mathewson
bf6c1f6932
Note on TODO to update our privoxy configs
...
svn:r8489
2006-09-24 21:52:42 +00:00
Roger Dingledine
b01632139a
add a note to nick's todo item
...
svn:r8483
2006-09-24 17:53:09 +00:00
Nick Mathewson
564f2fae8c
Add another TODO item
...
svn:r8480
2006-09-24 17:46:07 +00:00
Nick Mathewson
d3af1f2189
Backport candidate: Fix a long-standing server-side DNS bug. When a
...
client asks us to resolve (not connect to) an address, and we have a
cached answer, give them the cached answer. Previously, we would give
them no answer at all.
svn:r8478
2006-09-24 17:05:00 +00:00
Nick Mathewson
a951c015fe
Add packaging item to TODO: we should manage keys less haphazardly.
...
svn:r8476
2006-09-24 15:54:48 +00:00
Andrew Lewman
6882031285
Fix the url for the patch to libevent-1.1b mingw diff.
...
svn:r8474
2006-09-24 12:31:46 +00:00
Andrew Lewman
4125fe234d
Changes to doc as a result of creating a MinGW tor.exe on a bare system.
...
Add two TODO items relating to MinGW instructions.
svn:r8472
2006-09-23 19:17:08 +00:00
Nick Mathewson
da7f9d5a33
r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400
...
Make exitlist only output each result line once.
svn:r8466
2006-09-22 20:20:35 +00:00
Nick Mathewson
249ac6cff1
r8912@Kushana: nickm | 2006-09-22 16:18:51 -0400
...
Write more of path-spec.txt
svn:r8463
2006-09-22 20:19:34 +00:00
Nick Mathewson
0fe8544218
r8843@Kushana: nickm | 2006-09-17 16:57:20 -0400
...
A couple of last minor TODO cleanup items
svn:r8462
2006-09-22 20:18:58 +00:00
Roger Dingledine
aa77298819
remove 8888 as a long lived port. i can't remember why it's
...
on the list.
svn:r8461
2006-09-22 19:29:26 +00:00
Andrew Lewman
0440d98245
One last change to openssl to get it to compile in mingw.
...
svn:r8458
2006-09-22 15:37:52 +00:00
Andrew Lewman
66092df5c3
Finally, valid tor.exe directions from scratch with mingw.
...
svn:r8457
2006-09-22 15:08:05 +00:00
Andrew Lewman
c2e7e0374e
Removed verbose patch output.
...
svn:r8455
2006-09-22 01:15:07 +00:00
Nick Mathewson
f0f3bbc63b
r8901@Kushana: nickm | 2006-09-21 20:43:48 -0400
...
I tracked a bug in server-side reverse DNS to something concerning the caching code. Ive disabled server-side cacheing for reverse DNS answers for now, and I am noting the bug in the TODO.
svn:r8454
2006-09-22 00:45:08 +00:00
Nick Mathewson
213658f117
r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
...
Specify and implement SOCKS5 interface for reverse hostname lookup.
svn:r8451
2006-09-22 00:43:55 +00:00
Nick Mathewson
6a1746f98f
r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400
...
Consider non-exit servers unsuitable for RESOLVE commands.
svn:r8442
2006-09-21 21:48:42 +00:00
Nick Mathewson
e4a9b4de4e
r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400
...
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet.
svn:r8440
2006-09-21 21:48:22 +00:00
Nick Mathewson
04bec67574
r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400
...
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled.
svn:r8439
2006-09-21 21:48:16 +00:00
Nick Mathewson
a942441615
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
2006-09-21 21:48:06 +00:00
Nick Mathewson
7c325df016
r8841@Kushana: nickm | 2006-09-17 16:20:16 -0400
...
Move more todo items around
svn:r8411
2006-09-17 20:20:23 +00:00
Nick Mathewson
547624dcff
r8837@Kushana: nickm | 2006-09-17 15:58:04 -0400
...
More TODO work; tenatively mark assignments.
svn:r8409
2006-09-17 19:58:24 +00:00
Roger Dingledine
d26306907a
a few more todo changes
...
svn:r8408
2006-09-17 17:57:56 +00:00
Andrew Lewman
3b0355d3b2
Re-create symlinks through cp.
...
svn:r8406
2006-09-16 19:54:03 +00:00
Roger Dingledine
a51ec44466
avoid thrashing the bandwidth exercise when we change IPs a lot.
...
(we avoid simply by not doing any new tests when we change IPs --
it looks like we retain our previous bandwidth estimates, so there's
no need to do new exercise. though in some cases new exercises may
still be useful. one day we'll do something smarter.)
svn:r8402
2006-09-15 18:03:53 +00:00
Roger Dingledine
eb941420fc
two todo items
...
svn:r8401
2006-09-15 06:06:09 +00:00
Nick Mathewson
e58b9c1151
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
...
Implement a smartlist_uniq() that will with luck not end the world.
svn:r8396
2006-09-15 04:27:58 +00:00
Roger Dingledine
9d0fbfd530
we should add a preamble to tor-design saying it's out of date.
...
svn:r8393
2006-09-14 05:49:03 +00:00
Peter Palfrader
e20704e9c9
r9759@danube: weasel | 2006-09-14 07:14:37 +0200
...
Add smartlist_uniq() to TODO list
svn:r8392
2006-09-14 05:17:12 +00:00
Roger Dingledine
7f1fa9aab5
continue fleshing out the blocking-resistance design doc
...
svn:r8385
2006-09-13 22:24:43 +00:00
Roger Dingledine
bd8362afcc
two todo items we'll need for the blocking-resistance scheme
...
svn:r8384
2006-09-13 22:24:05 +00:00
Andrew Lewman
b790efa2d2
Updates to win32-mingw. libevent1.1b builds. openssl doesn't.
...
svn:r8371
2006-09-12 02:58:33 +00:00
Andrew Lewman
8170f1e037
First attempt to document the process to build Win32 executables with
...
mingw. Relies upon magic to actually work right now.
svn:r8361
2006-09-11 03:46:00 +00:00
Nick Mathewson
3fcbdd3e01
r8766@Kushana: nickm | 2006-09-08 23:46:12 -0400
...
Remove some completed items from TODO; defer a bunch of stuff from 0.1.2.x (which we want to have an RC for by the end of October)
svn:r8356
2006-09-09 03:46:52 +00:00
Roger Dingledine
29b6d6560e
add a "getinfo address" controller command.
...
svn:r8354
2006-09-09 03:18:39 +00:00
Roger Dingledine
c8b053ba87
packages now start including svn website docs (oops)
...
svn:r8340
2006-09-07 03:40:23 +00:00
Roger Dingledine
102ae79f25
another controller event we left out
...
svn:r8337
2006-09-07 01:22:55 +00:00
Roger Dingledine
1d989056a3
clean up and correct the spec
...
svn:r8336
2006-09-07 01:02:23 +00:00
Roger Dingledine
64b5b884ba
flesh out TODO re: AvoidDiskWrites
...
svn:r8335
2006-09-07 01:01:11 +00:00
Andrew Lewman
c57f79fba1
Remove old TODO that I can't remember the details of it.
...
svn:r8315
2006-08-31 23:52:41 +00:00
Nick Mathewson
4fa8abb7da
r8657@Kushana: nickm | 2006-08-29 00:22:31 -0400
...
Mark an item complete; test new commit-email.pl script.
svn:r8280
2006-08-29 04:22:51 +00:00
Nick Mathewson
54ca0387a5
r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400
...
Make it possible to change nameserver options while Tor is running.
svn:r8255
2006-08-28 03:15:55 +00:00
Nick Mathewson
be7054c626
r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400
...
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use.
svn:r8254
2006-08-28 03:15:50 +00:00
Roger Dingledine
20715027f7
fix typo
...
svn:r8243
2006-08-27 07:03:05 +00:00
Roger Dingledine
24b1429218
0.1.2.1-alpha will break blossom exit node functionality; put that
...
on the todo list.
svn:r8239
2006-08-27 06:51:19 +00:00
Roger Dingledine
82ad7e6dfc
a usability improvement i just thought of
...
svn:r8238
2006-08-27 06:49:51 +00:00
Roger Dingledine
7b3d048086
typo and whitespace
...
svn:r8237
2006-08-27 06:49:33 +00:00
Roger Dingledine
9ffb52e5cc
make a 'real soon now' section of the todo, to point out
...
what's more urgent
svn:r8232
2006-08-26 07:13:54 +00:00
Roger Dingledine
5e26ccc8d1
remove more completed items
...
svn:r8231
2006-08-26 06:57:48 +00:00
Roger Dingledine
4c22223c4a
complete an item, abandon an item, defer an item.
...
svn:r8230
2006-08-26 06:56:16 +00:00
Roger Dingledine
da7ed996e2
more todo items when we avoid putting /16 servers into the same circuit
...
svn:r8228
2006-08-26 04:52:22 +00:00
Nick Mathewson
fd36eb0788
r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400
...
Fix bug 314: Instead of checking address_in_virtualrange, check addressmap_have_mapping(). This should be more accurate. [Rename to addressmap_have_mapping() from addressmap_already_mapped().]
svn:r8226
2006-08-25 21:16:22 +00:00
Nick Mathewson
06bc0adf4d
r8557@Kushana: nickm | 2006-08-22 02:10:12 -0400
...
dns-related TODO changes.
svn:r8215
2006-08-22 06:10:58 +00:00
Roger Dingledine
d08df9686a
fix typo pointed out by paul
...
svn:r7074
2006-08-18 18:19:35 +00:00
Roger Dingledine
d53e5179bd
clean up AllowInvalidNodes man page entry.
...
svn:r7073
2006-08-18 17:46:14 +00:00
Nick Mathewson
65b58e13f5
r7045@Kushana: nickm | 2006-08-05 13:56:44 -0400
...
mess with the TODO a little.
svn:r7058
2006-08-14 21:44:29 +00:00
Roger Dingledine
715a5835aa
rename HELLO cells to VERSIONS cells.
...
svn:r7051
2006-08-14 09:04:27 +00:00
Roger Dingledine
c2c88715c1
clarify that some old versions used an organizationName of "Tor",
...
and others used "TOR". We should avoid both now.
svn:r7050
2006-08-14 09:03:16 +00:00
Roger Dingledine
c33fb05de0
this is what i really meant
...
svn:r7047
2006-08-14 06:29:40 +00:00
Roger Dingledine
b9fe5130ab
two more todo's, plus a cleanup
...
svn:r7046
2006-08-14 06:27:39 +00:00
Roger Dingledine
2dc9066f7a
note three more bugs we should resolve
...
svn:r7043
2006-08-14 00:28:44 +00:00
Andrew Lewman
38f0a7f93f
Updated details on how to check for universal binary.
...
svn:r7037
2006-08-13 00:13:55 +00:00
Roger Dingledine
fe33ca95b3
two more thoughts to consider for blocking resistance
...
svn:r7034
2006-08-12 07:44:13 +00:00
Roger Dingledine
75b40e4699
mark out the two biggest bugs
...
svn:r7033
2006-08-12 00:38:38 +00:00
Roger Dingledine
b9f974055a
more todo items
...
svn:r7032
2006-08-12 00:30:07 +00:00
Roger Dingledine
8cbd03fdaf
initial skeleton for issues to resolve re: blocking resistance.
...
svn:r7006
2006-08-10 08:13:41 +00:00
Andrew Lewman
bef2411d4d
Update for universal binaries for OSX.
...
svn:r7002
2006-08-10 02:06:35 +00:00
Nick Mathewson
e3345f452f
r7005@totoro: nickm | 2006-08-09 17:42:18 -0400
...
Begin committing violence against the spec; add some TODO items at the top. Arma, if you disagree, better say so.
svn:r7001
2006-08-09 21:42:38 +00:00
Nick Mathewson
4b507f2cd0
r7286@Kushana: nickm | 2006-08-09 01:28:27 -0700
...
Claim another TODO item (and test commit signing.)
svn:r6999
2006-08-09 08:30:11 +00:00
Nick Mathewson
80fd62fefc
r7285@Kushana: nickm | 2006-08-09 01:23:11 -0700
...
Claim a TODO item (and test commit signing.)
svn:r6998
2006-08-09 08:23:27 +00:00
Nick Mathewson
6c22840ad1
r7058@Kushana: nickm | 2006-08-08 23:53:46 -0700
...
Clarify point about certs. We have been over this before, but it seems simpler than what we are considering now.
svn:r6997
2006-08-09 06:54:02 +00:00
Nick Mathewson
8b2b28a5ef
r7056@Kushana: nickm | 2006-08-08 23:40:53 -0700
...
Add a comment about v0 fallback approach. Why did we dislike discriminating on X.509 certs again?
svn:r6996
2006-08-09 06:41:29 +00:00
Nick Mathewson
070d5555d2
Say more about reverse DNS
...
svn:r6995
2006-08-09 00:58:27 +00:00
Roger Dingledine
252bed697b
change the dir-spec to say that it's version 2 of the dir spec,
...
and move the v0 file to v1.
svn:r6991
2006-08-08 22:56:26 +00:00
Roger Dingledine
31861c45d6
three more todo items
...
svn:r6990
2006-08-08 06:21:52 +00:00
Roger Dingledine
1ec5d1c05c
a potential fix on the HELLO protocol design
...
svn:r6984
2006-08-05 03:08:56 +00:00
Nick Mathewson
bf72878cad
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
...
Add an "mmap handle" type to encapsulate bookkeeping elements of mmap issues; add prelim win32 impl
svn:r6980
2006-08-04 18:32:43 +00:00
Nick Mathewson
46574319a2
r6959@Kushana: nickm | 2006-07-29 22:33:18 -0400
...
start restructuring dns to use priority queues for expiring entries.
svn:r6954
2006-07-31 18:00:18 +00:00
Roger Dingledine
bf76d3a189
forward-port the website hack. note that with svn, our build
...
system seems to build in-place, so the website/ and img/ directories
actually get created in my sandbox. poo.
svn:r6944
2006-07-30 04:45:59 +00:00
Nick Mathewson
84c2a6c16b
r6950@Kushana: nickm | 2006-07-28 10:32:08 -0400
...
Document split fields better. Now, I think we can take a break from type splitting for a bit.
svn:r6935
2006-07-28 15:11:28 +00:00
Nick Mathewson
dd9a563a9e
r6920@Kushana: nickm | 2006-07-26 15:39:40 -0400
...
Mark some TODO items done
svn:r6909
2006-07-26 19:39:47 +00:00
Nick Mathewson
f2dc012acc
Clarify a TODO, and test tweaked commit-email.pl script.
...
svn:r6902
2006-07-25 22:51:51 +00:00
Nick Mathewson
8d2a71a47a
Add an item to the TODO.
...
svn:r6893
2006-07-25 01:13:04 +00:00
Peter Palfrader
521c006fd5
Remove .cvsignore files from trunk
...
svn:r6891
2006-07-25 01:00:48 +00:00
Roger Dingledine
1c266c3352
more todo items
...
svn:r6809
2006-07-23 05:19:31 +00:00
Andrew Lewman
3f0e4622b6
Grammar fixes for clarity.
...
svn:r6797
2006-07-21 04:30:19 +00:00
Nick Mathewson
8930468582
Document HELLO cells and proposed connection protocol versioning scheme. NOTE: This will not work as documented; see notes.
...
svn:r6794
2006-07-20 17:35:54 +00:00
Nick Mathewson
0c3ca41d3c
Add a few more paragraphs to path-spec.txt
...
svn:r6793
2006-07-20 16:48:02 +00:00
Nick Mathewson
ee32b06897
Fork off v0 of the protocol spec; we are going to add versioning soon so we can make backward-incompatible changes without breaking the whole network. Also, fork the v0 directory protocol into its own document, and turn dir-spec.txt into the present tense.
...
svn:r6792
2006-07-20 16:47:35 +00:00
Roger Dingledine
388ac4126a
If we are using an exit enclave and we can't connect, e.g. because
...
its webserver is misconfigured to not listen on localhost, then back
off and try connecting from somewhere else before we fail.
svn:r6783
2006-07-18 00:59:46 +00:00
Roger Dingledine
84a246e534
shuffle todo items
...
svn:r6781
2006-07-17 19:42:22 +00:00
Roger Dingledine
8868830ac5
we are constrained more than we realized, on what g^x values we can
...
accept or refuse.
svn:r6773
2006-07-17 06:26:19 +00:00
Roger Dingledine
fc7c32da8a
fix wordo
...
svn:r6772
2006-07-17 06:20:09 +00:00
Roger Dingledine
48ea06ea02
nick suggests that the hello cell should have both server IP and
...
client IP. he's right.
svn:r6771
2006-07-17 05:12:54 +00:00
Roger Dingledine
0ada963ef6
add a whole lot more work to the todo.
...
svn:r6762
2006-07-15 05:53:41 +00:00
Roger Dingledine
1c23ae80b7
mention the existence of dir-spec in tor-spec, and note that we need
...
to update it.
svn:r6761
2006-07-15 05:50:22 +00:00
Roger Dingledine
182589dae6
minor tweak on the dir spec
...
svn:r6760
2006-07-15 05:49:57 +00:00
Nick Mathewson
c32e19b4ed
OR_CONN_EVENT_NEW: we should probably handle that , should we not? Especially since 23:26 < phobos> nickm: grep -c "Unrecognized status code 4" tor.log
...
svn:r6752
2006-07-11 03:33:16 +00:00
Roger Dingledine
d52f314286
name the HELLO version the "link version"
...
svn:r6719
2006-07-04 16:07:49 +00:00
Roger Dingledine
5c661654a0
a first attempt at specifying HELLO cells. plus general cleanup on tor-spec.
...
svn:r6715
2006-07-04 03:40:45 +00:00
Roger Dingledine
1dbbab90e9
mention in the tor dmg instructions that you may need to remove your
...
old shared library libevent, lest your linker get confused.
svn:r6714
2006-07-04 03:39:01 +00:00
Roger Dingledine
9e861cfe52
touch up the TODO and HACKING files
...
svn:r6713
2006-07-04 03:33:17 +00:00
Nick Mathewson
60de51993a
Unify HTTP response code into one place so it is easier to add headers. Add an X-You-Are header, which we should probably rename. NOTE that we should not use this field for things where it matters if dirs lie.
...
svn:r6705
2006-06-30 10:50:43 +00:00
Roger Dingledine
3117a41d1b
specify the dir spec better (suggested by lexi)
...
svn:r6692
2006-06-27 11:23:10 +00:00
Nick Mathewson
aafc309414
Mark some more TODO items done.
...
svn:r6681
2006-06-22 07:49:41 +00:00
Nick Mathewson
1d9923da7c
Instead of adding servers and v1 directories to buffers en masse, directory servers add them on the fly as their outbufs are depleted. This will save ram on busy dirservers.
...
svn:r6641
2006-06-18 07:38:55 +00:00
Nick Mathewson
7a3ac5ee0d
Clarify mmap and memory-use hacks.
...
svn:r6633
2006-06-16 15:40:57 +00:00
Roger Dingledine
726021bb60
clean up man page. expand on contactinfo a bit.
...
svn:r6631
2006-06-16 00:04:46 +00:00
Roger Dingledine
31b51849b5
export the default exit policy via the control port, so controllers
...
don't need to guess what it is / will be later.
svn:r6615
2006-06-13 09:16:09 +00:00
Roger Dingledine
d90d4b4c90
typo, whitespace, and a clarification
...
svn:r6605
2006-06-12 10:44:00 +00:00
Roger Dingledine
e9d7904885
add TestVia to the man page
...
svn:r6583
2006-06-10 00:32:14 +00:00
Roger Dingledine
c0630b5274
clean up formatting in the man page
...
svn:r6582
2006-06-10 00:30:49 +00:00
Roger Dingledine
003561fa64
the CookieAuthentication section in our spec seems to assume we're
...
still using the v0 control protocol.
svn:r6559
2006-06-07 06:53:43 +00:00
Roger Dingledine
8705db6c2c
whoops, add a man page entry for ProtocolWarnings
...
svn:r6545
2006-06-05 09:51:29 +00:00
Nick Mathewson
c660a0f6a2
More DNS fixes. Send meaningful TTLs back to the client when
...
possible. Cache at the server side independently from the TTL, to
prevent attackers from probing the server to see who has been asking
for what hostnames. (Hi, Dan Kaminski!)
Also, clean some whitespace.
svn:r6526
2006-06-03 21:41:14 +00:00
Roger Dingledine
2431b2d8b0
update the explanation for deprecating v0 control spec.
...
svn:r6521
2006-06-01 08:43:56 +00:00
Nick Mathewson
bbe3f587aa
Rearrange TODO.
...
svn:r6520
2006-05-30 20:41:22 +00:00
Roger Dingledine
4d76b4351e
mark off a todo item. i'll put it back if it turns out it
...
doesn't work.
svn:r6519
2006-05-30 06:36:32 +00:00
Roger Dingledine
64b1f2fc75
and clarify the spec to say this too.
...
svn:r6514
2006-05-30 06:11:46 +00:00
Roger Dingledine
cf58781de1
remove a few things from the 0.1.2 todo, and add one
...
svn:r6511
2006-05-30 05:05:50 +00:00
Roger Dingledine
be2833e929
fix spelling of VirtualAddrNetwork in man page (thanks tup)
...
svn:r6487
2006-05-23 20:15:51 +00:00
Roger Dingledine
c1c53a0f67
another todo item that will make goodell happy
...
svn:r6478
2006-05-23 15:26:51 +00:00
Nick Mathewson
21a05b3ba5
Mark cross-compilation as solved in TODO.
...
svn:r6476
2006-05-23 08:54:26 +00:00
Roger Dingledine
a16bd23ad9
document that runasdaemon has no effect on windows.
...
svn:r6469
2006-05-23 07:03:30 +00:00
Roger Dingledine
339237d1d9
claim a few of the todo items.
...
i guess that means i'm hoping nick does the rest. ;)
svn:r6467
2006-05-23 04:05:45 +00:00
Roger Dingledine
bd165ccccd
two more todo items that need to be solved during the wsaenobufs quest.
...
svn:r6466
2006-05-23 03:27:39 +00:00
Roger Dingledine
a915e5d1f6
shuffle the todo items some more
...
svn:r6461
2006-05-22 20:26:30 +00:00
Roger Dingledine
b08f5e8bb9
other todo tweaks
...
svn:r6460
2006-05-22 20:16:18 +00:00
Roger Dingledine
08403e105d
add a few items it would be smart todo
...
svn:r6457
2006-05-22 04:44:57 +00:00
Nick Mathewson
33e92cd5fb
apply control-spec patch from Matt Edman: Circuit status only has a path when it has been extended one or more hops.
...
svn:r6456
2006-05-21 20:01:13 +00:00
Nick Mathewson
08fd72fb06
finally write some comments on tor-spec-udp.txt
...
svn:r6455
2006-05-17 02:18:35 +00:00
Roger Dingledine
e8affc6cec
a few more tweaks to the faq.
...
svn:r6451
2006-05-10 07:35:33 +00:00
Roger Dingledine
77b9f4408e
another piece of doing tor over udp that i am concerned about.
...
svn:r6450
2006-05-10 07:35:03 +00:00
Nick Mathewson
821a3963fa
Note some subtasks and difficulties involved with reducing RAM usage on dirservers
...
svn:r6428
2006-04-29 18:43:05 +00:00
Roger Dingledine
1efbe9d1d5
list some more items to remember in path-building
...
svn:r6419
2006-04-25 06:16:38 +00:00
Nick Mathewson
16fc946316
Add some bullet points to write up
...
svn:r6416
2006-04-25 05:42:09 +00:00
Nick Mathewson
aa4c2207f8
Add a stub of a "path-spec", containing only the helper-node emails from arma. whee.
...
svn:r6413
2006-04-24 16:29:06 +00:00
Nick Mathewson
9e2937374e
And another 0.1.2 item
...
svn:r6410
2006-04-23 21:40:15 +00:00
Nick Mathewson
1a2957df5c
Prioritize items for 0.1.2
...
svn:r6409
2006-04-23 21:36:52 +00:00
Nick Mathewson
7484ca06a5
[Forward-port ]Test and document last patch.
...
svn:r6400
2006-04-18 03:51:18 +00:00
Roger Dingledine
ec3d47106e
update spec to reflect the downgraded loglevel for naming complaints.
...
svn:r6388
2006-04-15 23:53:58 +00:00
Roger Dingledine
c2565c2ffb
and forward-port the man page change
...
svn:r6372
2006-04-10 20:08:12 +00:00
Roger Dingledine
8a94689d05
another todo item we ought to do
...
svn:r6361
2006-04-10 09:43:30 +00:00
Roger Dingledine
9deee4c60f
exclude the website images from the tarball. they're huge.
...
we need to figure out some other solution than shipping the
whole pile of screenshots.
svn:r6352
2006-04-10 07:04:43 +00:00
Roger Dingledine
82bc49d922
a todo item nick suggested
...
svn:r6348
2006-04-10 05:47:03 +00:00
Roger Dingledine
9f69b0b4af
and update the dir-spec to match the code
...
svn:r6347
2006-04-10 05:46:56 +00:00
Roger Dingledine
06c30fb8b7
make the spec more accurate
...
svn:r6344
2006-04-09 23:48:12 +00:00
Roger Dingledine
c82d65d204
another low-priority todo item
...
svn:r6341
2006-04-09 11:51:50 +00:00
Roger Dingledine
a52bb835c8
and update the man page to reflect that
...
svn:r6339
2006-04-09 10:28:59 +00:00
Roger Dingledine
fc320a24f6
work through more todo items
...
svn:r6336
2006-04-09 06:38:01 +00:00
Roger Dingledine
a699f38bc5
remove something from the todo, add something to it.
...
svn:r6335
2006-04-09 06:19:23 +00:00
Roger Dingledine
5dbdc3fc22
man page entry for FetchUselessDescriptors
...
svn:r6328
2006-04-08 21:48:29 +00:00
Roger Dingledine
be901eb468
begin to specify when to warn.
...
svn:r6314
2006-04-04 06:09:25 +00:00
Nick Mathewson
1f40ab57d7
Oops; meant received, not published.
...
svn:r6304
2006-04-03 05:51:18 +00:00
Nick Mathewson
efcc4d7595
save first, then commit.
...
svn:r6303
2006-04-03 05:40:46 +00:00
Nick Mathewson
314c2111cf
Clarify behavior on failing network-status download.
...
svn:r6302
2006-04-03 05:37:18 +00:00
Roger Dingledine
7b8373a7f3
minor cleanups
...
svn:r6301
2006-04-03 02:36:47 +00:00
Nick Mathewson
e9dc188efd
Try to clarify thresholds, intervals, and strategies. Some of the later sections need more work, but my laptop is running low on battery.
...
svn:r6298
2006-04-02 23:03:45 +00:00
Roger Dingledine
9aecb5080e
admit that getinfo can fail.
...
svn:r6291
2006-04-02 07:54:34 +00:00
Roger Dingledine
b0a502df59
hack together a shell blob so 'make dist' can build even when
...
the website isn't there.
svn:r6288
2006-04-02 03:42:32 +00:00
Roger Dingledine
051c176219
Blow away the obsolete docs.
...
Leave shells of them in case people link to them from elsewhere.
svn:r6279
2006-03-31 05:07:12 +00:00
Peter Palfrader
b13c1b53c6
Fail somehow smarter if we do not have the website source tree in ../website
...
svn:r6278
2006-03-31 05:00:28 +00:00
Peter Palfrader
fef8829d3c
This works better for me. Does it still work for you?
...
svn:r6277
2006-03-31 04:54:03 +00:00
Roger Dingledine
f41d3abb41
weasel suggests that this will help.
...
svn:r6276
2006-03-31 04:30:13 +00:00
Roger Dingledine
3e2f1c8bb8
A start at copying the website tor-*.html and images into
...
the tarball. Weasel, can you help make the dependencies cause
these to get re-built appropriately?
svn:r6275
2006-03-31 04:23:41 +00:00
Roger Dingledine
6a3f3ffb0b
Label the old cvs/tor/doc/*.html files as obsolete, and point
...
to the new documentation page.
svn:r6274
2006-03-31 00:15:37 +00:00
Roger Dingledine
81ffbda2a1
a few other thoughts that i wrote down somewhere for once
...
svn:r6257
2006-03-28 07:34:19 +00:00
Roger Dingledine
6652d821b2
If you run a fast server, can you run your client elsewhere?
...
svn:r6238
2006-03-25 23:23:19 +00:00
Roger Dingledine
8f75d5d0a2
try to make it clearer that eigentrust is one way to do the
...
"deputy tester" design, but there are simpler ways too.
svn:r6237
2006-03-25 22:37:44 +00:00
Roger Dingledine
8b7f7052c5
man page entries for CircuitBuildTimeout and CircuitIdleTimeout
...
svn:r6221
2006-03-22 00:56:03 +00:00
Roger Dingledine
442c054a71
and add SocksTimeout to the man page
...
and stop shouting when we talk about Socks
svn:r6218
2006-03-21 23:30:24 +00:00
Roger Dingledine
173b16cd1e
clean up man page entries on EntryNodes and ExitNodes
...
svn:r6202
2006-03-20 20:15:50 +00:00
Roger Dingledine
2c33218fc9
man page entry for safesocks. also correct the man page
...
entry for testsocks.
svn:r6191
2006-03-19 01:52:18 +00:00
Roger Dingledine
77b00edd27
and fix the AllowInvalidNodes man page entry too.
...
svn:r6189
2006-03-19 01:39:10 +00:00
Roger Dingledine
3d8af628e6
specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR
...
to address bug 250.
svn:r6177
2006-03-17 22:07:20 +00:00
Nick Mathewson
fb7b5545ce
Implement GETINFO(dir/server/foo); status will be harder.
...
svn:r6165
2006-03-15 05:06:56 +00:00
Roger Dingledine
44ca1a997d
bump to 0.1.1.15-rc
...
svn:r6126
2006-03-11 18:44:11 +00:00
Nick Mathewson
4d3e709c4b
Use escaped() for remaining cases.
...
svn:r6117
2006-03-11 02:21:30 +00:00
Roger Dingledine
245fb8e8ba
add johnny's further discussion on incentives.
...
svn:r6115
2006-03-09 22:21:07 +00:00
Roger Dingledine
9b55b50b87
add to the stack of implementation notes.
...
svn:r6113
2006-03-09 06:30:27 +00:00
Roger Dingledine
cbf503de63
update the todo file. getting closer.
...
svn:r6110
2006-03-09 01:47:31 +00:00
Roger Dingledine
fe6f11b6f4
document AuthDirRejectUnlisted in the man page
...
svn:r6109
2006-03-09 01:47:04 +00:00
Roger Dingledine
26d611d27a
correct weasel's note in the dir spec
...
svn:r6107
2006-03-09 01:10:17 +00:00
Roger Dingledine
8a72c2bd62
new controller signal NEWNYM that makes new application requests
...
use clean circuits.
svn:r6104
2006-03-09 00:16:44 +00:00
Roger Dingledine
39964206d8
introduce a new orconn_status "NEW"
...
svn:r6100
2006-03-08 22:26:36 +00:00
Nick Mathewson
9479bd0275
Document AuthDir(Invalid|Reject)
...
svn:r6098
2006-03-08 08:17:25 +00:00
Geoff Goodell
e6389096b5
mark controller exposure of directory data as DRAFT and Not Implemented
...
svn:r6094
2006-03-08 00:13:54 +00:00
Peter Palfrader
1c3a5025f1
Say that /tor/server/authority is not used by useful nonetheless
...
svn:r6093
2006-03-08 00:13:05 +00:00
Peter Palfrader
2942c0bde8
Clarify server/d/<D>.z description
...
Spell out that fingerprints in requests should use capital A-F letters for their hex
svn:r6092
2006-03-08 00:10:01 +00:00
Geoff Goodell
82df8a2b52
add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO requests
...
svn:r6091
2006-03-07 16:00:40 +00:00
Nick Mathewson
5777ee0e1a
Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now)
...
svn:r6087
2006-03-05 09:50:26 +00:00
Nick Mathewson
ae628a3aee
Mention which version of tor implements control-spec.txt, so people wont get so confused.
...
svn:r6085
2006-03-05 05:13:57 +00:00
Roger Dingledine
65c7d3f818
clarify that we want a free software webserver for windows,
...
not a freeware-gosh-it-seems-good-to-me webserver for windows.
svn:r6082
2006-02-26 08:23:21 +00:00
Roger Dingledine
8614b958c6
initial tweaks and questions for the proposed udp spec
...
svn:r6081
2006-02-26 06:57:06 +00:00
Roger Dingledine
a3d1671f95
add the spec for Marc Liberatore's proposed extension to
...
add UDP support to tor.
svn:r6080
2006-02-26 06:24:25 +00:00
Roger Dingledine
5fc1bb0d36
spanish-language tor win32 doc
...
svn:r6079
2006-02-26 06:14:21 +00:00
Roger Dingledine
d0f013c591
home? what is this home?
...
svn:r6078
2006-02-26 04:45:48 +00:00
Roger Dingledine
f29731ffe4
fix up the links to contact us
...
svn:r6077
2006-02-26 04:14:45 +00:00
Roger Dingledine
0edff5504d
more thoughts on incentives
...
svn:r6076
2006-02-23 06:52:54 +00:00
Roger Dingledine
329af979e0
Add a new circuit purpose 'controller' to let the controller
...
ask for a circuit that Tor won't try to use.
Extend the EXTENDCIRCUIT controller command to let you specify
the purpose if you're starting a new circuit.
Add a new SETCIRCUITPURPOSE controller command to let you
change a circuit's purpose after it's been created.
svn:r6075
2006-02-23 06:51:09 +00:00
Andrew Lewman
0dd04f7966
Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distribution
...
svn:r6068
2006-02-21 04:54:24 +00:00
Roger Dingledine
f797ce5e59
commit this so it matches the tarball
...
svn:r6060
2006-02-21 03:58:05 +00:00
Andrew Lewman
96a93a0cb1
It's FI not Fi..fo fum..
...
svn:r6056
2006-02-20 05:32:35 +00:00
Roger Dingledine
3bef5fff3f
sort remaining 0.1.1.x todo items
...
svn:r6054
2006-02-20 02:40:31 +00:00
Roger Dingledine
5d1b35ce41
and put them in the man page
...
svn:r6048
2006-02-19 22:03:28 +00:00
Roger Dingledine
0d0250a8c8
mark off a few todo items
...
svn:r6043
2006-02-19 08:44:20 +00:00
Roger Dingledine
266254f42b
clean up the Reachable*Addresses changes
...
svn:r6041
2006-02-19 08:31:47 +00:00
Andrew Lewman
6c31d1705b
Updated instructions to work under the latest 10.4.5 point release from
...
Apple.
svn:r6040
2006-02-18 15:47:14 +00:00
Andrew Lewman
a9977bae9b
New clear and concise directions for building Tor on OSX machines.
...
Moved the documentation into the doc/ dir where it belongs.
svn:r6027
2006-02-17 14:09:15 +00:00
Andrew Lewman
2859acdee5
All new, re-written instructions for building Tor binaries in rpm
...
format. This re-write matches the new tor.spec.in changes.
svn:r6026
2006-02-17 04:50:26 +00:00
Roger Dingledine
59cb3a21c2
fix the headers at the top of the tor-doc html files
...
svn:r6025
2006-02-16 23:27:52 +00:00
Roger Dingledine
fc2522dd02
and don't ship it either
...
svn:r6022
2006-02-16 17:45:50 +00:00
Roger Dingledine
34e19501fc
remove the obsolete faq entries that were somehow still around.
...
svn:r6021
2006-02-16 17:45:32 +00:00
Andrew Lewman
3a48b3e186
Remove the tor rpm creation text from the tor.spec.in file, as
...
apparently rpmbuild interprets any % as a macro, even behind comments.
Create a new file in tor/doc that describes how to create tor rpms.
svn:r6018
2006-02-14 21:21:17 +00:00
Roger Dingledine
e7824c3e01
Make it an explicit step to allow connections to your local
...
resources from your tor server.
svn:r6017
2006-02-14 19:15:53 +00:00
Peter Palfrader
cfcb1b1afd
document ReachableDirAddresses and ReachableORAddresses
...
svn:r6011
2006-02-13 22:43:42 +00:00
Peter Palfrader
5eea6c76df
Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses
...
svn:r6009
2006-02-13 21:17:20 +00:00
Roger Dingledine
d38f5fe5cd
work out a few more details of the dirserver-based reputation
...
scheme.
svn:r6008
2006-02-13 10:43:29 +00:00