Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | Jabber: newly added contact has no Nick field | George Hazan | |
2020-10-14 | warning fixes | George Hazan | |
2020-10-14 | VKontakte: | ElzorFox | |
add wall_reply attachments support show text for unknow attachment types version bump | |||
2020-10-12 | fixes #2594 (FtpFile: problems with account names in options) | George Hazan | |
2020-10-12 | fixes #2595 (Подсказка к кнопке фильтра врёт) | George Hazan | |
2020-10-11 | Jabber: fix for sounds & popups in group chats without Subject | George Hazan | |
2020-10-11 | The avatars are still on the discordapp domain | LittleVulpix | |
Currently, fetching avatars doesn't work due to them being on discordapp.com. | |||
2020-10-11 | fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵ | George Hazan | |
work by default) | |||
2020-10-11 | fixes #2590 (TabSRMM: Cannot setup event filter) | George Hazan | |
2020-10-11 | liblua: update to 5.4.1 | dartraiden | |
2020-10-11 | Contact list filtering: correct default value is FALSE | George Hazan | |
2020-10-09 | OpenSSL: sync with wiki | dartraiden | |
2020-10-09 | compilation fix for VS2017 | George Hazan | |
2020-10-09 | Dbx_mdbx: fix for new constants | George Hazan | |
2020-10-09 | libmdbx: switch to original amalgamated source code (v0.9.1.18) | Leonid Yuriev | |
Amalgamated source code is the recommended form for embedding libmdbx in non-CMake build systems. This amalgamated version contains a minimum of files, is fully ready for use, and make impossible a number of errors. To upgrade or switch to a different version, just unpack to the `src` subdirectory a corresponding `libmdbx-amalgamated-X_Y_Z.zip` at the https://github.com/erthink/libmdbx/releases. For instance, the https://github.com/erthink/libmdbx/releases/download/v0.9.2/libmdbx-amalgamated-0_9_2.zip for the next release. -- Minimal changes have been made to the build configuration: 1. For use the standard `DllMain()` entry of libmdbx: - added the `MDBX_BUILD_SHARED_LIBRARY=1` option; - removed the `MDBX_CONFIG_MANUAL_TLS_CALLBACK` option; - deleted the `miranda.c` file containing only `DllMain()` with the `mdbx_dll_handle()` call, now this is done by the library itself. 2. Removed refs to extra files (that missing in the amalgamated source code): - for building `libmdbx.dll` only the `mdbx.h` and `mdbx.c` are used, but not `mdbx.c++` for a C++ API; - for building the `mdbx_chk`, `mdbx_load`, and `mdbx_dump` utilities only it own sources are used. -- Last libmdbx changes: - Fixed missing installation of `mdbx.h++`. - Fixed use of obsolete `__noreturn`. - Fixed use of `yield` instruction on ARM if unsupported. - Added pthread workaround for buggy toolchain/cmake/buildroot. - Fixed use of `pthread_yield()` for non-GLIBC. - Fixed use of `RegGetValueA()` on Windows 2000/XP. - Fixed use of `GetTickCount64()` on Windows 2000/XP. - Fixed opening DB on a network shares (in the exclusive mode). - Fixed copy&paste typos. - Fixed minor false-positive GCC warning. | |||
2020-10-09 | langpacks/english: update | dartraiden | |
2020-10-09 | fixes #2584 (Jabber: улучшение удобства работ со ↵ | George Hazan | |
списками участников) | |||
2020-10-09 | fixes #2586 (Updater cannot delete old OpenSSL dlls) | George Hazan | |
2020-10-09 | fixes #2587 (remove rest of old OpenSSL) | George Hazan | |
2020-10-09 | Fix CMakeLists | dartraiden | |
2020-10-08 | also an update for installer | George Hazan | |
2020-10-08 | Remove old OpenSSL libraries | Alexander Gavrilov | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-10-06 | fixes #2579 (Remove runtime dll from updates) | George Hazan | |
2020-10-01 | code cleaning | George Hazan | |
2020-09-30 | Netlib: ability to print dates in network log | George Hazan | |
2020-09-29 | minor code cleaning | George Hazan | |
2020-09-29 | Delphi shall know nothing about this field | George Hazan | |
2020-09-29 | Import: fix for rare crash in mcontacts import | George Hazan | |
2020-09-28 | Netlib: | George Hazan | |
- log rotation feature added (turned off by default); - code reordering & optimization | |||
2020-09-28 | Netlib options dialog -> UI classes | George Hazan | |
2020-09-28 | Discord: basic domains replaced to discord.com | George Hazan | |
2020-09-22 | sh-h-hit | George Hazan | |
2020-09-22 | fix for error -32790 on very large profiles | George Hazan | |
2020-09-22 | Facebook: fix for a random crash | George Hazan | |
2020-09-21 | fixes #2573 (Autoexec system cannot import settings with slashes) | George Hazan | |
2020-09-21 | fixes #2571 (MsgExport странно обрабатывает ↵ | George Hazan | |
контакты с отключённых аккаунтов Message export bug) | |||
2020-09-17 | muted chat not to generate any sounds either | George Hazan | |
2020-09-17 | fixes #2567 (Jabber: <none> privacy list should not allow change it settings) | George Hazan | |
2020-09-17 | code cleaning | George Hazan | |
2020-09-17 | fixes #2554 (PluginUpdater: делать откат в случае ↵ | George Hazan | |
неудачи при замене файлов) | |||
2020-09-17 | SkypeWeb: fix for login process | George Hazan | |
2020-09-17 | VKontakte: | ElzorFox | |
update VK_API version to 5.124 version bump | |||
2020-09-14 | Plugin Updater: code cleaning | George Hazan | |
2020-09-14 | fixes #2568 (При изменении числа бэкапов, ↵ | George Hazan | |
лишние остаются) | |||
2020-09-14 | unused declaration removed | George Hazan | |
2020-09-14 | Plugin Updater: if a file doesn't exist, there's no need to backup it | George Hazan | |
2020-09-14 | g_chatApi.LogToFile completely moved into the core | George Hazan | |
2020-09-11 | Jabber: more correct way to detect chat initialization mode | George Hazan | |
2020-09-11 | Jabber: member info dialog -> UI classes | George Hazan | |