summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-18 11:51:00 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-18 11:51:00 -0400
commit38499afa7dfce58eacb8adbd6db6826e8e721b85 (patch)
treec5786925b231bd8379baefcb5be992bc5ba83ed9 /TODO
parentdc7e4be27070421022d7d37a9b8d13f73c7667c7 (diff)
downloaddebug-me-38499afa7dfce58eacb8adbd6db6826e8e721b85.tar.gz
updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 03b0a70..4ef7eb4 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,13 @@
+* Under heavy lag, typing a lot results in a graph that splits into many
+ branches, and never re-joins. While this works, it's ugly. Find a way to
+ add in explicit join points, so the graph re-joins.
+ Probably this entails making a Activity Entered be able to point to
+ the previous Activity Entered. Then in eg:
+ Entered: A B C D E F G
+ Seen: A
+ An "H" entered can point to the "A" seen, but also point to the "G"
+ entered.
+ This should only be ugly, not a security hole.
* Improve JSON, removing use of "tag"
* potential DOS where developer sends Activity Entered that all
refer back to the first Activity Seen. This requires the user