1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Maxim Biro 4e5b191553 fix(core): use correct byte representation when bootstrapping
Revert a bug introduced in d126b18d76
where qTox calls tox_bootstrap() and tox_add_relay() with an invalid
argument, which results in qTox not connecting to the bootstrap nodes
from its list of bootsrap nodes and therefore failing to connect to the
Tox DHT network in the case when that list is the only source of nodes
to connect to. The invalid argument is node's public key, which is
non-nullable but is passed a null due to invalid ToxPk object being
constructed. ToxPk's constructor expects the QByteArray argument to be
the byte representation of a public key, but a textual representation
is passed to it instead, which creats an invalid ToxPk that resolves to
null when queried for public key's bytes for calls to  tox_bootstrap()
and tox_add_relay().

Fixes #4385
2017-05-11 17:19:28 -04:00
..
audio feat(audio): split the audio interface from the backend library 2017-05-08 10:37:05 +02:00
chatlog Merge pull request #4305 2017-04-07 18:40:07 +02:00
core fix(core): use correct byte representation when bootstrapping 2017-05-11 17:19:28 -04:00
net refactor(toxuri): Add using GUI to show warning 2017-05-08 22:36:13 +03:00
persistence refactor(core): Move saving request to history to Profile 2017-05-08 22:12:14 +03:00
platform fix: Fix incorrect headers order 2017-03-18 19:36:50 +06:00
video fix(macro): Fixed clang warning about USING_V4L 2017-05-08 09:28:29 -07:00
widget fix(profile): set maxLength on userName QLineEdit 2017-05-09 07:28:31 +02:00
friend.cpp refactor(friend): Remove Settings from Friend 2017-05-04 20:31:54 +03:00
friend.h refactor(friend): Remove Settings from Friend 2017-05-04 20:31:54 +03:00
friendlist.cpp refactor(friend): Remove Settings from Friend 2017-05-04 20:31:54 +03:00
friendlist.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
group.cpp refactor(group): Changed Group flags types to bool 2017-05-08 22:39:00 +03:00
group.h refactor(group): Changed Group flags types to bool 2017-05-08 22:39:00 +03:00
groupinvite.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
groupinvite.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
grouplist.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
grouplist.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
ipc.cpp refactor(IPC): Remove IPC singlton 2017-05-04 20:31:56 +03:00
ipc.h refactor(IPC): Remove IPC singlton 2017-05-04 20:31:56 +03:00
loginscreen.ui feat(UI): add some accessibility labels to login pages 2016-11-14 20:01:48 +00:00
main.cpp refactor: Remove getCompactLayout from GenericChatroomWidget 2017-05-04 20:31:56 +03:00
mainwindow.ui feat(UI): add accessibility labels to all remaining .ui files 2016-11-29 00:17:52 +00:00
nexus.cpp refactor(core): Merge friendAdded and friendshipChanged 2017-05-08 22:12:14 +03:00
nexus.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00