1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Anthony Bilinski 746314baf2
fix(history): move stuck action messages to broken_messages table
Before a bug in qTox would make it possible for a user to try to send an empty
action type message. This would fail to send at toxcore, but still be persisted
in history, causing it to fail every time FauxOfflineEngine tried to resend
it. Moving these stuck messages into the broke_messages table will stop qTox
from attempting to deliver them on each connect, and display in the GUI to
users that the messages aren't really pending anymore.
2019-10-20 02:35:20 -07:00
..
audio docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
chatlog fix(history): display broken messages UI with error icon 2019-10-20 02:34:48 -07:00
core refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 2019-10-09 23:19:26 -07:00
model fix(history): display broken messages UI with error icon 2019-10-20 02:34:48 -07:00
net refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 2019-10-09 23:19:26 -07:00
persistence fix(history): move stuck action messages to broken_messages table 2019-10-20 02:35:20 -07:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
util docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
video refactor(widget): replace screenGeometry() when using Qt 5.13 2019-07-14 20:10:00 +02:00
widget fix(chatform): don't try to send empty action messages 2019-10-20 02:35:20 -07:00
friendlist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
friendlist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
loginscreen.ui refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
main.cpp fix(loginScreen): make loginScreen return values comply with Qt standards 2019-10-18 16:24:53 -07:00
mainwindow.ui fix(ui): show empty status as placeholder instead of as status 2019-05-07 14:34:08 -07:00
nexus.cpp fix(loginScreen): make loginScreen return values comply with Qt standards 2019-10-18 16:24:53 -07:00
nexus.h feat(proxy): provide commandline tools for proxy settings 2019-09-02 21:05:01 -07:00