Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-17 | libraries removed due to GPL license violation | George Hazan | |
2024-10-16 | common code went to the core | George Hazan | |
2024-10-15 | fixes #4720 (NewStory: встроить функциональность ↵ | George Hazan | |
MessageState) | |||
2024-10-15 | Telegram: update for compatibility layer libraries | George Hazan | |
2024-10-14 | Windows 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-14 | common group chat code moved to mir_app | George Hazan | |
2024-10-10 | fixes #4724 (NewStory: сообщение с подсветкой не ↵ | George Hazan | |
выделяется) | |||
2024-10-09 | compilation fix | George Hazan | |
2024-10-09 | litehtml update | George Hazan | |
2024-10-08 | new files in LiteHtml | George Hazan | |
2024-10-04 | SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM) | George Hazan | |
2024-09-19 | libcurl: pick up Miranda-specific commits | dartraiden | |
2024-09-19 | libcurl: update to 8.10.1 | dartraiden | |
2024-09-18 | fixes #4682 (Scriver: пропала подсветка свёрнутого ↵ | George Hazan | |
окна в панели задач) | |||
2024-09-18 | fixes #4684 (Skypeweb: сломалась автозагрузка файлов) | George Hazan | |
2024-09-17 | missing import library | George Hazan | |
2024-09-17 | fixes #4679 (NewStory: кнопка "Цитата" плагина ↵ | George Hazan | |
сообщений цитирует не выбранное событие, а последнее) | |||
2024-09-16 | fixes #4675 (Не работают кнопки форматирования ↵ | George Hazan | |
в StdMsg/Scriver) | |||
2024-09-12 | + import libs for mir_app | George Hazan | |
2024-09-12 | another fix for #4643 | George Hazan | |
2024-09-11 | libcurl: pick up Miranda-specific commits | dartraiden | |
2024-09-11 | libcurl: update to 8.10.0 | dartraiden | |
2024-09-11 | fixes #4653 (Плагины сообщений: невозможно ↵ | George Hazan | |
удалить имя группы чатов) | |||
2024-09-11 | fixes #4643 (Newest Update crashes miranda) | George Hazan | |
2024-09-07 | libs/litehtml/README.md: split sentences by lines | Sergey Ponomarev | |
2024-09-07 | cmake: require cmake 3.11 | Sergey 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-07 | cmake: enquote variable in string(REPLACE) macros | Sergey Ponomarev | |
If a var is empty then the cmake reports an error: string sub-command REPLACE requires at least four arguments | |||
2024-08-14 | SQLite: update to 3.46.1 | dartraiden | |
2024-07-31 | libcurl: pick up Miranda-specific commits | dartraiden | |
2024-07-31 | libcurl: update to 8.9.1 | dartraiden | |
2024-07-25 | libcurl: pick up Miranda-specific commits | dartraiden | |
2024-07-25 | libcurl: update to 8.9.0 | dartraiden | |
2024-07-21 | fixes #4555 (Задваиваются контакты протоколов, ↵ | George Hazan | |
где есть кэш) | |||
2024-07-16 | fixes #4532 (UInfoEx: зависание после вгружения на ↵ | George Hazan | |
лету) | |||
2024-06-21 | compilation fix | George Hazan | |
2024-06-21 | fixes #4477 (libsodium: update to 1.0.20) | George Hazan | |
2024-06-19 | code cleaning for clipboard copying procedures | George Hazan | |
2024-06-17 | fixes #4466 (Telegram: при очистке истории канала ↵ | George Hazan | |
нужно блокировать опции про удаление истории с сервера) | |||
2024-06-13 | websocket internal code went to MWebSocket | George Hazan | |
2024-06-13 | Discord: update for import libs to use opus from gstreamer | George Hazan | |
2024-06-10 | Utils_GenerateUUID - a helper for UUID generation | George Hazan | |
2024-06-09 | fixes #4461 (SkypeWeb: не приходят сообщения) | George Hazan | |
2024-06-09 | ok, let's switch to vanilla Opus codec | George Hazan | |
2024-06-07 | update for 32-bit import library | George Hazan | |
2024-05-30 | code cleaning | George Hazan | |
2024-05-28 | libjson: new data to replace existing one | George Hazan | |
2024-05-25 | libcurl: pick up Miranda-specific commits | dartraiden | |
2024-05-24 | libcurl: update to 8.8.0 | dartraiden | |
2024-05-24 | SQLite: update to 3.46.0 | dartraiden | |
2024-05-19 | Clist_GroupDelete: bool bSilent parameter added not to ask stupid questions | George Hazan | |