summaryrefslogtreecommitdiff
path: root/protocols/Tox
AgeCommit message (Collapse)Author
2018-03-23Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵George Hazan
protocol's constructor
2018-03-17warning fixGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-03Tox: temporary fix for #1153aunsane
2018-03-03Tox: #1156aunsane
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup
2018-03-03Tox:aunsane
- updated toxcore due to release v0.2 - removed message correction - reworked nodes update
2018-02-25Fixes related with 7fc01c9aunsane
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-21all another C++'11 iteratorsGeorge Hazan
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-02-05Tox: setup filtersaunsane
2018-02-05Tox: fixes for #1105aunsane
2018-02-04Tox: another attempt to fix file lock when transfer goes wrongaunsane
2018-02-02fixes #1130 (Tox crash on reconnecting protocol)George Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-26code optimizationGeorge Hazan
2018-01-25Tox: /me command broken ( fixed #1116)aunsane
2018-01-21Tox: attempt to fix locked file when transfer is cancelledaunsane
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
2018-01-01massive copyright updatedartraiden
2017-12-30Tox: removed own realization of SetAllContactStatusaunsane
2017-12-30Tox: project cleanupaunsane
- updated libtox - removed deprecated toxDNS support - removed unused references
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-21Tox: removed unneeded check fot libtox versionaunsane
2017-12-21Tox: improved profile encription managementaunsane
2017-12-21bump Tox version (for wiki)dartraiden
2017-12-21Tox: updated libtoxaunsane
2017-12-20libtox moved to tox folder instead of libsaunsane
2017-12-20Tox: added ability to encrypt profileaunsane
2017-12-18compilation fixGeorge Hazan
2017-12-18fix for btnOk in password editorGeorge Hazan
2017-12-18Tox: added 2 new optionsaunsane
- UDP hole-punching - local network peer discovery
2017-12-18Tox: enable profile encription (in test mode)aunsane
2017-12-16Tox: (#1068)Alex
- moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27Tox: fix for copy dll and create pdb fileKirill Volinsky
2017-11-27cv2pdb: updated to version 0.42. Now it works with mspdb140.dllKirill Volinsky
2017-11-26Tox: updated libtoxaunsane
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-12convert to ANSI (#990 related)dartraiden