summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-19useless code removedGeorge Hazan
2024-01-19code cleaningGeorge Hazan
2024-01-18Clarify the wordingdartraiden
2024-01-18old crutch revertedGeorge Hazan
2024-01-18fixes #4128 (Пункт меню "показать отключенных в ↵George Hazan
группе" ведёт себя странно)
2024-01-18this check isn't needed anymoreGeorge Hazan
2024-01-18fixes #4130 (Переделать настройку ↵George Hazan
"использовать сторонний просмотрщик журнала в групповых чатах")
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2024-01-17fixes #4127 (StdUserInfo: падение при открытии ↵George Hazan
информации о метаконтакте)
2024-01-17fixes #4109 (Прекратить хранение списка групп ↵George Hazan
в базе)
2024-01-17fixes #4126 (Удалить экстра-значок "Видимость")George Hazan
2024-01-17warning fixGeorge Hazan
2024-01-16fixes #4078 (Сделать меню групп доступнее)George Hazan
2024-01-16no need to export Menu_BuildGroupMenu from mir_appGeorge Hazan
2024-01-16code cleaningGeorge Hazan
2024-01-16code cleaningGeorge Hazan
2024-01-15code cleaningGeorge Hazan
2024-01-15fixes #4124 (Плагины на Pascal перестали вгружаться)George Hazan
2024-01-09implements #3946 for ICQGeorge Hazan
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-07fixes #4103 (DbChecker не работает в сервисном режиме)George Hazan
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
2024-01-02import library fixGeorge Hazan
2024-01-01tinyxml2: pick up Miranda-specific commitsdartraiden
2024-01-01Update tinyxml2 to 10.0.0dartraiden
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-28newStr - simple helper for OBJLIST<char>George Hazan
2023-12-28Import: JSON export code moved into the Import plugin to maintain ↵George Hazan
consistency between export & import
2023-12-28CCtrlMButton::SetTooltip extracted to the separate functionGeorge Hazan
2023-12-28code cleaningGeorge Hazan
2023-12-25CallContactService - useful helper exported from mir_appGeorge Hazan
2023-12-25we need m_hContact to call PSS_GETINFOGeorge Hazan
2023-12-25StdUserInfo: fix for protocol calculationGeorge Hazan