Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2023-12-03 | PROTO_INTERFACE::SendMsg: second parameter became a reply event id | George Hazan | |
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-08-17 | Tox: trashy old schema rewritten to the event driven mechanism | George Hazan | |
2023-08-17 | fixes #3611 (Tox plugin makes the whole UI hang) | George Hazan | |
2023-08-10 | fixes #3611 (Tox plugin makes the whole UI hang) | George Hazan | |
2023-03-04 | fixes #3333 (Tox: search in Find/Add contacts tries to search any random input) | George Hazan | |
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-01-17 | PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵ | George Hazan | |
for an account | |||
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2018-12-28 | User 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-09 | Sametime: useless method removed | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-10-02 | Tox: problems with contact Info (fixed #1603) | aunsane | |
2018-09-01 | Tox: fix capitalization | dartraiden | |
2018-08-30 | Tox: using timers instead of threads | aunsane | |
2018-08-09 | Tox: attempt to fix #1541 | aunsane | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code 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-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-23 | Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵ | George Hazan | |
protocol's constructor | |||
2018-03-03 | Tox: #1156 | aunsane | |
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup | |||
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-01-17 | Tox: updated libtox to 0.2.0 | aunsane | |
- support of message correction - version bump | |||
2018-01-17 | Tox: fixed crash on password deletion #1101 | aunsane | |
2017-12-30 | Tox: removed own realization of SetAllContactStatus | aunsane | |
2017-12-21 | Tox: improved profile encription management | aunsane | |
2017-12-20 | Tox: added ability to encrypt profile | aunsane | |
2017-12-16 | Tox: (#1068) | Alex | |
- moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump | |||
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: profile file to be removed when account is destroyed | George Hazan | |
2017-08-21 | Tox: | George Hazan | |
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning; | |||
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 | |||
2017-02-25 | Tox: fixed friend add | aunsane | |
2017-02-23 | Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to ↵ | aunsane | |
TokTok/c-toxcore | |||
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-09-12 | Tox: attempt to fix addind a buddy using Toxme.io | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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-02 | crash fix, if Tox incremented the connecting attempt number | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-06 | Tox: attempt to avoid file lock on transfer | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |