summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.h
AgeCommit message (Collapse)Author
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2023-12-18fixes #4062 (IRC: Some modes still in Topic column)George Hazan
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-12-09fixes #4025 (IRC Accounts: <unknown> in nickname fields)George Hazan
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-01-27IRC: contact converterGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-06-26for #2928 - atavism removed from IRC: scripting supportGeorge Hazan
2021-03-30fixes #2820 (useless "Network" field in Options - IRC - Ignore)George Hazan
2021-03-27IRCG:George Hazan
- fixes #2810 (own messages are invisible); - fixes #2809 (Perform on Event' broken); - code cleaning
2021-03-26fixes #2798 (IRC: remove "Networks")George Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2019-09-16fixes #2067 (IRC: Perform to be executed in the separate thread)George Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-10-17IRC:George Hazan
- useless variable m_evWndCreate removed; - fixes #1628 (IRC channel list window crashes when closed prematurely); - code cleaning; - version bump
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge 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-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId