diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,13 +56,13 @@ p - put/publish a single given datum on a single given node. | |||
56 | 56 | ||
57 | Tox: (toxid) publish a rendezvous onion route to dht node. | 57 | Tox: (toxid) publish a rendezvous onion route to dht node. |
58 | (friend) publish friend-request to rendezvous point. | 58 | (friend) publish friend-request to rendezvous point. |
59 | (contact) publish dht-nodeid to rendezvous point. | 59 | (dhtkey) publish dht-nodeid to rendezvous point. |
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 <nospam> <rendezvous-addr> <text> |
64 | 64 | ||
65 | p contact <rendezvous-addr> | 65 | p dhtkey <rendezvous-addr> |
66 | 66 | ||
67 | a - announce, like put/publish but automatically selects nodes to publish on | 67 | a - announce, like put/publish but automatically selects nodes to publish on |
68 | and continually refreshes the records. | 68 | and continually refreshes the records. |
@@ -77,7 +77,7 @@ a - announce, like put/publish but automatically selects nodes to publish on | |||
77 | 77 | ||
78 | a +toxid <key-pair> | 78 | a +toxid <key-pair> |
79 | a +friend <nospam> <text> | 79 | a +friend <nospam> <text> |
80 | a +contact | 80 | a +dhtkey |
81 | 81 | ||
82 | k - manage key-pairs | 82 | k - manage key-pairs |
83 | 83 | ||