summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
AgeCommit message (Collapse)Author
2023-11-29for #3985 - patch for basic groupsGeorge Hazan
2023-08-09fixes #3625 (Скрывать настройки шрифтов и ↵George Hazan
цветов встроенного журнала плагина сообщений, если в качестве журнала выбран сторонний журнал)
2023-06-19SESSION_INFO: separate list for the interface support eliminated, now ↵George Hazan
there's the only list of USERINFO sorted by their unique IDs
2023-06-19UM_FindUserFromIndex: another major useless crutch diedGeorge Hazan
2023-06-19useless helper removedGeorge Hazan
2023-06-18fixes #3561 (random crash inside chat engine)George Hazan
2023-05-30Chat_CreateMenu: no need to execute the menu inside this functionGeorge Hazan
2023-05-25Jabber: fix for possible memory corruptionGeorge Hazan
2023-04-24even less custom shitcodeGeorge Hazan
2023-04-24similar code reducedGeorge Hazan
2023-04-24SM_FindSession - obsoleted function removedGeorge Hazan
2023-04-23DbEventIsShown is added to g_chatApi to allow the core to filter group chat ↵George Hazan
events too
2023-04-20hopefully fixes #3492 (Random crashes)George 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-30fix for #3471 applied to StdMsg & ScriverGeorge Hazan
2023-03-23chat serializationGeorge Hazan
2023-03-20fixes #3439 (Scriver/StdMsg: unified popup & tray icon settings with the ↵George Hazan
same default values)
2023-03-18fixes #3438 (tabSRMM: crash in highlight)George Hazan
2023-03-10Chat_Mute / Chat_IsMuted: helpers for group chats' mutingGeorge Hazan
2023-02-23Telegram: patch to hide nick list for channelsGeorge Hazan
2023-02-09fix for incorrect log window drawingGeorge Hazan
2023-01-28IRC: fix for event broadcastingGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-11-14basic set for storing group chat messages in a database + reusing log ↵George Hazan
settings like show 10 recent messages
2022-09-24some common chat options exported directly from the coreGeorge Hazan
2022-07-29fixes #3127 (tabSRMM: сделать настройки про ↵George Hazan
добавление двоеточия и запятой взаимоисключающими)
2022-02-27minor fixesghazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-04-19Chat_Mute - a function to set group chat mute mode programmaticallyGeorge Hazan
2021-03-29Srmm_* internal functions strangely went to group chat API...George Hazan
2021-03-13Group chats API:George Hazan
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them
2021-03-07common chats sound & icon processing code moved to the coreGeorge Hazan
2021-01-24unused callback removedGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-09-17muted chat not to generate any sounds eitherGeorge Hazan
2020-09-14g_chatApi.LogToFile completely moved into the coreGeorge Hazan
2020-08-24Chat API:George Hazan
- unused function CHAT_MANAGER::AddEvent removed and made local; - "Mute" parameter is added to any chat, turning short/long blinking mode; - code optimization
2020-05-04fixes #2381 (NewStory: add right-click menu for groupchats)George Hazan
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, Miranda, part 2dartraiden
2019-11-19unused functions removedGeorge Hazan
2019-09-29code reorderingGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge Hazan
2019-09-16SRMM:George Hazan
- fixes #2066 (tabSRMM: chat menu remains wide after closing); - no need to export Chat_CreateGCMenu anymore; - useless function Chat_DestroyGCMenu removed