summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_connection.cpp
AgeCommit message (Collapse)Author
2019-01-23fixes #1788 (occasional crash in Tox)George Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-09hopefully fixes #1610 (Caught a crash (Tox?))George Hazan
2018-08-30Tox: using timers instead of threadsaunsane
2018-08-09Tox: attempt to fix #1541aunsane
2018-02-05Tox: fixes for #1105aunsane
2018-01-17Tox: updated libtox to 0.2.0aunsane
- support of message correction - version bump
2018-01-17Tox: attempt to fix crash on startup #1105aunsane
2018-01-17Tox: fixed crash on password deletion #1101aunsane
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-08-21Tox:George Hazan
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning;
2017-03-27Tox: added new optionsaunsane
- max connect retries - max reconnect retries
2017-03-15Tox: reset isTerminated variable (fixes #749)aunsane
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