summaryrefslogtreecommitdiff
path: root/docs/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO.txt')
-rw-r--r--docs/TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO.txt b/docs/TODO.txt
index 9f999f09..c7d33952 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -23,6 +23,10 @@ Less important.
23 No UDP hole punching on them so we need to do something else 23 No UDP hole punching on them so we need to do something else
24 (only if both the clients which try to connect to themselves are behind one) 24 (only if both the clients which try to connect to themselves are behind one)
25 25
26-Decentralized IRC like channels.
27
28
29
26-Offline messaging protocol (text only) 30-Offline messaging protocol (text only)
27 Use your friends.(or maybe the people closest (mathematically by comparing client_id's) to you or the friend you want to send the message to). 31 Use your friends.(or maybe the people closest (mathematically by comparing client_id's) to you or the friend you want to send the message to).
28 The message will not be very big. Let's say we limit the maximum number of bytes for one to 1024, it means if every client stores 1024 offline messages it only takes 1 MB of ram. 32 The message will not be very big. Let's say we limit the maximum number of bytes for one to 1024, it means if every client stores 1024 offline messages it only takes 1 MB of ram.