summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-17 12:54:56 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-17 12:54:56 -0400
commit1c88d1cecff743f59b9525bab01ecccffdb7d71a (patch)
treed2fdac6cbec45121f68198cd14e79b8a78e1b928 /TODO
parentdaf79506ba6ac9fa6b795ad2a19684288b367a92 (diff)
downloaddebug-me-1c88d1cecff743f59b9525bab01ecccffdb7d71a.tar.gz
Include Entered in the Activity chain
So when the developer makes 2 keypresses close together, they send the second Activity Entered with the first Activity Entered as its HashPointer. This allows the developer to prove the order they did things. This commit was sponsored by Peter Hogg on Patreon.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6f6f97a..97a1f65 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+* async bugs
* Uncommenting the networkDelay in sendPtyOutput exposes a bug in
the Activity chain construction.
* potential DOS where developer sends Activity Entered that all
@@ -16,10 +17,6 @@
amount of time would also work; after eg 10 seconds it's very
unlikely that a Activity Entered will legitimately refer to an
old backlog item.
-* Include Entered in the Activity chain, so when the developer makes
- 2 keypresses close together, they send the second Activity Entered with
- the first Activity Entered as its HashPointer. This allows the developer
- to prove the order they did things.
* Encryption!
* Network!
* Server!