summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-10-24 01:35:33 -0400
committerjoe <joe@jerkface.net>2017-10-24 01:35:33 -0400
commitc31ed656d55bbdb387d91464e51840e90503223a (patch)
tree360a0810d8681c2eed836cde13e23b2a9b3d1662 /todo.txt
parentffe298780ce5945dd7a3a5fa957cf2770ca34b56 (diff)
Implemented "dhtkey" publish method.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index cb1ccfba..575ed16b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -60,9 +60,9 @@ p - put/publish a single given datum on a single given node.
60 60
61 p toxid <key-pair> <token> [node-addr] 61 p toxid <key-pair> <token> [node-addr]
62 62
63 p friend <nospam> <rendezvous-addr> <text> 63 p friend <key-pair> <nospam> <rendezvous-addr> <text>
64 64
65 p dhtkey <rendezvous-addr> 65 p dhtkey <key-pair> - <rendezvous-addr>
66 66
67a - announce, like put/publish but automatically selects nodes to publish on 67a - announce, like put/publish but automatically selects nodes to publish on
68 and continually refreshes the records. 68 and continually refreshes the records.