summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_bootstrap.cpp
AgeCommit message (Collapse)Author
2018-11-14code cleaningGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-04-13Tox: added logging from toxcoreaunsane
- toxcore updated to 0.2.1 - toxcore now bootstraped with random two nodes - version bump
2018-03-24typo and warning fixesaunsane
2018-03-03Tox:aunsane
- updated toxcore due to release v0.2 - removed message correction - reworked nodes update
2017-12-21Tox: improved profile encription managementaunsane
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-30Tox: fixed #953aunsane
2017-08-21Tox:George Hazan
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning;
2017-03-24warning fixGeorge Hazan
2017-03-21Tox: fixed #772aunsane
2017-03-15Tox:aunsane
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper