summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msglog.cpp
AgeCommit message (Collapse)Author
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-03-24code cleaningGeorge Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-09-25SmileyAdd: fix for the obsolete quirks in SmaileyAdd APIGeorge Hazan
2023-09-05SRMM: quoting unificationGeorge Hazan
2023-08-04for #3530 (Bookmarks)George Hazan
2023-08-02fixes #2373 (NewStory: не работают фильтры)George Hazan
2023-06-01fixes #3533 (OMEMO: перенести код, рисующий статус ↵George Hazan
OMEMO в другие плагины)
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-04-14all LogStreamInEvents implementations unified, old memory allocation schema ↵George Hazan
dropped
2023-04-14code cleaningGeorge Hazan
2023-04-14duplicate code removedGeorge Hazan
2023-04-14SRMM code unificationGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2023-03-30improved chat filter behavior consistencyGeorge Hazan
2023-03-30massive code cleaning after regression caused by #3210George Hazan
2023-03-15HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded methodGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-02-08fixes #3023 (IEView: не отображаются подписи к ↵George Hazan
файлтрансферам)
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-09-11Scriver: all useless messages converted into methodsGeorge Hazan
2019-09-08.George Hazan
2019-08-30Scriver: more CMOptionGeorge Hazan
2019-08-30Scriver:George Hazan
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump
2019-07-25warning fixesGeorge Hazan
2019-07-25fixes #1920 (Scriver always scrolls its log to bottom when new message arrives)George Hazan
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: ScriverGeorge Hazan
2019-02-03fixes #1818 (SkypeWeb: invalid data error on audio/video call)George Hazan
2019-01-21fixes #1776 (rest of URL atavisms)George Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2018-11-12Scriver -> g_plugin callsGeorge Hazan
2018-06-13fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore)George Hazan
2018-06-08obsolete message removedGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan