| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-24 | We do not need to translate account names | dartraiden | |
| 2022-01-22 | Fixes #2997 | dartraiden | |
| 2021-12-26 | DWORD -> uint32_t | George Hazan | |
| 2021-12-26 | WORD -> uint16_t | George Hazan | |
| 2021-12-26 | BYTE -> uint8_t | George Hazan | |
| 2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
| добавления контакта) | |||
| 2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
| OnModulesLoaded | |||
| 2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
| 2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
| 2019-06-04 | more fixes for #1963 | George Hazan | |
| 2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
| 2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
| completely) | |||
| 2019-01-23 | code cleaning | George Hazan | |
| 2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
| 2018-12-28 | ACKTYPE_GETINFO-related code cleaning | George Hazan | |
| 2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
| 2018-07-24 | database: | George Hazan | |
| - senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
| 2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
| 2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
| 2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
| 2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
| 2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | 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-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
| CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
| 2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
| 2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
| inside | |||
| 2018-04-17 | name conflict resolution | George Hazan | |
| 2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
| Proto_SetUniqueId / Proto_GetUniqueId | |||
| 2018-02-01 | Gadu-Gadu: fix crash when adding contact in debug build | Goraf | |
| 2018-01-26 | Gadu-Gadu: partial move to UI classes | Goraf | |
| * advanced options form refactored * move to options class * const correctness * code cleaning | |||
| 2018-01-20 | Gadu-Gadu: code cleaning | Goraf | |
| 2018-01-19 | Gadu-Gadu: | Goraf | |
| * force SSL and manual hosts * force keeping connection allive * send ping only once per minute * overwirte old servers list * version bump | |||
| 2018-01-19 | Gadu-Gadu: code cleaning | Goraf | |
| 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-12-06 | fix after files conversation | Kirill Volinsky | |
| 2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
| - NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
| 2017-01-11 | strong typization - better typization | George Hazan | |
| 2016-07-29 | no more TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 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-07-25 | hello, Unix. | George Hazan | |
| phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-04-05 | Gadu-Gadu: resource leak fixes, cleanup | Tobias Weimer | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵ | George Hazan | |
| possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-27 | fix for 64-bit issues & warnings | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-30 | - fix for the old perversion with manual protocol root calculation; | George Hazan | |
| - protocol menu root is always created by the core; - other minor problems with protocol menus in main menu went away git-svn-id: http://svn.miranda-ng.org/main/trunk@14462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-25 | another portion of dead genmenu services | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-22 | Menu_ModifyItem unbound from CLISTMENUITEM structure | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
