1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
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
..
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(extensions): Split messages on extended messages 2021-01-30 18:15:49 -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