| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-04 | VKontakte: | ElzorFox | |
| VK ID INT64 compatibility – part 1 code cleanup version bump | |||
| 2023-01-02 | Update copyrights | dartraiden | |
| 2022-01-01 | Happy new year, Miranda | dartraiden | |
| 2021-12-26 | DWORD -> uint32_t | George Hazan | |
| 2021-01-17 | Update copyrights | dartraiden | |
| 2020-08-15 | VKontakte: | ElzorFox | |
| fix ‘Process stickers as smileys’ option add template [sticker-%d] for sending stickers | |||
| 2020-08-14 | VKontakte: | ElzorFox | |
| rework ‘Process stickers as smileys’ option for dynamic loading sticker from vk (working) and showing as smiley (not working - issue #2527) version bump | |||
| 2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
| 2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
| 2020-01-01 | Happy new year, Miranda | George Hazan | |
| 2019-04-12 | wiping custom icolib functions: VK | George Hazan | |
| 2019-02-05 | VKontakte: fix processing vk notifications | ElzorFox | |
| 2019-01-03 | VKontakte: | ElzorFox | |
| fix #1712 (hang at exit) copyrightes update version bump | |||
| 2018-12-26 | VKontakte: fix memory leek and PVS warnings | ElzorFox | |
| 2018-12-26 | VKontakte: fix PVS warnings | ElzorFox | |
| 2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
| 2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
| message text | |||
| 2018-05-27 | global variable name standardization | George Hazan | |
| 2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
| 2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
| 2018-02-21 | VK: C++'11 iterators | George Hazan | |
| 2018-01-31 | VKontakte: С++ 11 scope for | ElzorFox | |
| 2018-01-01 | massive copyright update | dartraiden | |
| 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-10-15 | VKontakte: ignore ‘friends_recomm’ news type | ElzorFox | |
| 2017-10-14 | VKontakte: crash fix | ElzorFox | |
| 2017-09-19 | VKontakte: | ElzorFox | |
| add removing from friendlist and clear server history on delete from Miranda clist version bump | |||
| 2017-09-12 | old good sound services became finally functions | George Hazan | |
| 2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
| This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
| 2017-09-11 | old good sound services became finally functions | George Hazan | |
| 2017-09-07 | VKontakte: code cleaning | ElzorFox | |
| 2017-08-15 | anonymous SRMM services got names | George Hazan | |
| 2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
| 2017-04-14 | VKontakte: code cleaning | ElzorFox | |
| 2017-03-19 | VKontakte: fix warning C4840 in MSVS 2017 | ElzorFox | |
| 2017-03-17 | forgotten TCHAR removed | George Hazan | |
| 2017-03-09 | VKontakte: | ElzorFox | |
| move js code to vk stored procedures version bump | |||
| 2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
| 2017-01-11 | Revert "VKontakte: no more write to db if oldValue == newValue" | ElzorFox | |
| This reverts commit 77cccf9d4b13d9fad437eaf6361cec016a4ce27c. | |||
| 2017-01-10 | VKontakte: no more write to db if oldValue == newValue | ElzorFox | |
| 2017-01-01 | bump copyright year | dartraiden | |
| 2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
| - DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 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-29 | VKontakte: | Sergey Bolhovskoy | |
| rename string variables (p)tsz* -> (p)wsz* rename struct TCHAR_ PARAM -> WCHAR_ PARAM change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 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-06-24 | VKontakte: typo fix | Sergey Bolhovskoy | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-06-24 | VKontakte: | Sergey Bolhovskoy | |
| added friend_accepted notification type version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17026 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
