summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 4763cc3..af5ac65 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,3 @@
-* stack exec debug-me -- --download
- http://localhost:8081/2a48b59f-8a53-4901-bbc8-d764e21b795f
- fails, seems the log is illegal or its parser is wrong.
- The same session worked with --debug when it was still running.
- The message it objects to is a User message, which has its prevActivity
- pointer pointing at a Developer message. So, developers need to see
- other developer's activity for --download to work!
* The current rules for when an Activity Entered is accepted allow it to
refer to an older activity than the last one. If echoing is disabled,
two Activity Entered could be sent, each pointing at the most recent
@@ -51,6 +44,3 @@
* How to prevent abusing servers to store large quantities of data
that are not legitimate debug-me logs, but are formatted like them?
Perhaps add POW to the wire protocol?
-* Multiple developers should be able to connect to a single debug-me
- user and all send Entered messages. Most of the code was written
- with that in mind, but not tested yet..