summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-30Clist_Nicer: more atavisms removed (occasionally one of them caused #4156, ↵George Hazan
which is also fixed)
2024-01-28USERINFO validatorGeorge Hazan
2024-01-28fixes #4152 (TabSRMM: содержимое окна мигает ↵George Hazan
(перерисовывается) с высокой частотой в процессе загрузки файла)
2024-01-28code cleaningGeorge Hazan
2024-01-27fixes #4140 (NewStory: удаление отдельных сообщений)George Hazan
2024-01-27fixes #4144 (Состояние опций про удаление ↵George Hazan
серверной истории по умолчанию)
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-25fix for chain filtersGeorge Hazan
2024-01-24Telegram: activating flags for deleting contactGeorge Hazan
2024-01-24PS_EMPTY_SRV_HISTORY implementation for TelegramGeorge Hazan
2024-01-24PS_EMPTY_SRV_HISTORY introduced for removing server history for a contactGeorge Hazan
2024-01-24PS_GETNAME: another old atavism removedGeorge Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2024-01-23fixes #4128 (Пункт меню "показать отключенных в ↵George Hazan
группе" ведёт себя странно)
2024-01-22fix for unpredictable groups behavior after dblclick on a groupGeorge Hazan
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
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