| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-22 | Tipper: old event processing code removed | George Hazan | |
| 2024-07-22 | Tipper: old helpers removed | George Hazan | |
| 2024-05-13 | DbEvent_GetTextA: unused function removed | George Hazan | |
| 2024-05-07 | TimeZone_ToStringT - obsolete macro removed | George Hazan | |
| 2024-01-08 | no need to call PSS_GETINFO, PSS_GETAWAYMSG, PSS_FILEALLOW, PSS_FILEDENY & ↵ | George Hazan | |
| PSS_FILECANCEL via Proto_ChainSend with all those filters etc, the simple call of CallContactService is enough | |||
| 2023-12-29 | fixes #4085 (Удалить настройки невидимости) | George Hazan | |
| 2023-12-25 | DbEvent_GetTextW: useless second parameter removed | George Hazan | |
| 2023-12-20 | DBEVENTINFO::hContact to be returned inside an event, no need to call ↵ | George Hazan | |
| db_event_getContact() just after db_event_get() | |||
| 2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
| 2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
| 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 | |
| добавления контакта) | |||
| 2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
| Proto_GetBaseAccountName | |||
| 2018-11-13 | Tipper -> g_plugin (+ some code cleaning) | George Hazan | |
| 2018-11-12 | db_* functions replaced with g_plugin calls | 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-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
| 2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
| 2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
| Proto_SetUniqueId / Proto_GetUniqueId | |||
| 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-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
| 2016-09-13 | mode old database junk to die | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 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-07-21 | improperly named helper renamed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-05-07 | Tipper: - Fixed memory leak | Tobias Weimer | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-26 | - warnings' fixes; | George Hazan | |
| - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-01 | tipper_ym: common project | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-30 | MS_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 | timezone api migrated to mir_core | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14266 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-06-14 | - all icolib services removed; | George Hazan | |
| - IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-23 | replace _tcscat to mir_tstrcat | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-03-31 | Tipper YM: | Tobias Weimer | |
| -Minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-02-28 | Tipper: | Tobias Weimer | |
| - minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12284 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
