summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat_log.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-04-24even less custom shitcodeGeorge Hazan
2023-04-24similar code reducedGeorge Hazan
2023-04-19redundant CRtfLogWindow::LogEvents parameter removed, passing LOGINFO* is enoughGeorge Hazan
2023-04-18- further group chats unification;George Hazan
- LOGSTREAMDATA / GCLogStreamDataBase removed from g_chatApi; - CRtfLogWindow now in charge of all RTF processing - Srmm_LogStreamCallback is also removed and hidden inside the core
2023-04-15fixes #3458 (tabSRMM: двоятся сообщения)George Hazan
2023-03-29fixes #3469 (tabSRMM: global filter settings aren't applied if a filter is ↵George Hazan
disabled)
2023-01-02Update copyrightsdartraiden
2022-08-12fix for the previous commit (we still need a space)George Hazan
2022-08-12fixes #3157 (Jabber: do not add : when user issue a /me command)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-05-04tabSRMM:George Hazan
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed;
2020-04-26Chat api:George Hazan
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed;
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-29two more flags removedGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-13tabSRMM: no more chat_window.cppGeorge Hazan
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-02-21tabsrmm: C++'11 iteratorsGeorge Hazan
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-11-15tabSRMM: fix for broken colorized nicks in groupchatsGeorge Hazan
2017-11-13fixes (#1010) tabsrmm group chat colors regression (#1010)George Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-06-27fix for 64-bit pointersGeorge Hazan
2017-04-05code cleaningGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-14fixes #744George Hazan
2017-03-11group chats:George Hazan
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-09moving session data into dialog classesGeorge Hazan
2017-03-09common rtf management code moved to the coreGeorge Hazan
2017-03-08cosmetic code cleaningGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-08code reorderingGeorge Hazan