1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/core
Anthony Bilinski f37f9a9492
refactor(history): enforce using PK instead of ToxId in history
We need to be lenient when reading from db because of ToxIds being saved in the
db from a bug introduced in e07d8d358f, which
used self ID rather than self Pk. Was subsequently fixed in
033f28e67e.
2020-05-03 16:22:12 -07:00
..
contactid.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
contactid.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
core.cpp chore: Various code cleanups. 2020-04-16 19:07:40 +00:00
core.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
coreav.cpp chore: remove extra ; 2020-04-22 23:55:51 +00:00
coreav.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
corefile.cpp Merge branch 'v1.17-dev' 2020-04-24 18:35:00 -07:00
corefile.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
dhtserver.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
dhtserver.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
groupid.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
groupid.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icorefriendmessagesender.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icoregroupmessagesender.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icoregroupquery.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icoreidhandler.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icoresettings.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
receiptnum.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxcall.cpp fix(toxcall): move ToxCall ownership to correct Thread 2020-03-20 02:26:18 -07:00
toxcall.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxencrypt.cpp chore(cleanup): replace remaining deprecated toxcore enums 2020-04-13 09:25:20 -07:00
toxencrypt.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxfile.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxfile.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxfilepause.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxid.cpp refactor(history): enforce using PK instead of ToxId in history 2020-05-03 16:22:12 -07:00
toxid.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxlogger.cpp refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 2019-10-09 23:19:26 -07:00
toxlogger.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxoptions.cpp fix(i18n): Various English fixes 2019-09-14 15:00:59 -04:00
toxoptions.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxpk.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxpk.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxstring.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxstring.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00