From: Cameron Dale Date: Tue, 15 Jan 2008 01:29:38 +0000 (-0800) Subject: Remove a completed TODO item. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1ee9d1ff5b0a75a28d7d80e659ab792f2e7a936;p=quix0rs-apt-p2p.git Remove a completed TODO item. --- diff --git a/TODO b/TODO index eca4e13..10971a0 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,3 @@ -Hashes of files need to be stored permanently. - -A new database of files and their hashes is needed. It should store the -location and hash of the file as well as the modtime and other details -so we can check if a file needs to be rehashed on startup. The DB can -also be used to store info needed to manage the values stored in the DHT. - - Change all print statements to log.msg() calls.