summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-22 01:34:08 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-22 01:34:08 -0400
commitdb4e4c47898c0bb3dab27ee82ca563e37aaf62ea (patch)
tree2dafd366306829cc564823c73e122710d4dba80d
parentf464f7600a24bb59a882f2a1cb56f8590708ffcf (diff)
downloaddebug-me-db4e4c47898c0bb3dab27ee82ca563e37aaf62ea.tar.gz
hard
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 09e46db..3c78f89 100644
--- a/TODO
+++ b/TODO
@@ -42,6 +42,8 @@
Alternatively, let debug-me be started with a gpg key,
this way a project's website can instruct their users to
"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?
* 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..