Commit Graph

186 Commits

Author SHA1 Message Date
Nick Mathewson 91317d58a6 Mark some items completed
svn:r2593
2004-10-27 01:10:18 +00:00
Nick Mathewson c5410ab566 Add a couple of items to TODO
svn:r2590
2004-10-25 21:29:27 +00:00
Nick Mathewson d2959da296 Mark item completed
svn:r2582
2004-10-24 01:28:04 +00:00
Nick Mathewson d7ca8c2857 Update TODO
svn:r2570
2004-10-20 18:40:04 +00:00
Nick Mathewson ad87a868d7 Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to
maintain it.

Have clients default to the nickname "client" in their certificates.

Give a less frightening warning on obsolete (pre-0.0.8) routerinfo_t's.


svn:r2568
2004-10-19 18:19:59 +00:00
Roger Dingledine e3cf7ea51f mark some items done, move some around, add a wishlist item
svn:r2563
2004-10-17 20:46:59 +00:00
Roger Dingledine cbd243581b ..and reflect that in the todo
svn:r2554
2004-10-17 04:07:23 +00:00
Nick Mathewson 06836b6fa8 Implement RedirectExit.
svn:r2550
2004-10-17 01:57:34 +00:00
Nick Mathewson c6004b2b0e Note NULL/memset status in TODO
svn:r2539
2004-10-16 20:41:50 +00:00
Nick Mathewson 0661e1dea9 Implement user-declared node families.
svn:r2534
2004-10-15 20:52:09 +00:00
Nick Mathewson a6230681f5 Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate whitespace a little better.
svn:r2528
2004-10-15 05:09:48 +00:00
Nick Mathewson b462359fb1 Ignore fascistfirewall when dealing with service descriptors; obey fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set.
svn:r2527
2004-10-15 04:57:36 +00:00
Nick Mathewson 35807ff008 Add TODO items from meeting
svn:r2522
2004-10-14 20:09:31 +00:00
Roger Dingledine 3ef408df22 a todo item we ought to do, but it's not going to get into pre3
svn:r2512
2004-10-14 10:21:04 +00:00
Roger Dingledine 833ebcdf10 add a wishlist item from weasel
svn:r2506
2004-10-14 06:56:52 +00:00
Roger Dingledine 05eec9742c push back todo items, remove a few that we've done
svn:r2497
2004-10-14 05:45:32 +00:00
Nick Mathewson acdaf583f1 Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one.
svn:r2479
2004-10-14 01:44:32 +00:00
Nick Mathewson 1cb6487a18 Add/clarify a few TODO items
svn:r2434
2004-10-08 15:09:06 +00:00
Roger Dingledine f52ad32366 clean up old todo items
svn:r2417
2004-10-06 00:20:44 +00:00
Roger Dingledine d7db1b6465 remove 0.0.9pre1 todo items: they're all completed
svn:r2396
2004-09-29 00:47:56 +00:00
Roger Dingledine 6638dd467e rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit more
svn:r2395
2004-09-29 00:47:19 +00:00
Nick Mathewson bf6fc8a3d3 Move pending pre1 items to pre2, move pre2 items to pre3
svn:r2387
2004-09-28 21:13:38 +00:00
Roger Dingledine 69dacfba0c a few todo items have been done
svn:r2386
2004-09-28 20:29:46 +00:00
Roger Dingledine 60885dd1f4 prioritize todo
svn:r2350
2004-09-10 21:43:51 +00:00
Roger Dingledine a1cbd6867b tab-man nick is going to learn elisp, he promises
svn:r2347
2004-09-10 21:05:48 +00:00
Nick Mathewson f68c4e9012 Revise TODO items for 009
svn:r2346
2004-09-10 20:57:09 +00:00
Roger Dingledine 0e910ca1fd a few more todo entries
svn:r2345
2004-09-10 19:59:48 +00:00
Roger Dingledine cfd480abf6 typos and tabs
svn:r2343
2004-09-10 18:56:52 +00:00
Nick Mathewson 3f40769ea1 Flush more changes from sandbox
- make clients cache directories and use them to seed their router lists
   at startup.  This means clients have a datadir again.
 - Introduce a global_write_bucket.  We need to respond better to exhausting
   it.
 - Remove the last vestiges of LinkPadding and TrafficShaping.
 - Configuration infrastructure support for warning on obsolete options.
 - Refactor directory header parsing to use smartlist_split_string.
 - Respond to content-encoding headers by trying to uncompress as appropriate.
 - Reply with a deflated directory when a client asks for "dir.z".
   (We could use allow-encodings instead, but allow-encodings isn't
   specified in HTTP 1.0.)


