summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 36ba683..4763cc3 100644
--- a/TODO
+++ b/TODO
@@ -30,10 +30,6 @@
to.
* When Role.Developer.processSessionStart throws an error, it's caught
somewhere, and the process exits quietly with exit code 0.
-* --watch and --download only get Seen messages, not Entered messages,
- because the server does not send Developer messages to them.
- To fix, need a way to avoid looping Entered messages sent by a developer
- back to themselves.
* --download gets a log without pauses, because timestamps are not
included in the wire protocol. Perhaps move the log timestamp to
data LogMessage?
@@ -54,6 +50,7 @@
"run debug-me --trust-gpg-key=whatever"
* 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..