2015-02-18 07:58:23 -05:00
Legend:
2015-11-19 10:52:53 -05:00
E: easy. Just GUI stuff, no algorithmics involved. That does not mean it's easy to come up with.
M: medium, either because it's a big task, or because it needs to understand a lot of code.
H: hard. Needs digging deep into libretroshare, possibly involving some crypto.
2015-05-01 10:04:31 -04:00
2015-11-19 10:52:53 -05:00
[ ] pending
[/] half-done, someone's on it
[-] cancelled
2016-01-09 13:54:24 -05:00
[?] needs discussion. Not sure we need this.
2015-11-19 10:52:53 -05:00
[X] done
2015-05-01 10:04:31 -04:00
2015-11-19 10:52:53 -05:00
PS: no tabs in this file,thx ;-)
2015-05-01 20:22:30 -04:00
2016-01-09 13:54:24 -05:00
---------------------------------------- TODO for RC ---------------------------------------------
E [ ] Implement creation of a default (signed) gxs id in startup wizard. Needs to show to the user a proper separation between nodes (network layer) and GXS ids (service layer).
E [ ] add tooltips in in permission matrix when hovering over the top most button/service name explain what the service does and the dependencies
E [ ] finish pass of GXS network service
2015-11-19 10:52:53 -05:00
----------------------------------------- TODO list ----------------------------------------------
2015-05-01 10:04:31 -04:00
2015-11-19 10:52:53 -05:00
GUI
2015-12-31 13:58:13 -05:00
E [X] add a "Contact" list to help selecting peers in People/FriendChooser/messages/etc.
2015-11-19 10:52:53 -05:00
E [ ] fix posted GUI. Needs to be more handy and more appealing.
E [ ] add RS links for GXS identities, so that they can be transferred easily between nodes in forums, etc
E [ ] enable people dialog
2015-11-28 12:13:35 -05:00
M [ ] Personal Page (Profile Page for GXS ID Users,view latest Posts, public forum/channels,posted posts, comments in all areas, Reputation Infos, Popularity and more)
2015-11-19 10:52:53 -05:00
E [ ] fix RSButtonOnText::eventFilter, and fix all places where RSButtonOnText gets deleted
2016-01-09 13:54:24 -05:00
E [ ] find all places where the deprecated(in Qt5) Q_WS_WIN and other Q_WS* macros are used, and replace with something else
2015-12-04 10:53:14 -05:00
E [ ] Make RS fully compatible with High DPI screens.
2015-11-19 10:52:53 -05:00
M [ ] improve comments in channels. Comments should be more available, more visible, and easier to handle.
2016-01-09 13:54:24 -05:00
E [ ] make GRouter statistics less CPU greedy
2015-11-19 10:52:53 -05:00
M [ ] Merge the various help systems. there's 3 of them now. Lots of duplicate code, etc.
M [ ] New and consistent icon set (Purplehaze420 said he would provide a consistent set of icons. Is that still alive?)
2015-12-04 10:53:14 -05:00
M [ ] add in options->Network a way to select which network interface is used to talk (choice between "auto" or selected from a list)
2016-01-09 13:54:24 -05:00
M [?] add a RS link for encrypted messages (encrypt for multiple GXS ids at once). Messages will appear as a link when encrypted and
2015-12-04 10:53:14 -05:00
be automatically decrypted when a suitable GXS id is available for it. Could be a way to securely post something in a public place.
2015-11-19 10:52:53 -05:00
File transfer (all 3 tasks are related)
2015-12-04 14:12:35 -05:00
E [ ] Add a limit of the total number of files simultaneously asked to the same peer using direct transfer.
2015-11-19 10:52:53 -05:00
H [ ] implement a new file list management, with new info such as access time,total upload, popularity, etc
H [ ] implement a new file list sharing service based on auto-sync system
M [ ] get rid of the old cache system (remove CacheStrapper, CacheSource,etc)
2016-01-09 13:54:24 -05:00
M [ ] implement end-to-end encryption using chacha20 and H(F), requesting file on H(H(F)). Make this optional and backward compatible.
2015-11-19 10:52:53 -05:00
DHT
2016-01-09 13:54:24 -05:00
H [-] improve DHT lookups to find masquerading peers using fake peers. First experiments (by cyril) do not prove very efficient.
2015-11-19 10:52:53 -05:00
GXS
2015-12-04 14:12:35 -05:00
M [X] create a tunnel service from distant chat code to make it (1) more generic (2) resistant to packet loss.
2015-12-31 13:58:13 -05:00
M [X] optimise GXS sync BW. For the moment too much is sent between nodes.
2015-11-19 10:52:53 -05:00
H [/] add the ability to use anonymous identities into circles. Needs new distribution model using items encrypted for multiple GXS keys.
H [ ] use different and incompatible classes for public and private keys in GxsSecurity
VOIP
2015-12-04 10:53:14 -05:00
H [ ] use proper video encoding. What we have now is decent for video, but sound should be prioritized. Experiments
2015-12-04 14:12:35 -05:00
with QtAV seem to work nicely. Finish and integrate!
2016-02-08 15:34:45 -05:00
M [ ] Deactivate Voip Buttons, when Friend has no Voip plugin enabled.
2016-02-04 15:30:23 -05:00
M [ ] Implement Voice for Video Chat
M [ ] Improve Voice and Video Quality
2015-12-04 14:12:35 -05:00
M [ ] Video Quality/Resolution Settings (High, Medium, Low) HD, HQ, SD )
2015-12-04 10:53:14 -05:00
M [ ] Video Device: WebCam(s) or Desktop Selection
M [ ] Audio Input Device Selection (Microphone)
M [ ] Audio Output Device Selection (Speaker)
M [ ] Video Snapshots https://support.skype.com/en/faq/FA1222/what-is-video-snapshot
M [ ] Voice Messaging (record and send a voice message)
M [ ] Video Messages (send a video greeting to multiple friends/coworkers/developers at once.)
2016-02-24 15:51:34 -05:00
M [ ] Add Call status (when im on the phone changes my status with phone icon)
2015-12-04 10:53:14 -05:00
H [ ] Audio Conference
H [ ] Video Conference
2015-11-19 10:52:53 -05:00
Messages
2016-01-09 13:54:24 -05:00
H [X] make the mail system re-send failed emails notified by the global router. This is hard because it needs a proper management of duplicate messages
2015-12-31 13:58:13 -05:00
E [X] add flags to allow distant messaging from contact list only / everyone / noone / only signed ids.
2016-02-24 15:51:34 -05:00
M [ ] add Signature feature to messages
M [ ] add vacation responser for messages (automatic replies)
2015-12-04 14:12:35 -05:00
Chat
2015-12-31 13:58:13 -05:00
E [X] add flags to allow distant chat from contact list only / everyone / noone / only signed ids.
2015-11-19 10:52:53 -05:00
Libretroshare
2015-12-31 13:58:13 -05:00
E [X] groups small packets in pqistreamer::handleoutgoing_locked(), and see if that removes some padding overhead
2015-11-19 10:52:53 -05:00
E [ ] make sure at least one location is kept when removing old locations as it avoids lots of connection problems.
M [ ] improve serialisation system. Lots of serialisation tasks (header, verifications, serialiser=>template, can be factored)
M [ ] separate chat stuff from rsmsgs.h into rschat.h
M [ ] crash at shutdown due to memory management already cleared while new objects keep being requested.
#0 0x0000000000da52eb in RsMemoryManagement:¿mallObject:¿mallObject() ()
#1 0x0000000000da3694 in RsItem::RsItem(unsigned int) ()
#2 0x0000000000dcb365 in RsRawItem::RsRawItem (this=0x0, t=33559555, size=38) at ./serialiser/rsserial.h
#3 0x0000000000fc1643 in RsServiceSerialiser::deserialise(void*, unsigned int*) ()
#4 0x0000000000da4451 in RsSerialiser::deserialise(void*, unsigned int*) ()
#5 0x0000000000fb5b4b in pqistreamer::handleincoming_locked() ()
#6 0x0000000000fb4b3e in pqistreamer::tick_recv(unsigned int) ()
#7 0x0000000000fb744a in pqithreadstreamer::data_tick() ()
#8 0x0000000000e19b27 in RsTickingThread::runloop (this=0x7fffb004e7e8) at util/rsthreads.cc:196
#9 0x0000000000e19748 in RsThread::rsthread_init (p=0x7fffb004e7e8) at util/rsthreads.cc:63
#10 0x00007ffff4006f6b in start_thread () from /lib64/libpthread.so.0
#11 0x00007ffff351c7ed in clone () from /lib64/libc.so.6
Channels
E [ ] allow to set a download directory per channel
2015-11-28 12:13:35 -05:00
M [ ] Thumbnail View for Channels
M [ ] Count commments on Comments Button
2015-11-29 11:28:05 -05:00
M [ ] Notify Channel comments/replies
2015-11-19 10:52:53 -05:00
Posted
E [ ] Show an info page for unsubscribed posted threads (same as forums)
E [ ] Make the GUI of Posted more sexy: more compact items, remove unecessary text, use consistent icons,...
2015-02-18 07:58:23 -05:00
2015-11-19 10:52:53 -05:00
Forums
E [ ] do we keep "Getting Started" ? the look needs to be improved. Any help doing this is welcome!
E [ ] some widgets in the GUI do not follow the system style => GUI looks bad on these systems
2015-06-11 10:07:53 -04:00
2015-11-19 10:52:53 -05:00
Bugs
E [ ] find the bug that shows some peers online in Network although they are not.
2015-12-31 13:58:13 -05:00
M [X] Selecting different options in messages composer -> contact list then come back,
2015-11-19 10:52:53 -05:00
shows disappearing / re-appearing people. What causes this???
2015-03-14 17:13:28 -04:00
2015-12-31 13:58:13 -05:00
Sounds
2015-11-19 10:52:53 -05:00
E [ ] add default sounds for Friend go online, New Chat Message, Message arrived, Download complete
M [ ] make sure sound is working for users on linux. We also need a "test sound" button in config->sound.
2015-02-08 12:38:30 -05:00
2015-11-19 10:52:53 -05:00
Packaging
E [ ] Sound files should be part of the install package at least on ubuntu (put them in /usr/share)
2015-02-04 12:49:42 -05:00
2015-11-19 10:52:53 -05:00
List of pending non backward compatible changes
===============================================
2015-04-19 14:35:36 -04:00
2015-11-19 10:52:53 -05:00
* RsGxsGrpMetaData::deserialis should use a proper TLV_STR_TYPE_NAME instead of 0 for
mGroupName and mMsgName, in rsgxsdata.cc
* p3IdService::service_CreateGroup() should convert the mPgpSign member to radix64!! For now
it is hard-coded in binary in a string.
2015-06-01 04:54:05 -04:00
2015-02-04 12:49:42 -05:00