summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Jabber: message retrieving temporarily disabledGeorge Hazan
2020-09-01Jabber: MAM query form fixGeorge Hazan
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-28Jabber: MAM adaptation for OpenFireGeorge 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-25useless code removedGeorge Hazan
2020-08-25fixes #2522 (SkypeWeb: valid errorcode 401 processing after /endpointCreated)George Hazan
2020-08-25and also a chat mute extra iconGeorge Hazan
2020-08-25langpacks/english: updatedartraiden
2020-08-24Chat API:George Hazan
- unused function CHAT_MANAGER::AddEvent removed and made local; - "Mute" parameter is added to any chat, turning short/long blinking mode; - code optimization
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-20fixes #2549 (SkypeWeb cannot connect)ikeblaster
2020-08-20libcurl: pick up Miranda-specific commitsdartraiden
2020-08-20libcurl: update to 7.72.0dartraiden
2020-08-19SQLite: pick up Miranda-specific commitsdartraiden
2020-08-19SQLite: update to 3.33.0dartraiden
2020-08-19fixes #2541 (Унифицировать показ стикера при ↵George Hazan
отсутствии SmileyAdd)
2020-08-19fixes #2543 (NewStory: падает при экспорте ↵George Hazan
системной истории)
2020-08-18Facebook: *.webp avatars disabled for a whileGeorge 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-18fixes #2544 (ICQ: statusCode:401)George Hazan
2020-08-18code cleaningGeorge Hazan
2020-08-17SmileyAdd: code cleaningGeorge Hazan
2020-08-17SmileyAdd: unused function removedGeorge Hazan
2020-08-17WEBP support added to avatar support routinesGeorge Hazan
2020-08-17FreeImage: WebP support addedGeorge Hazan
2020-08-17fixes #2542 (DbEditor: при переходе к результату ↵George Hazan
поиска окно не прокручивается до нужной записи)
2020-08-16fixes #2530 (Facebook: "Create a new Facebook account" link does nothing)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-15VKontakte: fix typosElzorFox
2020-08-15VKontakte:ElzorFox
fix ‘Process stickers as smileys’ option add template [sticker-%d] for sending stickers
2020-08-14fixes #2518 (Jabber: double click on a conference bookmark doesn't raise its ↵George Hazan
window)
2020-08-14fixes #2526 (SmileyAdd: remove "Disable stickers" option)George Hazan
2020-08-14fixes #2527 (Facebook: missing stickers)George Hazan
2020-08-14VKontakte:ElzorFox
rework ‘Process stickers as smileys’ option for dynamic loading sticker from vk (working) and showing as smiley (not working - issue #2527) version bump
2020-08-13VKontakte: fix showing stickersElzorFox
2020-08-12fixes #2518 (Jabber: double click on bookmarks should launch it)George Hazan
2020-08-12fixes #2520 (SkypeWeb: миранда теперь ↵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