From 1053ea5847c648aa6b4c07366ce53cb70c916477 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 2 Jan 2013 20:41:26 -0800 Subject: [PATCH] more TODO about deleting Change-Id: Ib8cb0e815b35f078c306a280bd926a11e16f5620 --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 7ededb406..dfc827713 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +-- should a "share" claim be not a claim but its own permanode, so it + can be rescinded? right now you can't really unshare a "haveref" + claim. or rather, TODO: verify we support "delete" claims to + delete any claim, and verify the share system and indexer all + support it. I think the indexer might, but not the share system. + Also TODO: "camput delete" or "rescind" subcommand. + -- make the -transitive flag for "camput share -transitive" be a tri-state: unset, true, false, and unset should then mean default to true for "file" and "directory" schema blobs, and "false" for other things.