Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | Jabber: OMEMO device list request moved to the separate function | George Hazan | |
2023-01-11 | fixes #3298 (Сортировка стран зависит от ↵ | George Hazan | |
ленгпака) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-09-22 | Jabber: major code cleaning for the vcard editing dialogs | George Hazan | |
2022-09-22 | fixes #3201 (Jabber: не удаётся изменить фото) | George Hazan | |
2022-08-16 | fixes #3159 (various quirks in the View/Change my details window) | George Hazan | |
2022-08-15 | Jabber: ability to load group chat avatars (once in a day) | George Hazan | |
2022-08-15 | minor addition to the previous commit | George Hazan | |
2022-08-15 | Jabber: ability to assign group chat avatars | George Hazan | |
2022-06-09 | UserInfo -> UI classes | George Hazan | |
2022-05-29 | fixes #2911 (Add OMEMO-related info to user info) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-06-26 | rest of unused messages removed | George Hazan | |
2020-02-17 | code cleaning | George Hazan | |
2020-02-17 | Jabber: massive options code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-02 | Jabber: fix for vcard retrieving problem for groupchat contacts with ↵ | George Hazan | |
cyrillic nicks | |||
2019-07-15 | warning fix | George Hazan | |
2019-07-15 | Jabber: no need to pass jid inside SendGetVcard() | George Hazan | |
2019-07-15 | Jabber: | George Hazan | |
- global vcard hash added to the presence; - "AvatarSaved" setting isn't used anymore, because it's crazy; - when vcard reader writes our own avatar, an update is not send back to the server | |||
2019-06-02 | fixes #1974 (Jabber: buttons' icons disappear after clicking Ok) | George Hazan | |
2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan | |
2018-05-08 | compilation fix | George Hazan | |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
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-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-01-26 | AdvaImg: | George Hazan | |
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
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-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-23 | code cleaning | George Hazan | |
2017-08-23 | Jabber: all icons added to icolib (fixes #296) | Kirill Volinsky | |
2017-02-03 | mime type standardization | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
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 |