Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | fixes #2569 (Ломается профиль после ребута ↵ | George Hazan | |
компа. Miranda NG не может открыть '*', профиль в неизвестном формате) | |||
2020-11-17 | fix for processing db_mc_getSub() return value | George Hazan | |
2020-11-16 | Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursors | George Hazan | |
2020-11-15 | txn_ptr::abort() not to be mixed with common ::abort() | George Hazan | |
2020-11-15 | unused variable CDbxMDBX::m_bShared removed | George Hazan | |
2020-11-15 | Dbx_mdbx: code cleaning | George Hazan | |
2020-11-04 | fixes #2608 (TabSRMM: make Ctrl+K hotkey customizable) | George Hazan | |
2020-11-04 | fixes #2610 (Message plugins: add abitity to Ctrl+V file) | George Hazan | |
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-10-25 | Revert "fixes #2569 (Miranda uses libmdbx unsafely)" | George Hazan | |
This reverts commit a949c9f2b090435ca63de525ee2cd1a79073f08a. | |||
2020-10-25 | fixes #2569 (Miranda uses libmdbx unsafely) | George Hazan | |
2020-10-24 | NewStory: same as deleting all history | dartraiden | |
2020-10-23 | fixes #2603 (New GPG - Name and mail adress) | George Hazan | |
2020-10-19 | SeenPlugin: fix for list sorting | George Hazan | |
2020-10-19 | SeenPlugin: tree control replaced with a list in options | George Hazan | |
2020-10-18 | code cleaning | George Hazan | |
2020-10-17 | NewStory: | George Hazan | |
- fixes #2416 (NewStory: add ability to delete only selected messages) - fixes #2423 (NewStory: если выделено одно сообщение, а щёлкнуть ПКМ по другому, то копирование и редактирование ведут себя по-разному); - fixes #2452 (NewStory: add multiple messages selection ability without keyboard) | |||
2020-10-16 | warning fix | George Hazan | |
2020-10-16 | MirLua: | George Hazan | |
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - 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 | 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-09 | OpenSSL: sync with wiki | dartraiden | |
2020-10-09 | Dbx_mdbx: fix for new constants | George Hazan | |
2020-10-09 | fixes #2586 (Updater cannot delete old OpenSSL dlls) | George Hazan | |
2020-10-08 | Remove old OpenSSL libraries | Alexander Gavrilov | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-10-01 | code cleaning | George Hazan | |
2020-09-29 | Import: fix for rare crash in mcontacts import | 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-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 #2554 (PluginUpdater: делать откат в случае ↵ | George Hazan | |
неудачи при замене файлов) | |||
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-10 | Plugin Updater: new option to tune the number of backups to keep (3 by default) | George Hazan | |
2020-09-10 | fix for misaligned controls | George Hazan | |
2020-09-10 | Plugin Updater: option dialogs => UI classes | George Hazan | |
2020-09-09 | useless code removed | George Hazan | |
2020-09-08 | Plugin Updater to store backups in the separate folders | George Hazan | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-09-04 | fixes #2559 (PluginUpdater: "Restart Miranda automatically" doesn't work ↵ | George Hazan | |
with StartupStatus (StatusManager) Plugin Updater) | |||
2020-09-04 | Update contact.cpp | Triskele69 | |
fixed getContactFromString() function to work with both ?contact and ?ccount | |||
2020-09-03 | fixes #2561 (contact() and ccount() functions do not work as intended ↵ | George Hazan | |
(Variables plugin)) | |||
2020-08-31 | Plugin Updater: | George Hazan | |
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning; |