1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/model
Mick Sayson 26701283cd
feat(extensions): Split messages on extended messages
v0.0.2 of toxext_extended_messages brought in a user configurable max
message size. This changeset implements the minimum work required for
qTox to work sanely under the new API.

* Hardcode a max message size for all friends
* If a friend negotiates a max message size below the hardcoded value
  pretend they do not have the extension
* Move splitMessage out of Core to MessageProcessor
* Updates to allow for extended messages to be split
2021-01-30 18:15:49 -08:00
..
exiftransform_test.cpp fix(preview): Fix exif orientations 2020-05-16 16:53:14 -07:00
friendmessagedispatcher_test.cpp feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00
groupmessagedispatcher_test.cpp feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00
messageprocessor_test.cpp feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00
notificationgenerator_test.cpp feat(notification): Notifications now always replace the previous one 2020-05-17 00:00:53 -07:00
sessionchatlog_test.cpp refactor(chatlog): remove getInstance from ChatlogItem 2020-08-24 23:24:24 +02:00