summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.cpp
AgeCommit message (Collapse)Author
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-12-09Sametime: useless method removedGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-10-02Tox: problems with contact Info (fixed #1603)aunsane
2018-09-01Tox: fix capitalizationdartraiden
2018-08-30Tox: using timers instead of threadsaunsane
2018-08-09Tox: attempt to fix #1541aunsane
2018-04-22no more PROTO_INTERFACE::OnEventGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-22unused constant removedGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-21code cleaning:George Hazan
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-23Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵George Hazan
protocol's constructor
2018-03-03Tox: #1156aunsane
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-01-17Tox: updated libtox to 0.2.0aunsane
- support of message correction - version bump
2018-01-17Tox: fixed crash on password deletion #1101aunsane
2017-12-30Tox: removed own realization of SetAllContactStatusaunsane
2017-12-21Tox: improved profile encription managementaunsane
2017-12-20Tox: added ability to encrypt profileaunsane
2017-12-16Tox: (#1068)Alex
- moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump
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: profile file to be removed when account is destroyedGeorge Hazan
2017-08-21Tox:George Hazan
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning;
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
2017-02-25Tox: fixed friend addaunsane
2017-02-23Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to ↵aunsane
TokTok/c-toxcore
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-09-12Tox: attempt to fix addind a buddy using Toxme.ioAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-02crash fix, if Tox incremented the connecting attempt numberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06Tox: attempt to avoid file lock on transferAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-04Tox:Alexander Lantsev
- removed own logger - bootstrap splitted into two functions: udp and tcp git-svn-id: http://svn.miranda-ng.org/main/trunk@16801 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27Tox:Alexander Lantsev
- attempt to fix avatar hash - some changes with toxThread git-svn-id: http://svn.miranda-ng.org/main/trunk@16773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-08Tox:Alexander Lantsev
- fixed minor issues - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@16059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03Tox: attempt to fix crash on IsOnline call 2Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02Tox: ok, let there be a threadAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24Tox: remove custom db event addingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-16Tox:Tobias Weimer
- attempt to fix numerous crashes git-svn-id: http://svn.miranda-ng.org/main/trunk@15366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-14Tox: fix crash when going offlineAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10Tox: refactoringAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10Tox: tox pointers should store in PollingThread to avoid cross thread usingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07Tox:Alexander Lantsev
- change error message when tox core initialization is failed - trying to fix error with keepstatus reconnect git-svn-id: http://svn.miranda-ng.org/main/trunk@15297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-12Tox: contact status message supportAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c