summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-04 16:44:38 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-04 16:44:38 -0400
commit6d6bb94c3646cdaa44f807b879fea3058387c5ae (patch)
tree21538c8aac8172b8cab9f721525770853094c626 /doc
parent18e70a49274033d0598fcdfe830f80b0cc3552f0 (diff)
downloaddebug-me-6d6bb94c3646cdaa44f807b879fea3058387c5ae.tar.gz
--verify mode
This commit was sponsored by Thom May on Patreon.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/log_file_analysis_mode.mdwn2
-rw-r--r--doc/todo/verify_hash_chain_in_loadLog.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/log_file_analysis_mode.mdwn b/doc/todo/log_file_analysis_mode.mdwn
index 9520ae7..09ebccb 100644
--- a/doc/todo/log_file_analysis_mode.mdwn
+++ b/doc/todo/log_file_analysis_mode.mdwn
@@ -1,3 +1,5 @@
Add a mode that, given a log file, displays what developer(s) gpg keys
signed activity in the log file. For use when a developer did
something wrong, to examine the proof.
+
+> [[done]]; --verify --[[Joey]]
diff --git a/doc/todo/verify_hash_chain_in_loadLog.mdwn b/doc/todo/verify_hash_chain_in_loadLog.mdwn
index 92f9741..c056e89 100644
--- a/doc/todo/verify_hash_chain_in_loadLog.mdwn
+++ b/doc/todo/verify_hash_chain_in_loadLog.mdwn
@@ -6,3 +6,5 @@ refuse to use logs that are not valid proofs of a session.
Everything else in debug-me checks a session's proof as it goes.
And, everything that saves a log file checks the proof as it goes,
so perhaps this is not actually necessary?
+
+> Yeah, let's not. Instead, --verify can be used. [[done]] --[[Joey]]