Roger Dingledine
d1b9de222e
cleanups, closer to a changelog
...
svn:r8606
2006-10-06 07:50:57 +00:00
Nick Mathewson
50320ac420
r8862@totoro: nickm | 2006-10-03 14:54:14 -0400
...
Make verbose names get used (when appropriate and selected) in responses to getinfo requests.
svn:r8593
2006-10-03 19:00:18 +00:00
Nick Mathewson
1ae7282d9b
r8857@totoro: nickm | 2006-10-03 13:54:21 -0400
...
Implement ORCONN with verbose names.
svn:r8588
2006-10-03 18:59:52 +00:00
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
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
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
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
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
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
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
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
ad430b9561
checkpoint changelog and general polishing
...
svn:r8497
2006-09-25 05:59:13 +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
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
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
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
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
bd8362afcc
two todo items we'll need for the blocking-resistance scheme
...
svn:r8384
2006-09-13 22:24:05 +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
102ae79f25
another controller event we left out
...
svn:r8337
2006-09-07 01:22:55 +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
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
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
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
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
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
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
070d5555d2
Say more about reverse DNS
...
svn:r6995
2006-08-09 00:58:27 +00:00
Roger Dingledine
31861c45d6
three more todo items
...
svn:r6990
2006-08-08 06:21:52 +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
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
Roger Dingledine
1c266c3352
more todo items
...
svn:r6809
2006-07-23 05:19:31 +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
0ada963ef6
add a whole lot more work to the todo.
...
svn:r6762
2006-07-15 05:53:41 +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
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
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
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
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
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
Roger Dingledine
e8affc6cec
a few more tweaks to the faq.
...
svn:r6451
2006-05-10 07:35:33 +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
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
Roger Dingledine
8a94689d05
another todo item we ought to do
...
svn:r6361
2006-04-10 09:43:30 +00:00
Roger Dingledine
82bc49d922
a todo item nick suggested
...
svn:r6348
2006-04-10 05:47:03 +00:00
Roger Dingledine
c82d65d204
another low-priority todo item
...
svn:r6341
2006-04-09 11:51:50 +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
81ffbda2a1
a few other thoughts that i wrote down somewhere for once
...
svn:r6257
2006-03-28 07:34:19 +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
cbf503de63
update the todo file. getting closer.
...
svn:r6110
2006-03-09 01:47:31 +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
Roger Dingledine
3bef5fff3f
sort remaining 0.1.1.x todo items
...
svn:r6054
2006-02-20 02:40:31 +00:00
Roger Dingledine
0d0250a8c8
mark off a few todo items
...
svn:r6043
2006-02-19 08:44:20 +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
dda257435e
which leads to a new todo item. help from a windows person please?
...
svn:r6006
2006-02-13 10:33:38 +00:00
Roger Dingledine
ccd68275c4
rearrange todo a bit
...
svn:r5999
2006-02-13 07:36:15 +00:00
Roger Dingledine
350313d77a
Let the users set ControlListenAddress in the torrc.
...
This can be dangerous, but there are some cases (like a secured
LAN) where it makes sense.
svn:r5997
2006-02-13 06:25:16 +00:00
Roger Dingledine
e20df524b9
and mark off another todo item
...
svn:r5993
2006-02-13 00:10:51 +00:00
Nick Mathewson
dba155ecff
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the mask is not reducible to a bit-prefix.
...
svn:r5991
2006-02-12 23:58:22 +00:00
Nick Mathewson
e7b2d5cd47
Retain unrecognized options in state file, so that we can be forward-compatible.
...
svn:r5985
2006-02-12 22:28:30 +00:00
Roger Dingledine
6d2804cadf
remove finished todo items
...
svn:r5976
2006-02-12 00:15:11 +00:00
Roger Dingledine
3c3ac254f0
two more todo items done, one more added.
...
svn:r5974
2006-02-12 00:13:27 +00:00
Roger Dingledine
e78ea39f0c
remove a todo item, add a todo item.
...
svn:r5965
2006-02-11 21:58:20 +00:00
Nick Mathewson
f1b91924b2
Keep running if we ask for an impossible stdout log; just warn.
...
svn:r5964
2006-02-11 21:56:03 +00:00
Nick Mathewson
165a9abee6
Mark items done
...
svn:r5963
2006-02-11 21:29:23 +00:00
Nick Mathewson
01754fdfb8
Mark some todo items done.
...
svn:r5960
2006-02-11 08:25:40 +00:00
Roger Dingledine
31dbb0aec9
remove MaxConn TODO item
...
svn:r5940
2006-02-09 03:44:27 +00:00
Roger Dingledine
614faa541b
turns out we don't build on freebsd 6.0
...
svn:r5920
2006-02-05 09:37:02 +00:00
Roger Dingledine
b00c78b0d7
remove some accomplished tasks
...
svn:r5919
2006-02-05 05:43:47 +00:00
Roger Dingledine
af2c34ed50
three more todo items
...
svn:r5892
2006-02-01 10:55:59 +00:00
Roger Dingledine
05cf1e0202
more bugs that arma needs to investigate
...
svn:r5877
2006-01-28 22:12:29 +00:00
Roger Dingledine
0d0ce4b1ef
more bugs and missing features
...
svn:r5875
2006-01-28 09:05:48 +00:00
Roger Dingledine
a9eb35dc8f
nick likes todo items, i hear
...
svn:r5864
2006-01-24 05:55:33 +00:00
Roger Dingledine
4cc1ab0065
slip in some more todo items
...
svn:r5863
2006-01-24 04:31:46 +00:00
Roger Dingledine
29e58a839d
more 0.1.1.x todo items, plus a 0.1.2.x roadmap
...
svn:r5860
2006-01-24 03:57:38 +00:00
Roger Dingledine
3ce484b079
even more todo items
...
svn:r5845
2006-01-19 18:00:15 +00:00
Roger Dingledine
f5588a08ed
always more todo items to do.
...
svn:r5844
2006-01-19 15:26:58 +00:00
Roger Dingledine
be903aa678
add some more 0.1.1.x todo items.
...
svn:r5842
2006-01-19 10:03:06 +00:00
Nick Mathewson
5268040bb5
Mark one directory change done; defer another.
...
svn:r5831
2006-01-16 20:54:57 +00:00
Roger Dingledine
a65cc2ccff
you want more work? i got your more work right here.
...
svn:r5814
2006-01-11 23:54:01 +00:00
Roger Dingledine
8452535cea
more todo items as we get closer to 0.1.1 final
...
svn:r5813
2006-01-11 23:27:47 +00:00
Nick Mathewson
89db1be56c
remove some completed items from the TODO
...
svn:r5779
2006-01-10 22:05:31 +00:00
Nick Mathewson
65f76bad4f
Add descriptions for state variables; rename AccountingBytesRead{In}Interval; remove extraneous and unused struct member.
...
svn:r5739
2006-01-06 15:43:03 +00:00
Roger Dingledine
0ba7b72278
and a bonus todo item
...
svn:r5736
2006-01-05 21:33:10 +00:00
Roger Dingledine
6b6af6c7d5
todo and spec cleanups
...
svn:r5735
2006-01-05 21:32:33 +00:00
Nick Mathewson
878962bee1
Add reasons to DESTROY and RELAY_TRUNCATED cells.
...
svn:r5734
2006-01-05 21:23:03 +00:00
Roger Dingledine
ad82fdab5e
the last entrynodes item is done
...
svn:r5685
2005-12-31 07:39:47 +00:00
Roger Dingledine
01d71c709b
mark off a few TODO items
...
svn:r5676
2005-12-28 09:14:06 +00:00
Nick Mathewson
ece9865020
Implement new directory logic: download by descriptor digest, not by key digest. Caches try to download all listed digests from authorities; clients try to download "best" digests from caches.
...
svn:r5659
2005-12-27 05:26:03 +00:00
Roger Dingledine
7db5ae23f5
a few non-coding todo items
...
svn:r5638
2005-12-24 04:02:29 +00:00
Nick Mathewson
f7e82babcb
Note some more issues we could/should fix with dirctories.
...
svn:r5636
2005-12-23 19:26:30 +00:00
Roger Dingledine
42e7eb7d5a
another todo item we want to do
...
svn:r5610
2005-12-16 00:14:33 +00:00
Nick Mathewson
27e753ec9a
Describe router download implementation in more detail, so I can do it
...
svn:r5609
2005-12-15 23:10:40 +00:00
Roger Dingledine
06eb072031
remove some finished items from the todo
...
svn:r5608
2005-12-15 22:15:48 +00:00
Nick Mathewson
c55ee50661
update completed items
...
svn:r5602
2005-12-15 21:39:49 +00:00
Roger Dingledine
7b2b9af4eb
defer a whole lot more from 0.1.1.x
...
svn:r5590
2005-12-15 20:41:34 +00:00
Nick Mathewson
9482b1b9d5
Choose directory servers from routerstatus list, not from routerinfo list. This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories.
...
svn:r5586
2005-12-14 22:00:58 +00:00
Nick Mathewson
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
...
svn:r5582
2005-12-14 20:40:40 +00:00
Nick Mathewson
1b770817c0
Add private:* as an alias in configuration for policies.
...
svn:r5534
2005-12-08 19:40:24 +00:00
Nick Mathewson
4bab064061
Mark item completed
...
svn:r5533
2005-12-08 18:57:10 +00:00
Nick Mathewson
b1ae5cc190
Note one TODO item as done, and another as more complex than anticipatd.
...
svn:r5531
2005-12-08 17:39:56 +00:00
Roger Dingledine
0a85bb5a1c
and remove it from the todo now
...
svn:r5526
2005-12-07 23:43:15 +00:00
Roger Dingledine
b80dc7c4f4
call the reachability testing stuff done.
...
svn:r5525
2005-12-07 23:42:56 +00:00
Nick Mathewson
f031ee8246
Make clients use CREATE_FAST cells. add an option to disable this.
...
svn:r5524
2005-12-07 22:09:02 +00:00
Nick Mathewson
666791f3f5
Fiddle 0.1.1.x TODO based on conversation with arma.
...
svn:r5523
2005-12-07 21:45:53 +00:00
Roger Dingledine
7446c7e6d7
mark off the next todo item
...
svn:r5435
2005-11-19 11:07:40 +00:00
Roger Dingledine
b819a53654
mark off some todo items
...
svn:r5430
2005-11-19 07:16:12 +00:00
Roger Dingledine
e87c6a03ab
remove some completed items
...
svn:r5363
2005-11-12 21:42:55 +00:00
Roger Dingledine
b72323fab8
start to clean up and add to and rearrange the todo
...
svn:r5362
2005-11-12 21:41:24 +00:00
Nick Mathewson
bb0c98daa8
add minor todos from meeting
...
svn:r5303
2005-10-25 06:57:07 +00:00
Roger Dingledine
a1a87857a7
if we expect tor to crash with the bug we can't solve, then at least
...
try to give users a more pleasant experience.
svn:r5299
2005-10-24 18:51:51 +00:00
Nick Mathewson
a7ca56b537
More work towards a sane digest-based liveness testing.
...
svn:r5238
2005-10-12 13:49:13 +00:00
Nick Mathewson
780aa94b6a
add a todo: clients should use Stable/Fast flags
...
svn:r5205
2005-10-05 23:21:37 +00:00
Nick Mathewson
ba67d14d40
On sighup, if usehelpernodes changed to 1, use new circuits.
...
svn:r5203
2005-10-05 23:02:40 +00:00
Nick Mathewson
42e17182da
When we get an EOF or a timeout on a directory connection, note how many bytes of serverdesc we are dropping. This will help us determine whether it is smart to parse incomplete serverdesc responses.
...
svn:r5186
2005-10-04 22:34:09 +00:00
Nick Mathewson
61ea516885
Check for named servers when looking them up by nickname;
...
warn when we'recalling a non-named server by its nickname;
don't warn twice about the same name.
Fix a bug in routers_update_status_from_networkstatus that made nearly
all clients never update routerinfo_t.is_named.
Try to list MyFamily elements by key, not by nickname.
Only warn about names that we generated ourself, or got from the local
user.
On TLS handshake, only check the other router's nickname against its
expected nickname if is_named is set.
svn:r5185
2005-10-04 22:23:31 +00:00
Roger Dingledine
a1bfc132bf
some more todo item, plus mark one off.
...
svn:r5156
2005-09-30 00:08:12 +00:00
Nick Mathewson
2999cbf233
Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist).
...
svn:r5146
2005-09-27 19:39:25 +00:00
Nick Mathewson
b726507d36
Log even less verbosely. Also, do not download old (frequently-updating) servers more than once every 2 hours.
...
svn:r5134
2005-09-23 21:25:29 +00:00
Nick Mathewson
ebf6476e8e
Provide dire warnings to any users who set DirServer; move it out of torrc.sample and into torrc.complete.
...
svn:r5132
2005-09-23 20:44:22 +00:00
Nick Mathewson
cdc912714e
I love the smell of C in the morning. Make router-download rules smarter (download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder.
...
svn:r5110
2005-09-22 06:34:29 +00:00
Nick Mathewson
f411dd8d3a
Move items from meeting into dir-spec and TODO.
...
svn:r5102
2005-09-21 04:02:54 +00:00
Roger Dingledine
9fa3a4a5e4
a few more todo items done
...
svn:r5096
2005-09-20 19:30:48 +00:00
Nick Mathewson
d118d5069a
Prevent a "try forever to download an unobtainable descriptor" bug. Still remaining: the "give up forever" bug.
...
svn:r5090
2005-09-18 02:51:12 +00:00
Nick Mathewson
f859e34fb9
add a couple of directory items
...
svn:r5084
2005-09-16 16:47:34 +00:00
Nick Mathewson
e72e76cad6
Make authdirs smarter. Reject/invalidate by key and IP. Remember that not every authdir has to be a naming authdir.
...
svn:r5074
2005-09-15 14:39:05 +00:00
Nick Mathewson
b16048917c
Stop downloading directories and download routers instead. This still needs some work, but at last clients are finally on the new architecture. Next comes the tuning and bugfixing.
...
svn:r5070
2005-09-15 05:19:38 +00:00
Nick Mathewson
e3adcbdb95
Big commit: clients start downloading and using network-statuses.
...
Only caches need to get running-routers; nobody needs to parse, store,
or use it. Same for the router-status line in the directories. Add
many #if 0's that can get removed once I'm convinced they don't
contain anything I'm forgetting.
Start all newly-parsed routers as non-running and non-valid; update
them from the list of network statuses.
Update all routers when a new networkstatus comes in.
After 3 tries for a networkstatus, clients give up until they're told
to try again.
"Let's get those missles ready to **DESTROY THE UNIVERSE**!"
-TMBG
svn:r5063
2005-09-14 21:09:25 +00:00
Nick Mathewson
0119f554da
update directory todos
...
svn:r5052
2005-09-14 04:04:35 +00:00
Roger Dingledine
8c3f0dfe09
update todo a bit
...
svn:r5049
2005-09-14 03:45:03 +00:00
Roger Dingledine
41bdb5e9f8
clean up the server docs for ulimit -n
...
svn:r5036
2005-09-13 22:00:03 +00:00
Roger Dingledine
6e6f1d07da
two more bugs we should fix
...
svn:r4993
2005-09-10 21:12:40 +00:00
Roger Dingledine
3d0394cdc6
add another todo item
...
svn:r4979
2005-09-10 01:09:00 +00:00
Nick Mathewson
ef75fd5a63
Update item status: note future work on client directory handling
...
svn:r4957
2005-09-08 22:06:58 +00:00
Nick Mathewson
5c6c88e76d
More stuff for new directories.
...
- Distinguish v1 authorities (all currently trusted directories) from
v2 authorities (all trusted directories).
- Add configuration option for which dirs are v1 authories.
- Add configuration option for whether to be a v1 authority.
- Make trusted dirserver selection functions take options to
choose which functionality we need.
- Remove option when getting directory cache to see whether they
support running-routers; they all do now. Replace it with one
to see whether caches support v2 stuff.
- Parse, cache, and serve network-status objects properly.
- Serve compressed groups of router descriptors. The compression logic
here could be more memory-efficient.
-
svn:r4911
2005-09-07 16:42:53 +00:00
Nick Mathewson
78c01a95b5
Describe approach to downloading status documents; update TODO a bit
...
svn:r4899
2005-09-02 20:46:44 +00:00
Nick Mathewson
c6c403e156
First cut at cleaning 0.1.1.x TODO
...
svn:r4879
2005-08-27 03:20:51 +00:00
Nick Mathewson
54a6a8f0ef
Start implementing the server side of the new directory protocol.
...
Probably very buggy, since I can't actually run an authdir.
Features
- Generate and publish new network-status format
- Code to cache and re-serve network-status objects generated by others.
- Publish individual descriptors (by fingerprint, by "all", and by
"tell me yours.") [Still needs compression logic]
- Publish client and server recommended versions seprately.
- Add digest of descriptor to routerinfo_t, so we can track them better, and
length, so we can server them more easily.
Cleanups
- Unify code to sign directory-like things
- Make resolve_my_address() able to tell you which name it wound up resolving.
- Unify code to store and serve directory-like things so it all uses
cached_dir_t.
- Unify code to set the value of cached_dir_t objects.
svn:r4835
2005-08-25 20:33:17 +00:00
Roger Dingledine
7b5be0210a
add some more todo items, and mark off a few
...
svn:r4830
2005-08-24 02:37:55 +00:00
Roger Dingledine
0a45058d0d
prod at the 0.1.1.x todo items
...
svn:r4822
2005-08-23 07:36:55 +00:00
Roger Dingledine
0b0dce4534
remove most 0.1.0.x todo items
...
svn:r4821
2005-08-23 07:20:00 +00:00
Nick Mathewson
dc09c7fc73
Implement new (reduced-frequency) upload rules. arma, you should review this.
...
svn:r4806
2005-08-22 03:10:53 +00:00
Nick Mathewson
249b72f53e
Replace (Fascist)Firewall* with a new ReachableAddresses option that understands address policies.
...
svn:r4751
2005-08-08 21:58:48 +00:00