summaryrefslogtreecommitdiff
path: root/include/m_protocols.h
AgeCommit message (Collapse)Author
2024-08-21fixes #4585 (UInfoEx: remove ICQ/MRA support)George Hazan
2024-01-08Update copyrightsdartraiden
2023-07-26ICQ & Telegram file uploads generate offline files nowGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-05-10hidden function Proto_GetAccount exported as Proto_GetContactAccountGeorge Hazan
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f)
2021-01-17Update copyrightsdartraiden
2020-08-17WEBP support added to avatar support routinesGeorge Hazan
2020-02-01m_system_cpp.h removed, because there're no C files anymore (hurrah)George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-05-07PROTOACCOUNT::bIsLocked: lock status to be stored in memoryGeorge Hazan
PROTOACCOUNT became a normal class with constructor & destructor
2018-04-18core 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-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-04-10fix for one very rare crash due to unsynced array of status menus & accountsGeorge Hazan
2018-04-07Proto_GetStatus() - fast method that returns a cached protocol statusGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-07another useless array removedGeorge 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-03unneeded size fields removedGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_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-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-23account activation separated from account creationGeorge Hazan
2018-03-23forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵George Hazan
call
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-08-06Update rest of links to httpsRobert Pösel
2017-01-01bump copyright yeardartraiden
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21missing 'const' qualifierGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19unused helper removedGeorge 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-18protocol platform-independent code moved back to mir_appGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge 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-29unneeded helper removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge 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