summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/stdafx.h
AgeCommit message (Collapse)Author
2023-08-17Tox: trashy old schema rewritten to the event driven mechanismGeorge Hazan
2023-08-10fixes #3611 (Tox plugin makes the whole UI hang)George Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-08-30Tox: using timers instead of threadsaunsane
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
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-05Tox: fixes for #1105aunsane
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
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: 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-03-27Tox: added new optionsaunsane
- max connect retries - max reconnect retries
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-23Tox:aunsane
- added compatibility check - version bump
2016-10-29unneeded macros removedGeorge Hazan
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 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-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-28Tox: updating tox nodes from https://nodes.tox.chat/jsonAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28Tox: loading nodes from jsonAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21Tox:Alexander Lantsev
- fixed profile saving - tox address conversion moved to miranda's internal functions git-svn-id: http://svn.miranda-ng.org/main/trunk@15928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-14Tox: fixed tox thread managementAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-13git-svn-id: http://svn.miranda-ng.org/main/trunk@15340 ↵Alexander Lantsev
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10- fix for the chaos in memory allocation;George Hazan
- CComPtr used instead of home brewed macro; - dialog lauout slightly straightened git-svn-id: http://svn.miranda-ng.org/main/trunk@15318 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-08Tox: moving on MMDeviceAPI. pt 1. Multimedia optionsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced ↵George Hazan
with pcli->* members git-svn-id: http://svn.miranda-ng.org/main/trunk@14459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19- all static protocol services replaced with functions;George Hazan
- m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Tox: added support of assocmgrAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: avatars tuningAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-26Tox: common projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c