mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
b731999f99
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7928 b45a01b8-16f6-495d-af2f-9b41ad6348cc
78 lines
3.1 KiB
Plaintext
78 lines
3.1 KiB
Plaintext
List of fixes/improvements before 0.6
|
|
=====================================
|
|
|
|
Posted:
|
|
[ ] it's not possible to create a Posted thread without a Owner.
|
|
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.
|
|
|
|
Forums
|
|
[ ] it's not possible to create a Forum thread without a Owner.
|
|
Bug? If not, then remove "No signature" from selection box
|
|
[X] the tooltip over GXS ids should show the avatar on the left side.
|
|
[ ] fix data race between GXS ID default icons
|
|
|
|
GUI General
|
|
[ ] do we keep "Getting Started" ? the look needs to be improved
|
|
|
|
Messages
|
|
[ ] distant messages should be made async-ed
|
|
[ ] distant messages are not re-sent when the peer is offline the first time
|
|
[ ] sent messages to direct peers in the Sent box have inconsistent To field.
|
|
Raises an error if you click on it.
|
|
|
|
Channels
|
|
[ ] Unsubscribed channels should show an info page when selected, like forums
|
|
[ ] marking all as read in channels takes time. The channel icon should show a waiting clock
|
|
during the operation to avoid the user to re-click many times in the hope to get
|
|
the posts marked as read.
|
|
|
|
Chat lobbies
|
|
[ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible.
|
|
|
|
Chat
|
|
[X] Distant chat window should show GXS avatars
|
|
[ ] Distant chat should work with shared identities
|
|
[X] You should not be enabled to distant-chat yourself!
|
|
|
|
Identities:
|
|
[X] "Owned by you" => "Owned by node [nodename]"
|
|
[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.
|
|
[ ] Fix avatar loading for identities. When loaded for the first time by forums, the avatar does not show up.
|
|
|
|
Network
|
|
[ ] Friends => Friend nodes
|
|
|
|
News feed
|
|
[X] remove the Ghost news feed items
|
|
[X] remove the double feed publication
|
|
|
|
libretroshare
|
|
[ ] fix the data race in pqissl
|
|
[ ] make a valgrind pass for
|
|
[ ] remove mktemp => use mkstemp
|
|
|
|
Packaging
|
|
[ ] check compilation on debian
|
|
[ ] check compilation on ARM
|
|
|
|
Post v0.6 release changes
|
|
=========================
|
|
|
|
File transfer
|
|
[ ] implement a new file list management, with new info such as access time, total upload, popularity, etc
|
|
[ ] implement a new file list sharing service based on auto-sync system
|
|
[ ] get rid of the old cache system (remove CacheStrapper, CacheSource,etc)
|
|
|
|
Libretroshare
|
|
[ ] improve serialisation system. Lots of serialisation tasks (header, verifications, serialiser=>template, can be factored)
|
|
|
|
Chat
|
|
[ ] add "chat with this peer" from lobbies to start a private distant conversation with the GXS id of the peer
|
|
|
|
|