Commit Graph

349 Commits

Author SHA1 Message Date
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
Nick Mathewson
01d0788950 Generalize FirewallPorts to FirewallIPs so I can run happily when locked in net 18.
svn:r4737
2005-08-07 21:24:00 +00:00
Nick Mathewson
35b04df4fd Document helper node options
svn:r4715
2005-08-05 01:40:10 +00:00
Nick Mathewson
4cb89fd557 Implement some more GETINFO goodness: expose helper nodes, config options, getinfo keys.
svn:r4694
2005-08-04 19:56:41 +00:00
Nick Mathewson
e9698eaefa Claim some items.
svn:r4690
2005-08-04 18:23:21 +00:00
Nick Mathewson
c252a76f0b Parameterize configuration parsing functions
svn:r4635
2005-07-22 20:37:42 +00:00
Nick Mathewson
5621ccc962 Note item status; add persistence task
svn:r4634
2005-07-22 17:34:10 +00:00
Nick Mathewson
76a6cec3f1 add work for today to TODO
svn:r4631
2005-07-22 14:54:37 +00:00
Nick Mathewson
550ec09ffa checkpoint new directory document. needs way more expermients. probably ok.
svn:r4626
2005-07-21 07:57:31 +00:00
Nick Mathewson
85edc6ccf4 move some items from the tor-ctl TODO into the main TODO; mark some controller items done.
svn:r4559
2005-07-14 20:53:30 +00:00
Nick Mathewson
b5b138562c Mark a few bugs as done or as nonstarters
svn:r4510
2005-06-30 07:19:20 +00:00
Nick Mathewson
8fd197c687 Update rendezvous fix status; add more items to TODO
svn:r4507
2005-06-29 21:51:30 +00:00
Nick Mathewson
2aff87caae Load hardware acceleration options when/where available. Can anybody test this?
svn:r4467
2005-06-20 18:56:35 +00:00
Nick Mathewson
e1e246fa78 Be more clear about fixing unknown rendezvous points. (ow)
svn:r4465
2005-06-20 00:10:31 +00:00
Nick Mathewson
d2d934cc10 update TODO
svn:r4462
2005-06-19 22:39:14 +00:00
Nick Mathewson
64fc1f7bae Implement all the rest of the new controller protocol, debug a little, add some new features, add ADDRMAP events.
svn:r4460
2005-06-19 20:40:41 +00:00
Nick Mathewson
53ea9e54e7 Update some item status
svn:r4448
2005-06-17 18:54:06 +00:00
Nick Mathewson
2b8fd9ceda Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent before 1.1a
svn:r4419
2005-06-13 00:35:19 +00:00
Andrew Lewman
a05387bcf4 TODO: strippd out volunteer items
svn:r4416
2005-06-12 02:16:27 +00:00
Nick Mathewson
986166be99 Dispose the last XXXXX item in TODO
svn:r4405
2005-06-11 05:37:59 +00:00
Nick Mathewson
691265df0c Dispose of most remaining XXXXX items in TODO
svn:r4403
2005-06-11 05:25:21 +00:00
Nick Mathewson
e5c7e0aae4 eviscerate TODO and stitch it together into a far more attractive, albeit slightly less organic, creature
svn:r4402
2005-06-11 04:38:12 +00:00
Roger Dingledine
a3e5aa2d84 move todo items around; make 0.1.1.x more ambitious; we'd best get cracking
svn:r4394
2005-06-10 06:30:11 +00:00
Roger Dingledine
595376585e more todo items
svn:r4390
2005-06-09 23:58:57 +00:00
Nick Mathewson
00b75791c4 Update TODO status
svn:r4385
2005-06-09 20:20:36 +00:00
Andrew Lewman
4a08bb8926 TODO: fixed the latest tasks, and added in window's doc stuff
svn:r4379
2005-06-09 17:35:27 +00:00
Roger Dingledine
0a234af465 abandon two 010x items
svn:r4377
2005-06-09 11:24:24 +00:00
Andrew Lewman
497dee97ca modified task - find 10 dirservers
svn:r4362
2005-06-09 01:59:48 +00:00
Andrew Lewman
64b7a2c335 removed mailing list to do for website
svn:r4361
2005-06-09 01:57:11 +00:00
Nick Mathewson
bab2643b78 Update item status
svn:r4359
2005-06-08 21:47:42 +00:00
Roger Dingledine
eb11b8132f more todo
svn:r4358
2005-06-08 21:22:36 +00:00
Roger Dingledine
a3e964b073 update todo a bit more
svn:r4347
2005-06-08 17:22:09 +00:00
Nick Mathewson
3d602f6ed6 Note item status
svn:r4345
2005-06-08 13:54:02 +00:00
Andrew Lewman
f5fd5d920d TODO: took some tasks to complete.
svn:r4342
2005-06-08 02:10:20 +00:00
Andrew Lewman
b0e7d05c50 TODO: cleaned up duplicates, moved some tasks from uncategorized into
valid sections.


svn:r4341
2005-06-08 02:08:19 +00:00
Andrew Lewman
e7da1d170a TODO: Added in random to do list of arma and phobos.
svn:r4340
2005-06-08 01:35:21 +00:00
Roger Dingledine
ff28c48759 another 011x item
svn:r4339
2005-06-07 21:16:45 +00:00
Nick Mathewson
345e7425e5 Summarize remaining 0.1.0.x items
svn:r4338
2005-06-07 21:14:51 +00:00
Roger Dingledine
c4b8cf8230 tentative 0.1.1.x todo list
svn:r4337
2005-06-07 20:48:47 +00:00
Roger Dingledine
199ebf0760 clean up todo a bit more
svn:r4214
2005-05-15 00:51:11 +00:00
Roger Dingledine
e132daaff8 clean out the todo, add a few items.
svn:r4136
2005-04-27 05:05:50 +00:00