summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-15Discord: access token should be cleared in memory as well after logoutGeorge Hazan
2024-01-15minor code cleaningGeorge Hazan
2024-01-15Discord:George Hazan
- fixes #4122 (Discord: добавить поддержку входа с резервным кодом); - fixes #4121 (Discord: добавить поддержку СМС в качестве второго фактора);
2024-01-15code cleaningGeorge Hazan
2024-01-15fixes #4116 (ICQ: поддержать режим "Invisible")George Hazan
2024-01-15fixes #4123 (Discord: прекращать подключение при ↵George Hazan
отказе от ввода второго фактора)
2024-01-15fixes #4120 (Discord: второй фактор запрашивается ↵George Hazan
при каждом выходе в онлайн)
2024-01-15code cleaningGeorge Hazan
2024-01-15fixes #4124 (Плагины на Pascal перестали вгружаться)George Hazan
2024-01-14fixes #4119 (NewStory: не вызывается поиск по Ctrl+F)George Hazan
2024-01-14Discord: add MFA supportGeorge Hazan
2024-01-13fixes #4118 (no "Copy URL" menu item for downloaded files)George Hazan
2024-01-13ICQ: offline file URL isn't stored after sending fileGeorge Hazan
2024-01-11Update OpenSSL includesdartraiden
2024-01-11tabSRMM: fix for occasional crashGeorge Hazan
2024-01-10fixes #4117 (В Options->Message sessions->Typing notify сделать ↵George Hazan
местную галку "показать группы")
2024-01-10fixes #4107 (ICQ: очередное неопределение ↵George Hazan
оффлайн файла в ответе картинкой)
2024-01-10code cleaningGeorge Hazan
2024-01-09fixes #4114 (Jabber: incorrect cyrillic/chinese/whatever file names in HTTP ↵George Hazan
Upload)
2024-01-09fixes #4112 completelyGeorge Hazan
2024-01-09fixes #4113 (Discord: протокол игнорирует ↵George Hazan
настройки всплывающих окон)
2024-01-09implements #3946 for ICQGeorge Hazan
2024-01-09Jabber: offline file reading switched to Netlib_DownloadFileGeorge Hazan
2024-01-09code cleaningGeorge 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-09fixes #4110 (NewStory: падает экспорт в json)George Hazan
2024-01-09UnregisterDatabasePlugin - a function to unload database driver on the flowGeorge Hazan
2024-01-08unused export removedGeorge Hazan
2024-01-08duplicate code removedGeorge Hazan
2024-01-08fixes #4105 (Контакт "Favorites" переименовывается, ↵George Hazan
но переименование не сохраняется)
2024-01-08PSR_AWAYMSG returned as service for old ICQ-based protocolsGeorge 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 #4102 (ICQ, Facebook: ротоколы выставляют ↵George Hazan
неподдерживаемые/некорректные статусы)
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-05fixes #4099 (MRA: после протухания токена сессии ↵George Hazan
протокол не логинится)
2024-01-05minor fixes for HTTP headers' processingGeorge Hazan
2024-01-05fixes #4097 (ICQ: после последних изменений в ↵George Hazan
нетлибе соединение порой сразу обрывается при попытке установки)
2024-01-05MRA: fix for occasional crashGeorge 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-03fixes #4095 completely, AMDGGeorge Hazan
2024-01-03fixes #3946 (Прогресс скачивания крупных файлов)George Hazan