summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-09-21fixes #2571 (MsgExport странно обрабатывает ↵George Hazan
контакты с отключённых аккаунтов Message export bug)
2020-09-17muted chat not to generate any sounds eitherGeorge Hazan
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
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-10Plugin Updater: new option to tune the number of backups to keep (3 by default)George Hazan
2020-09-10fix for misaligned controlsGeorge Hazan
2020-09-10Plugin Updater: option dialogs => UI classesGeorge Hazan
2020-09-09useless code removedGeorge Hazan
2020-09-08Plugin Updater to store backups in the separate foldersGeorge Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-09-04fixes #2559 (PluginUpdater: "Restart Miranda automatically" doesn't work ↵George Hazan
with StartupStatus (StatusManager) Plugin Updater)
2020-09-04Update contact.cppTriskele69
fixed getContactFromString() function to work with both ?contact and ?ccount
2020-09-03fixes #2561 (contact() and ccount() functions do not work as intended ↵George Hazan
(Variables plugin))
2020-08-31Plugin Updater:George Hazan
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning;
2020-08-31Plugin Updater: unused services removedGeorge Hazan
2020-08-31fixes #2558 (SmileyAdd прописывает абсолютный путь ↵George Hazan
к смайлам вместо относительных)
2020-08-27Plugin Updater: fix for the old return codeGeorge Hazan
2020-08-27Plugin Updater: if a file doesn't exist, it shoudn't generate an error tooGeorge Hazan
2020-08-27Plugin Update: also fix for the batch modeGeorge Hazan
2020-08-27Plugin Updater: more code cleaningGeorge Hazan
2020-08-27pu_stub synced with changes in Plugin UpdaterGeorge Hazan
2020-08-27fixes #2555 (PluginUpdater: некорректное обновление ↵George Hazan
при работе нескольких миранд одновременно)
2020-08-24SmileyAdd: regression with metacontacts handling fixedGeorge Hazan
2020-08-21PluginUpdater:George Hazan
- fixes #2547 (PluginUpdater: "Restart Miranda automatically" with "Silent mode" requires clicking on a pop-up); - fixes #2548 (PluginUpdater: Use DBAutoBackuper for "Backup database before update")
2020-08-21SmileyAdd: typo fix (also fixes #2546 )George Hazan
2020-08-19fixes #2543 (NewStory: падает при экспорте ↵George Hazan
системной истории)
2020-08-18SmileyAdd:George Hazan
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump;
2020-08-18code cleaningGeorge Hazan
2020-08-17SmileyAdd: code cleaningGeorge Hazan
2020-08-17SmileyAdd: unused function removedGeorge Hazan
2020-08-17fixes #2542 (DbEditor: при переходе к результату ↵George Hazan
поиска окно не прокручивается до нужной записи)
2020-08-16fixes #2538 (NewStory: add stickers support to message log and history)George Hazan
2020-08-16tabSRMM:George Hazan
- fixes #2537 (TabSRMM: cannot close tab by pressing (x) in tab title); - code cleaning; - version bump
2020-08-16SmileyAdd:George Hazan
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump
2020-08-14fixes #2526 (SmileyAdd: remove "Disable stickers" option)George Hazan
2020-08-12tabSRMM:George Hazan
- fixes #2521 (Esc key behavior selection not work for jabber chat rooms in Miranda NG 0.95.12 build); - manual WM_CLOSE processing code removed from CMsgDialog::DlgProc; - code cleaning
2020-08-12tabSRMM: DM_QUERYCLIENTAREA - unused message removedGeorge Hazan
2020-08-11fixes #2517 (Add DbChecker menu item to Main menu → Database)George Hazan
2020-08-11code cleaningGeorge Hazan
2020-08-08filtering out orphaned settingsGeorge Hazan
2020-08-08Dbchecker:George Hazan
- all global data removed, DbToolOptions now acts as an object attached to the wizard; - many glitches removed; - profile manager in the core now teached to use DBChecker, if present
2020-08-07unused shit returnedGeorge Hazan
2020-08-07Dbx_Mdbx: first two integrity checksGeorge Hazan
2020-08-07database verification added to profile managerGeorge Hazan
2020-08-07code cleaningGeorge Hazan
2020-08-05fixes #2513 (Clist_Modern: Possibility of renaming View Mode(s))George Hazan