Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | fixes #1788 (occasional crash in Tox) | George Hazan | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-09 | hopefully fixes #1610 (Caught a crash (Tox?)) | George Hazan | |
2018-08-30 | Tox: using timers instead of threads | aunsane | |
2018-08-09 | Tox: attempt to fix #1541 | aunsane | |
2018-02-05 | Tox: fixes for #1105 | aunsane | |
2018-01-17 | Tox: updated libtox to 0.2.0 | aunsane | |
- support of message correction - version bump | |||
2018-01-17 | Tox: attempt to fix crash on startup #1105 | aunsane | |
2018-01-17 | Tox: fixed crash on password deletion #1101 | aunsane | |
2017-12-21 | Tox: improved profile encription management | aunsane | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-21 | Tox: | George Hazan | |
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning; | |||
2017-03-27 | Tox: added new options | aunsane | |
- max connect retries - max reconnect retries | |||
2017-03-15 | Tox: reset isTerminated variable (fixes #749) | aunsane | |
2017-03-15 | Tox: | aunsane | |
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper |