1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Mick Sayson 5f5f612841
feat(messages): History and offline message support for extended messages
* Added new negotiating friend state to allow delayed sending of offline
messages
* Added ability to flag currently outgoing message as broken in UI
* Reworked OfflineMsgEngine to support multiple receipt types
    * Moved resending logic out of the OfflineMsgEngine
    * Moved coordination of receipt and DispatchedMessageId into helper
    class usable for both ExtensionReceiptNum and ReceiptNum
    * Resending logic now has a failure case when the friend's extension
    set is lower than the required extensions needed for the message
    * When a user is known to be offline we do not allow use of any
    extensions
* Added DB support for broken message reasons
* Added DB support to tie an faux_offline_pending message to a required
extension set
2021-01-30 12:52:06 -08:00
..
chatlog docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
core refactor(core): pass bootstrap list interface to Core 2020-05-10 21:39:58 -07:00
mock feat(notification): Notifications now always replace the previous one 2020-05-17 00:00:53 -07:00
model feat(messages): History and offline message support for extended messages 2021-01-30 12:52:06 -08:00
net refactor(core): pass Paths into BootstrapNodeUpdater 2020-05-10 21:40:04 -07:00
persistence feat(messages): History and offline message support for extended messages 2021-01-30 12:52:06 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00