Anthony Bilinski
557af80428
refactor(Paths): Remove Paths factory to enable copy construction
...
std::atomic disallows copy construction and the default constructor disables
the parameterized constructor.
Additionally the case where paths aren't writable isn't handled and would just
segfault in Settings previously, so no safety is lost.
3 years ago
Anthony Bilinski
e5f33608c4
refactor(core): pass Paths into BootstrapNodeUpdater
...
In preparation of loading local bootstrap list files.
5 years ago
Anthony Bilinski
5a877d742b
refactor(core): pass bootstrap list interface to Core
5 years ago
Anthony Bilinski
35f89612ff
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE
...
Remove missed cases from ad042b09e0
.
Fix #6007
5 years ago
Anthony Bilinski
cf672375be
revert(toxme): remove toxme from qTox - the service is offline permanently
...
As of 2019-10-09, toxme.io was taken offline permanently. Remove UI and code
in qTox relating to it. Revert this commit if it comes back online in the
future.
Fix #5897
6 years ago
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
6 years ago
Anthony Bilinski
819016960d
fix(ci): increase bsu_test timeout
...
for slow nodes server causing sporadic failures
6 years ago
sudden6
1f2bdf3a1b
feat: load bootstrap nodes directly from JSON
...
This allows us to easily update the list of bootstrap nodes.
6 years ago
sudden6
793d744705
test: add simple testcase for BoostrapNodeUpdater
...
This test just tries to connect to nodes.tox.chat and retrieve nodes.
The result is not checked yet.
7 years ago
iphydf
52a5951d26
chore: Use `nullptr` instead of `0` for NULL pointer constants.
7 years ago
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
7 years ago
Diadlo
7c74491226
fix(test): If json string not quoted is server error
8 years ago
Diadlo
d3babb3fbe
test(toxmedata): Add test for toxmedata class
8 years ago