summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/commandmonitor.cpp
AgeCommit message (Expand)Author
2024-09-12fixes #4651 (NewStory+tabSRMM: Форматирование текста по...George Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
2024-01-19code cleaningGeorge Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...George Hazan
2023-12-18fixes #4060 (Crash: Miranda crashes after /part command)George Hazan
2023-12-18fixes #4062 (IRC: Some modes still in Topic column)George Hazan
2023-12-13fixes #4047 (IRC: Some modes in topic column)George Hazan
2023-12-12IRC: code cleaningGeorge Hazan
2023-12-09fixes #4025 (IRC Accounts: <unknown> in nickname fields)George Hazan
2023-11-11fixes #3909 (Tabsrmm + IRC: same user's leaving events in chats)George Hazan
2023-11-11fixes #3914 (Tabsrmm + IRC: same user's nick changes events in chats)George Hazan
2023-02-18minor code cleaningGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-28IRC: fix for event broadcastingGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-03-30fixes #2820 (useless "Network" field in Options - IRC - Ignore)George Hazan
2021-03-27IRCG:George Hazan
2021-03-26fixes #2798 (IRC: remove "Networks")George Hazan
2021-01-11fixes #2686 ([IRC] SASL authentication failed)George Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2019-09-30IRC: fix for the 10-yrs-old bug with displaying own messages with %%George Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
2019-09-27obsolete services from m_ignore.h converted into functionsGeorge Hazan
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variabl...George Hazan
2019-09-16fixes #2067 (IRC: Perform to be executed in the separate thread)George Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses com...George Hazan
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat eve...George Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-10-17IRC:George Hazan
2018-07-24database:George Hazan
2018-07-16fixes #1493 (Miranda IRC protocol crash when checking channel modes)George Hazan
2018-06-25IRC: if user decide "kick with reason", he should write a reason manuallydartraiden
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-27code cleaningGeorge Hazan
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-03-15LIST<> iterators:George Hazan
2018-02-21IRC: C++'11 iteratorsGeorge Hazan