summaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2013-02-17 15:23:54 +0000
committerIsis Lovecruft <isis@torproject.org>2013-02-17 15:23:54 +0000
commit66d60a58ef752f9c9692dd8bdb0f61a5c1dfdb17 (patch)
tree016980342b8e2610f0010efddcab489a8d30db0a /NOTES.md
parent364200c25e28d4996024dcf2f0644f5f20cde9ae (diff)
parent8d2fdc800de469420005f9c5deee4c342950ccc9 (diff)
Merge branch 'feature/check-recipient' into develop
Diffstat (limited to 'NOTES.md')
-rw-r--r--NOTES.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/NOTES.md b/NOTES.md
index fd462b1..a53f49d 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -22,9 +22,12 @@ page](https://we.riseup.net/leap/mx) :
3. How do get it to go faster? Should we create some mockups and benchmark
them? Could we attempt to learn which aliases are most often resolved and
-prioritize keeping those in in-memory mappings?
+prioritize keeping those in in-memory mappings? Is
+[memcache](http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt)
+a viable protocol for this, and how would it interact with CouchDB?
4. What lib should we use for Python + Twisted + GPG/PGP ?
+ 4.a. It looks like most people are using python-gnupg...
## Tickets ##
@@ -48,3 +51,9 @@ ticket for feature-check_recipient:
ticket for feature-virtual_alias_map:
o Get the recipient's userid from couchdb.
+
+ticket for feature-evaluate_python_gnupg:
+
+ o Briefly audit library in order to assess if it has the necessary
+ features, as well as its general code quality.
+