summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-14Jabber: newly added contact has no Nick fieldGeorge Hazan
2020-10-14warning fixesGeorge Hazan
2020-10-14VKontakte:ElzorFox
add wall_reply attachments support show text for unknow attachment types version bump
2020-10-12fixes #2594 (FtpFile: problems with account names in options)George Hazan
2020-10-12fixes #2595 (Подсказка к кнопке фильтра врёт)George Hazan
2020-10-11Jabber: fix for sounds & popups in group chats without SubjectGeorge Hazan
2020-10-11The avatars are still on the discordapp domainLittleVulpix
Currently, fetching avatars doesn't work due to them being on discordapp.com.
2020-10-11fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵George Hazan
work by default)
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-10-11liblua: update to 5.4.1dartraiden
2020-10-11Contact list filtering: correct default value is FALSEGeorge Hazan
2020-10-09OpenSSL: sync with wikidartraiden
2020-10-09compilation fix for VS2017George Hazan
2020-10-09Dbx_mdbx: fix for new constantsGeorge Hazan
2020-10-09libmdbx: 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-09langpacks/english: updatedartraiden
2020-10-09fixes #2584 (Jabber: улучшение удобства работ со ↵George Hazan
списками участников)
2020-10-09fixes #2586 (Updater cannot delete old OpenSSL dlls)George Hazan
2020-10-09fixes #2587 (remove rest of old OpenSSL)George Hazan
2020-10-09Fix CMakeListsdartraiden
2020-10-08also an update for installerGeorge Hazan
2020-10-08Remove old OpenSSL librariesAlexander Gavrilov
2020-10-08OpenSSL upgraded to 1.1.1George Hazan
2020-10-06fixes #2579 (Remove runtime dll from updates)George Hazan
2020-10-01code cleaningGeorge Hazan
2020-09-30Netlib: ability to print dates in network logGeorge Hazan
2020-09-29minor code cleaningGeorge Hazan
2020-09-29Delphi shall know nothing about this fieldGeorge Hazan
2020-09-29Import: fix for rare crash in mcontacts importGeorge Hazan
2020-09-28Netlib:George Hazan
- log rotation feature added (turned off by default); - code reordering & optimization
2020-09-28Netlib options dialog -> UI classesGeorge Hazan
2020-09-28Discord: basic domains replaced to discord.comGeorge Hazan
2020-09-22sh-h-hitGeorge Hazan
2020-09-22fix for error -32790 on very large profilesGeorge Hazan
2020-09-22Facebook: fix for a random crashGeorge Hazan
2020-09-21fixes #2573 (Autoexec system cannot import settings with slashes)George Hazan
2020-09-21fixes #2571 (MsgExport странно обрабатывает ↵George Hazan
контакты с отключённых аккаунтов Message export bug)
2020-09-17muted chat not to generate any sounds eitherGeorge Hazan
2020-09-17fixes #2567 (Jabber: <none> privacy list should not allow change it settings)George Hazan
2020-09-17code cleaningGeorge Hazan
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
2020-09-17SkypeWeb: fix for login processGeorge Hazan
2020-09-17VKontakte:ElzorFox
update VK_API version to 5.124 version bump
2020-09-14Plugin Updater: code cleaningGeorge Hazan
2020-09-14fixes #2568 (При изменении числа бэкапов, ↵George Hazan
лишние остаются)
2020-09-14unused declaration removedGeorge Hazan
2020-09-14Plugin Updater: if a file doesn't exist, there's no need to backup itGeorge Hazan
2020-09-14g_chatApi.LogToFile completely moved into the coreGeorge Hazan
2020-09-11Jabber: more correct way to detect chat initialization modeGeorge Hazan
2020-09-11Jabber: member info dialog -> UI classesGeorge Hazan