summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2023-12-25StdUserInfo: fix for "Update" button behaviorGeorge Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-24code cleaningGeorge Hazan
2023-12-24fixes #4076 (StdMsg: при скрытии поля ввода оно ↵George 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-19fixes #4055 completelyGeorge Hazan
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-12useless code removedGeorge 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-07EventExists: a helper to check the hookable event's presenceGeorge 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-03quote panel to be closed after sendGeorge Hazan