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