svn:r2335
2004-09-08 06:52:33 +00:00
Roger Dingledine 1fd364c289 add todo items to keep nick busy the next 3 weeks
svn:r2307
2004-08-21 00:28:58 +00:00
Roger Dingledine 1fb6ecb032 updated todo
svn:r2297
2004-08-18 22:00:34 +00:00
Nick Mathewson f5998d9164 Note finished/abandoned items
svn:r2271
2004-08-18 04:51:15 +00:00
Nick Mathewson bc251d9862 Update status
svn:r2264
2004-08-17 21:11:57 +00:00
Roger Dingledine 3b9aadfac7 mark off some more 0.0.8 items
svn:r2253
2004-08-17 07:10:46 +00:00
Nick Mathewson 1e34cfe0fc Implement AllowUnverifiedNodes
svn:r2246
2004-08-17 05:13:58 +00:00
Nick Mathewson 2aab8496fe Add a generic Comma-separated-value config type, and a FirewallPorts option to tell FascistFirewall which ports are open. (Defaults to 80,443)
svn:r2244
2004-08-16 20:47:00 +00:00
Roger Dingledine 688f0c2d69 move done 0.0.8 todo tasks aside
svn:r2242
2004-08-16 11:53:14 +00:00
Nick Mathewson 3d1e981317 Mark items as completed
svn:r2240
2004-08-15 20:35:30 +00:00
Roger Dingledine 3e9e5c3f93 a todo list for 0.0.8
svn:r2232
2004-08-15 08:25:48 +00:00
Roger Dingledine 63b021d7bc clean up the todo some more
svn:r2223
2004-08-10 00:20:44 +00:00
Roger Dingledine e2b2f0501e reorganize todo to be a bit clearer about what's not done
svn:r2221
2004-08-09 09:38:18 +00:00
Roger Dingledine 44d69b2983 touchups to docs
svn:r2214
2004-08-09 07:41:25 +00:00
Roger Dingledine 885c10729a we should put an expiry date on the onion-keys?
svn:r2194
2004-08-08 00:04:05 +00:00
Roger Dingledine 80170c8041 whoops, the man page has been rotting
(it needs more attention than just this)


svn:r2191
2004-08-07 08:30:16 +00:00
Nick Mathewson 152c28618e Add mystery 0 entry to TODO list
svn:r2164
2004-08-06 19:54:48 +00:00
Roger Dingledine 46947e2b1b weasel suggests we compress the directory one day. he's right.
svn:r2155
2004-08-06 09:23:47 +00:00
Roger Dingledine 864fde5b37 todo items to switch dirservers entries to config lines
and remove old todo items


svn:r2138
2004-08-04 05:27:55 +00:00
Roger Dingledine 0e6776367c add some more todo items for 0.0.8
svn:r2124
2004-08-03 22:19:46 +00:00
Roger Dingledine 521f4785ed yet more todo items
svn:r2117
2004-07-23 00:21:25 +00:00
Roger Dingledine 50adb9fb8b mark off todo items; add todo items; correct tor-spec.txt
svn:r2101
2004-07-22 07:34:03 +00:00