summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2024-10-23SQLite: update to 3.47.0dartraiden
2024-10-20compilation fixGeorge Hazan
2024-10-20fixes #4752 (Update libssh2 to 1.11.1)George Hazan
2024-10-17libraries removed due to GPL license violationGeorge Hazan
2024-10-16common code went to the coreGeorge Hazan
2024-10-15fixes #4720 (NewStory: встроить функциональность ↵George Hazan
MessageState)
2024-10-15Telegram: update for compatibility layer librariesGeorge Hazan
2024-10-14Windows XP compatibility for Telegram module (#4729)Shane Fournier
* These changes should allow telegram.dll to build as an XP-compatible component, using LSC wrapper DLLs to resolve dependencies in kernel32.dll and ws2_32.dll. mir_app also uses the LSC wrapper in place of kernel32 to load telegram.dll with support for implicit thread local storage. * Corrected mir_app link target * Now returning to this code, correcting the Telegram build to incorporate the libs properly. * Removed requirement for pwrp_k32 in mir_app. The TLS loading process will now be performed through GetSystemTimeAsFileTime in the Telegram DLL as calls to that function are made before this first TLS access attempt. --------- Co-authored-by: win32ss <win32ss@nulln.nl>
2024-10-14common group chat code moved to mir_appGeorge Hazan
2024-10-10fixes #4724 (NewStory: сообщение с подсветкой не ↵George Hazan
выделяется)
2024-10-09compilation fixGeorge Hazan
2024-10-09litehtml updateGeorge Hazan
2024-10-08new files in LiteHtmlGeorge Hazan
2024-10-04SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM)George Hazan
2024-09-19libcurl: pick up Miranda-specific commitsdartraiden
2024-09-19libcurl: update to 8.10.1dartraiden
2024-09-18fixes #4682 (Scriver: пропала подсветка свёрнутого ↵George Hazan
окна в панели задач)
2024-09-18fixes #4684 (Skypeweb: сломалась автозагрузка файлов)George Hazan
2024-09-17missing import libraryGeorge Hazan
2024-09-17fixes #4679 (NewStory: кнопка "Цитата" плагина ↵George Hazan
сообщений цитирует не выбранное событие, а последнее)
2024-09-16fixes #4675 (Не работают кнопки форматирования ↵George Hazan
в StdMsg/Scriver)
2024-09-12+ import libs for mir_appGeorge Hazan
2024-09-12another fix for #4643George Hazan
2024-09-11libcurl: pick up Miranda-specific commitsdartraiden
2024-09-11libcurl: update to 8.10.0dartraiden
2024-09-11fixes #4653 (Плагины сообщений: невозможно ↵George Hazan
удалить имя группы чатов)
2024-09-11fixes #4643 (Newest Update crashes miranda)George Hazan
2024-09-07libs/litehtml/README.md: split sentences by linesSergey Ponomarev
2024-09-07cmake: require cmake 3.11Sergey Ponomarev
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8). This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon. The maximum required cmake version is 3.11 for the litehtml module. So let's set it as a minimum for all other modules. The FATAL_ERROR option is ignored in CMake >= 2.6.
2024-09-07cmake: enquote variable in string(REPLACE) macrosSergey Ponomarev
If a var is empty then the cmake reports an error: string sub-command REPLACE requires at least four arguments
2024-08-14SQLite: update to 3.46.1dartraiden
2024-07-31libcurl: pick up Miranda-specific commitsdartraiden
2024-07-31libcurl: update to 8.9.1dartraiden
2024-07-25libcurl: pick up Miranda-specific commitsdartraiden
2024-07-25libcurl: update to 8.9.0dartraiden
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-07-16fixes #4532 (UInfoEx: зависание после вгружения на ↵George Hazan
лету)
2024-06-21compilation fixGeorge Hazan
2024-06-21fixes #4477 (libsodium: update to 1.0.20)George Hazan
2024-06-19code cleaning for clipboard copying proceduresGeorge Hazan
2024-06-17fixes #4466 (Telegram: при очистке истории канала ↵George Hazan
нужно блокировать опции про удаление истории с сервера)
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-06-13Discord: update for import libs to use opus from gstreamerGeorge Hazan
2024-06-10Utils_GenerateUUID - a helper for UUID generationGeorge Hazan
2024-06-09fixes #4461 (SkypeWeb: не приходят сообщения)George Hazan
2024-06-09ok, let's switch to vanilla Opus codecGeorge Hazan
2024-06-07update for 32-bit import libraryGeorge Hazan
2024-05-30code cleaningGeorge Hazan
2024-05-28libjson: new data to replace existing oneGeorge Hazan
2024-05-25libcurl: pick up Miranda-specific commitsdartraiden