diff options
author | irungentoo <irungentoo@gmail.com> | 2013-06-26 14:07:01 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-06-26 14:07:01 -0400 |
commit | 46ee2d6be668597adfedcbb6358a091e39f1bcd1 (patch) | |
tree | 552d41aa518aaadfe7f1d9c80d71ac0f93e7354b /docs/TODO.txt | |
parent | 81e2043df99f4d1b10f51581e50f9048fda951bf (diff) |
Stuff added
Diffstat (limited to 'docs/TODO.txt')
-rw-r--r-- | docs/TODO.txt | 4 |
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. |