Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-21 | fixes #4585 (UInfoEx: remove ICQ/MRA support) | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-07-26 | ICQ & Telegram file uploads generate offline files now | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-05-10 | hidden function Proto_GetAccount exported as Proto_GetContactAccount | George Hazan | |
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-08-17 | WEBP support added to avatar support routines | George Hazan | |
2020-02-01 | m_system_cpp.h removed, because there're no C files anymore (hurrah) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-05-07 | PROTOACCOUNT::bIsLocked: lock status to be stored in memory | George Hazan | |
PROTOACCOUNT became a normal class with constructor & destructor | |||
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-10 | fix for one very rare crash due to unsynced array of status menus & accounts | George Hazan | |
2018-04-07 | Proto_GetStatus() - fast method that returns a cached protocol status | George Hazan | |
2018-04-07 | status caching moved from MenuItem to PROTOACCOUNT - this is very effective | George Hazan | |
2018-04-07 | another useless array removed | George Hazan | |
2018-04-04 | - static function CLIST_INTERFACE::pfnGetAverageMode exported as ↵ | George Hazan | |
Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need | |||
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-23 | account activation separated from account creation | George Hazan | |
2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵ | George Hazan | |
call | |||
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-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-06 | Update rest of links to https | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 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-21 | missing 'const' qualifier | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17114 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-01-02 | Copyrights update part 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | unused helper removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14263 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-18 | protocol platform-independent code moved back to mir_app | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-01 | another bunch of dead crutches: non-unicode avatar services | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-31 | - MAllStrings: a handy union to hold an incoming string parameter of any type; | George Hazan | |
- FNAMECHAR: atavism extincted; - PROTOSEARCHRESULT: structure prepared to use results of any type, including utf git-svn-id: http://svn.miranda-ng.org/main/trunk@13932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-29 | unneeded helper removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-31 | Year 2015 version update | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-21 | - MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts; | George Hazan | |
- calls of MS_PROTO_ISPROTOCOLLOADED replaced with ProtoGetAccount() wherever possible git-svn-id: http://svn.miranda-ng.org/main/trunk@11558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |