summaryrefslogtreecommitdiff
path: root/include/m_protoint.h
AgeCommit message (Collapse)Author
2023-03-04fixes #3333 (Tox: search in Find/Add contacts tries to search any random input)George Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-02Update copyrightsdartraiden
2022-10-05getBlob went to the coreGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-07minor fixes for compilationghazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-01-17Update copyrightsdartraiden
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge 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-07-26warning fixesGeorge Hazan
2019-07-15PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵George Hazan
avatars
2019-02-19fix for a typoGeorge Hazan
2019-02-19db_get_utfa supported in PROTO_INTERFACE & CMPluginGeorge Hazan
2019-01-18we don't need PSR_URL as wellGeorge Hazan
2019-01-18PSS_URL removed as totally obsoleteGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-09-20fix for the proper return type of PROTO<>::RecvMsgGeorge Hazan
2018-05-03CloudFile: thread functions rewritten using PROTO::ForkThreadGeorge Hazan
2018-04-27implementation of #1308George Hazan
2018-04-22no more PROTO_INTERFACE::OnEventGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-22unused constant removedGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-21EV_PROTO_DBSETTINGSCHANGED - old useless stub removedGeorge Hazan
2018-04-21code cleaning:George Hazan
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
2018-04-19EV_PROTO_ONOPTIONS removed and replaced with the call of ↵George Hazan
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken)
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-01massive copyright updatedartraiden
2017-12-29removing obsolete C-style helpersGeorge Hazan
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
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