summaryrefslogtreecommitdiff
path: root/src/mir_app
AgeCommit message (Collapse)Author
2024-01-09code cleaningGeorge 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-08unused export removedGeorge 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-08Update copyrightsdartraiden
2024-01-06fixes #4100 (Падение при подключении к сети)George Hazan
2024-01-06code cleaningGeorge Hazan
2024-01-05anoher minor fixGeorge Hazan
2024-01-05minor fixes for HTTP headers' processingGeorge Hazan
2024-01-05fixes #4097 (ICQ: после последних изменений в ↵George Hazan
нетлибе соединение порой сразу обрывается при попытке установки)
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
2024-01-04Netlib: more old/unused stuff removedGeorge Hazan
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-12-29fixes #4078 (Сделать меню групп доступнее)George Hazan
2023-12-29mir_app: unused trash removedGeorge Hazan
2023-12-29fixes #4085 (Удалить настройки невидимости)George Hazan
2023-12-29fixes #4089 (Discord: каналы двоятся при каждом ↵George Hazan
логине)
2023-12-28Import: JSON export code moved into the Import plugin to maintain ↵George Hazan
consistency between export & import
2023-12-28code cleaningGeorge Hazan
2023-12-25CallContactService - useful helper exported from mir_appGeorge Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-22fixes #4000 completelyGeorge 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-18fix for saving combo values in EnterString()George Hazan
2023-12-13MS_FILE_* services became useless since StdFile diedGeorge Hazan
2023-12-12AddUser dialog displays garbage if no parent window is setGeorge Hazan
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-12-09DB::EventInfo.isAlertable - a helper to detect whether a SRMM window should ↵George Hazan
be raised for an event or not
2023-12-08fixes #4023 (Странное поведение, если в имени ↵George Hazan
профиля есть .dat)
2023-12-08fixes #4024 (Менеджер профилей не позволяет ↵George Hazan
создать профиль с точкой в имени, но позволяет вставить точку из буфера обмена)
2023-12-05fixes #4017 (События входа/выхода в чате ↵George Hazan
остаются в журнале даже после очистки истории)
2023-12-04fixes #4013 (Telegram: добавления в чат ↵George Hazan
показываются как неизвестные события)
2023-12-04DB::EventInfo::unload - a helper to invalidate event contentsGeorge Hazan
2023-12-04DB::EventInfo::fetch - a function to renew event contents on the flowGeorge Hazan
2023-12-04Resource cosmeticdartraiden
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-12-03SRMM: quote panelGeorge Hazan
2023-11-30fixes #3985 (Telegram: изменение статуса ↵George Hazan
отображается лишь после перезапуска)
2023-11-30fixes #3986 (Telegram: роли при входе отображаются ↵George Hazan
некорректно)
2023-11-29for #3985 - patch for basic groupsGeorge Hazan
2023-11-29fixes #3988 (tabSRMM: перестали переводиться ↵George Hazan
описания некоторых кнопок)
2023-11-26fixes #3965 completelyGeorge Hazan
2023-11-26for #3964 - reply_id in Telegram, both for messages and files/pictures/etcGeorge Hazan
2023-11-26fixes #3965 (NewStory: не стирать исходящий файл с ↵George Hazan
диска при удалении события)
2023-11-24this return value is neededGeorge Hazan