1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/model
Mick Sayson 3fd4ce5952 refactor(core): Remove length parameter from splitMessages
* From the archeology I managed, MAX_GROUP_MESSAGE_LEN was a workaround
for an old toxcore bug. Testing removal of this parameter and replacing it
with tox_max_message_length() seems to work fine.
2019-06-21 11:01:10 -07:00
..
about fix: add remove history prompt, clear log area after remove 2018-10-05 10:24:39 +08:00
chatroom refactor: Inject DialogsManager in chatrooms 2019-06-19 12:34:06 +03:00
dialogs refactor: Create interfaces for ContentDialog and ContenDialogManager 2019-06-19 12:34:03 +03:00
profile refactor(avatar): split up setAvatar function 2019-04-08 23:45:47 -07:00
contact.cpp chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
contact.h refactor(id): make ContactId interface, implement GroupId 2019-04-13 12:58:25 -07:00
friend.cpp fix(group): treat empty peer names like empty friend names, by showing pk 2019-05-15 11:52:27 -07:00
friend.h fix(group): treat empty peer names like empty friend names, by showing pk 2019-05-15 11:52:27 -07:00
friendmessagedispatcher.cpp refactor(messages): Create class to manage sending/receiving friend messages from core 2019-06-21 11:01:10 -07:00
friendmessagedispatcher.h refactor(messages): Create class to manage sending/receiving friend messages from core 2019-06-21 11:01:10 -07:00
group.cpp fix(group): fix logic oversight and code style 2019-06-15 00:34:02 +02:00
group.h refactor(group): move peer tracking logic to Group from GroupChatForm 2019-05-15 12:00:44 -07:00
groupinvite.cpp chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
groupinvite.h chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
imessagedispatcher.h refactor(messages): Create class to manage sending/receiving friend messages from core 2019-06-21 11:01:10 -07:00
interface.h refactor: Improve interface 2017-12-24 13:10:07 +03:00
message.cpp refactor(core): Remove length parameter from splitMessages 2019-06-21 11:01:10 -07:00
message.h refactor(messages): Create class to manage sending/receiving friend messages from core 2019-06-21 11:01:10 -07:00
status.cpp fix(status): use enum as UI property instead of untranslated string 2019-04-24 10:35:17 -07:00
status.h fix(status): use enum as UI property instead of untranslated string 2019-04-24 10:35:17 -07:00