summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat.h
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-08-02unused code removedGeorge 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-03-30fix for #3471 applied to StdMsg & ScriverGeorge Hazan
2023-03-18fixes #3438 (tabSRMM: crash in highlight)George Hazan
2023-01-02Update copyrightsdartraiden
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-07-29fixes #3127 (tabSRMM: сделать настройки про ↵George Hazan
добавление двоеточия и запятой взаимоисключающими)
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-03-07common chats sound & icon processing code moved to the coreGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-09-14g_chatApi.LogToFile completely moved into the coreGeorge Hazan
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-02-16minor code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-07-24code cleaningGeorge 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-03useless data removedGeorge 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-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-07-10fixes #855 (TabSRMM - Move chat tab to another container switches chat into ↵George Hazan
single conversation)
2017-04-10unused setting removedGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-22nick list moved to mir_appGeorge Hazan
2017-03-14some fixes to make Coverity happierGeorge Hazan
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-03-09common rtf management code moved to the coreGeorge Hazan
2017-03-08code reorderingGeorge Hazan