summaryrefslogtreecommitdiff
path: root/libs/win64/mir_app.lib
AgeCommit message (Collapse)Author
10 daysfixes #3091 (StdMsg/Scriver: Get rid of all hardcoded hotkeys)George Hazan
2024-10-29code cleaningGeorge Hazan
2024-10-16common code went to the coreGeorge Hazan
2024-10-15fixes #4720 (NewStory: встроить функциональность ↵George Hazan
MessageState)
2024-10-14common group chat code moved to mir_appGeorge Hazan
2024-10-04SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM)George Hazan
2024-09-18fixes #4682 (Scriver: пропала подсветка свёрнутого ↵George Hazan
окна в панели задач)
2024-09-18fixes #4684 (Skypeweb: сломалась автозагрузка файлов)George Hazan
2024-09-17missing import libraryGeorge Hazan
2024-09-17fixes #4679 (NewStory: кнопка "Цитата" плагина ↵George Hazan
сообщений цитирует не выбранное событие, а последнее)
2024-09-16fixes #4675 (Не работают кнопки форматирования ↵George Hazan
в StdMsg/Scriver)
2024-09-12+ import libs for mir_appGeorge Hazan
2024-09-11fixes #4653 (Плагины сообщений: невозможно ↵George Hazan
удалить имя группы чатов)
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-07-16fixes #4532 (UInfoEx: зависание после вгружения на ↵George Hazan
лету)
2024-06-17fixes #4466 (Telegram: при очистке истории канала ↵George Hazan
нужно блокировать опции про удаление истории с сервера)
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-05-12completely fixes #629 (Support for Discord) - reactionsGeorge Hazan
2024-05-12merge commitGeorge Hazan
2024-05-07ME_DB_EVENT_SETJSON - separate event fired when only the JSON part of event ↵George Hazan
is changed
2024-04-17db_event_delivered + ME_DB_EVENT_DELIVERED = helper & hookable event to ↵George Hazan
catch event's delivery to a server
2024-04-15preview folder extracted to the separate directory in profileGeorge Hazan
2024-03-15fixes #4214 ([Telegram] Crash)George Hazan
2024-03-10NewStory: no need to store hEvent twice, since there's one inside DB::EventInfoGeorge Hazan
2024-03-10fixes #4275 (any SRMM marks an event as read even if the window isn't active)George Hazan
2024-03-10code cleaningGeorge Hazan
2024-03-06Chat_Find(MCONTACT) - new useful helperGeorge Hazan
2024-02-06a crutch for PS_GETSTATUS for old protocolsGeorge Hazan
2024-01-27fixes #4140 (NewStory: удаление отдельных сообщений)George Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2024-01-16fixes #4078 (Сделать меню групп доступнее)George Hazan
2024-01-15fixes #4124 (Плагины на Pascal перестали вгружаться)George Hazan
2024-01-09Netlib_DownloadFile - chunk gatherer which writes down data directly to a ↵George Hazan
file, without storing anything in memory
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-09UnregisterDatabasePlugin - a function to unload database driver on the flowGeorge Hazan
2024-01-08no need to call PSS_GETINFO, PSS_GETAWAYMSG, PSS_FILEALLOW, PSS_FILEDENY & ↵George Hazan
PSS_FILECANCEL via Proto_ChainSend with all those filters etc, the simple call of CallContactService is enough
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04Netlib: pascal code is completely isolated from C++ core using helpersGeorge Hazan
2023-12-29fixes #4085 (Удалить настройки невидимости)George Hazan
2023-12-28Import: JSON export code moved into the Import plugin to maintain ↵George Hazan
consistency between export & import
2023-12-26update for librariesGeorge Hazan
2023-12-25CallContactService - useful helper exported from mir_appGeorge Hazan
2023-12-22DB::EventInfo::wipeNotify - useful helper to hide blinking event both from ↵George Hazan
database & contact list
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-12-19CUserInfoPageDlg does not refresh information when it receives ↵George Hazan
PSN_INFOCHANGED notification
2023-12-13MS_FILE_* services became useless since StdFile diedGeorge Hazan