1
by AJ00200
Basic file structure and some code |
1 |
[N] = New |
2 |
[M] = More info needed |
|
3 |
[I] = In progress |
|
4 |
[B] = Blocked by other entry |
|
5 |
[C] = Can't do it |
|
10.1.1
by pharno
finished friend.py (loading, saving, adding and deleting of friends) |
6 |
[F] = Finished
|
1
by AJ00200
Basic file structure and some code |
7 |
! = High priority
|
8 |
||
9 |
Unassigned:
|
|
7
by AJ00200
Updated TODO |
10 |
[I!] Get a freaking routing system worked out. Discuss in #anon+
|
11 |
[B] Get chat working on top of our connections and routing
|
|
19
by AJ00200
Quick update of the TODO file. More to come later |
12 |
- Allow direct friend-to-friend (F2F) chat
|
13 |
- Provide SHA-1's for messages |
|
14 |
[N] Expand the protocol for more robust messaging |
|
15 |
- Include dual-layer encryption on packets |
|
24.1.1
by AJ00200
Basic crypto outline. Also updated TODO file. |
16 |
[N] Clean up the code. |
17 |
- Add whitespace |
|
18 |
- More PEP8!!!!! |
|
19 |
- Clean up the imports, they are hard to understand and somewhat redundant |
|
20 |
- Add section comments where needed |
|
21 |
[N] Write src/tests.py for unittesting |
|
27.1.2
by AJ00200
Added some API code but mostly added some simple unit tests. Run ./tests.py to make sure that all tests pass and do this regularly (before commiting\!) |
22 |
[N] Design a signed release update system |
23 |
||
1
by AJ00200
Basic file structure and some code |
24 |
aj00200: |
105
by AJ00200
Updated TODO |
25 |
[I!] Get a working setup.py |
46
by AJ00200
Updated TODO |
26 |
- Generate a key |
27 |
- Store the nodekey value in ~/.vomun/config.json |
|
28 |
- Allow the additon of friends |
|
29 |
[N] Get a windows version working. UGH |
|
30 |
- File paths, use os setting, not / by default |
|
19
by AJ00200
Quick update of the TODO file. More to come later |
31 |
[I!] Put in an identity management system |
46
by AJ00200
Updated TODO |
32 |
[IM] Develop a routing system, some discussion needed |
105
by AJ00200
Updated TODO |
33 |
[N] Update the web UI |
34 |
- Simpler |
|
35 |
- JS loader for comments |
|
36 |
- Chat mode (press enter to send) |
|
145
by AJ00200
Added warnings about insecure RSA code. See Bug #892416. |
37 |
[N!] Make the crypto code secure! Adding padding to RSA~ |
11
by AJ00200
Updated TODO |
38 |
|
97
by mouuff
Update TODO |
39 |
mou: |
105
by AJ00200
Updated TODO |
40 |
[!] Create a *.anonplus files with all informations to easy add friends |
41 |
||
42 |
[!] add json libraries beacause iphone os needs json and gnupg and mac os need gnupg so its very important |
|
43 |
||
44 |
[!] GET ANONPLUS WORKING |
|
45 |
||
46 |
[I] create a *.exe for newbies who dont understant what python is and the app redirect |
|
97
by mouuff
Update TODO |
47 |
noobs to python.org download 2.7 (easyier for others) |