Remove irrelevant TODO item.

fix/63-hanging-fd
Isis Lovecruft 2014-09-26 05:58:21 +00:00
parent f97c78d963
commit 29c971585d
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 0 additions and 7 deletions

7
TODO
View File

@ -5,13 +5,6 @@
It would be nice to make the file descriptors for communication with the GnuPG
process configurable, and not the default, hard-coded 0=stdin 1=stdout
2=stderr.
** TODO look into RDBMS/ORM for public key storage :io:db:
see http://stackoverflow.com/q/1235594 and http://elixir.ematia.de/trac/wiki
memcached and pymemcached were the first ones I looked at, then I discovered
redis, which seemed better. At some point we should look into using elixer,
mentioned in the above SO post, so that the backend DB can be chosen freely
and we´re not restricting users to only memcached/cassandra/redis/sqlite/etc.
* Key editing :editkey:
** TODO add '--edit-key' feature :editkey: