summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-13 17:13:19 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-13 17:13:19 -0400
commit48e49d83867a5335f5e45a42dbac202caa42cd5d (patch)
tree2fb75ecd3295a0bb23d6eb393d9f0cf3ed4d663d /TODO
parent4d69e01dea8515d9cbccfbf2f793c98a1a752539 (diff)
downloadkeysafe-48e49d83867a5335f5e45a42dbac202caa42cd5d.tar.gz
implemented dynamic rate limiting
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 8bfb3f0..0bb8c65 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
Soon:
-* test client/server Proof Of Work
-* finish --months-to-fill-half-disk
+* test rate limiting
* Add some random padding to http requests and responses, to make it
harder for traffic analysis to tell that it's keysafe traffic.
* Implement the different categories of servers in the server list.
@@ -14,10 +13,6 @@ Soon:
Later:
-* server: Keep track of number of objects stored per hour, and project
- forward to see how long it would take to fill the disk at the current
- rate. If less than some number of years, need to adjust the rate limiting
- knobs to require more work be done to store objects.
* improve restore progress bar points (update after every hash try)
* If we retrieved enough shares successfully, but decrypt failed, must
be a wrong password, so prompt for re-entry and retry with those shares.