mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
updated TODO list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7952 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7d9ff44fe2
commit
aaea74becf
10
TODO.txt
10
TODO.txt
@ -6,6 +6,7 @@ List of fixes/improvements before 0.6
|
||||
Bug? If not, then remove "No signature" from selection box
|
||||
[ ] Show an info page for unsubscribed posted threads (same as forums)
|
||||
[ ] Fix the counting of unread messages in Posted. Now it's wrong.
|
||||
[ ] Make the GUI of Posted more sexy
|
||||
|
||||
Forums
|
||||
[ ] it's not possible to create a Forum thread without a Owner.
|
||||
@ -16,6 +17,9 @@ List of fixes/improvements before 0.6
|
||||
|
||||
GUI General
|
||||
[ ] do we keep "Getting Started" ? the look needs to be improved
|
||||
[ ] Recommendation messages do not show complete links. Links show up in some buttons and the text is truncated
|
||||
[ ] Recommendation messages should not be signed by the retroshare team!!
|
||||
[ ] when adding a friend through clicking on cert links, the add friend wizard is shown twice!
|
||||
|
||||
Messages
|
||||
[ ] distant messages should be made async-ed
|
||||
@ -47,7 +51,9 @@ List of fixes/improvements before 0.6
|
||||
[X] Bold face should only be used for keys with admin credentials
|
||||
[ ] reputations are not used yet. We should hide them.
|
||||
[ ] Add timeout to Identities that are unused. Need to keep a time stamp list, updated
|
||||
whenever the identity is used for checking signatures.
|
||||
whenever the identity is used for checking signatures. This should
|
||||
be extented to any group and stored into meta data. Would allow to
|
||||
remove unused forums etc.
|
||||
[X] Fix avatar loading for identities. When loaded for the first time by forums, the avatar does not show up.
|
||||
|
||||
Network
|
||||
@ -62,6 +68,7 @@ List of fixes/improvements before 0.6
|
||||
[ ] valgrind pass for data races
|
||||
[ ] valgrind pass for memory leaks
|
||||
[ ] valgrind pass for memory errors
|
||||
[ ] valgrind pass for performance
|
||||
[ ] remove mktemp => use mkstemp
|
||||
|
||||
Packaging
|
||||
@ -82,6 +89,7 @@ List of fixes/improvements before 0.6
|
||||
|
||||
GXS
|
||||
[ ] add the ability to use anonymous identities into circles. Needs new distribution model using items encrypted for multiple GXS keys.
|
||||
[ ] use different and incompatible classes for public and private keys in GxsSecurity
|
||||
|
||||
Libretroshare
|
||||
[ ] improve serialisation system. Lots of serialisation tasks (header, verifications, serialiser=>template, can be factored)
|
||||
|
Loading…
Reference in New Issue
Block a user