summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-26 19:15:10 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-26 19:15:10 -0400
commit5645d3467e575042949163710b8f30a0419e1e31 (patch)
tree24c7afe839f4f6ac2e9020470fc90d82e252c42b
parent3c7d3b3a2088cfe3698c3b055822c2b9fa67468a (diff)
downloaddebug-me-5645d3467e575042949163710b8f30a0419e1e31.tar.gz
idea
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ed0fc45..a3fdee1 100644
--- a/TODO
+++ b/TODO
@@ -45,3 +45,7 @@
* 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? Capthca?
+* --server --replicate=host could connect to the other server and forward
+ sessions to it. It should be easy to make the replicate bi-directional,
+ so a developer could connect to the other server and their messages be
+ sent back to the first server.