summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2021-06-04fixes #2901 (Facebook: implement popup if login/password are incorrect)George Hazan
2021-06-04fixes #2900 (Discord: implement popup if login/password are incorrect)George Hazan
2021-06-03fixes #2733 (ICQ: после блокировки спамерского ↵George Hazan
чата через оф. клиент, он не удаляется из Миранды)
2021-05-29fixes #2886 (Weather: display weather as extra-icon instead of status)George Hazan
2021-05-28ICQ and MRA logins can be not only numbersdartraiden
2021-05-24Move docs to wikidartraiden
2021-05-22Weather: fix variable name for MSNdartraiden
2021-05-22Move non-working Weather ini to deprecateddartraiden
2021-05-20Jabber: fix for drawing mood icons in the contact list (as advanced status ↵George Hazan
icons)
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-05-20fix for C++ runtime locale settingsGeorge Hazan
2021-05-20CurrencyRates:George Hazan
- std::wstring replaced with CMStringW wherever possible; - std::wostringstream totally removed; - boost::json replaced with Miranda's own parser; - %d modifier added to visualize rate delta; - version bump
2021-05-20CurrencyRates: old unused junk removed + code cleaningGeorge Hazan
2021-05-19VKontakte:ElzorFox
authorization fix version bump
2021-05-18CPepGuiService::LaunchSetGui / ShowSetDialog: useless parameter removedGeorge Hazan
2021-05-17WhatsApp: fix against wiping keys from profileGeorge Hazan
2021-05-16fixes #2872 (Weather: incorrect icons mapping)George Hazan
2021-05-16no need to keep separate file just for one variableGeorge Hazan
2021-05-16code cleaningGeorge Hazan
2021-05-16fixed omemo, closes #2750sss
2021-05-15fix for order of operationsGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-15Facebook: fix for reading more than 500 contacts from Friends listGeorge Hazan
2021-05-14added "partly sunny" (for #2872)George Hazan
2021-05-14fixes #2879 (random crash in Discord)George Hazan
2021-05-13fixes #2878 (Discord: rename the "Disable group chats" option to "Disable ↵George Hazan
guilds" and stop processing guilds at all)
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-11VKontakte: fix invisible statusElzorFox
2021-05-10we don't need this code anymoreGeorge Hazan
2021-05-10ICQ: fix for very rare crash on loginGeorge Hazan
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵George Hazan
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
2021-05-06Weather ini: ANSI -> UTF-8dartraiden
2021-05-06Quick & dirty time fix for MSN Weatherdartraiden
2021-05-04attempt to fix some problems on exitGeorge Hazan
2021-05-02Facebook: fix for reading messagesGeorge Hazan
2021-05-01here variables' names should be fixed tooGeorge Hazan
2021-05-01Weather:George Hazan
fixes #2853 (Weather: разобраться с переменными) fixes #2852 (Weather: some strings cannot be translated)
2021-05-01mode code cleaningGeorge Hazan
2021-05-01Weather:George Hazan
- old code removed; - mir_wstrcat replaced with CMStringW calls; - translations fixed
2021-04-30fixes #2854 (Weather: некоторые строки не ↵George Hazan
переводятся при смене ленгпака на лету)
2021-04-30fixes #2855 (Weather: не перепутаны ли значки ↵George Hazan
Облачно и Слабый дождь)
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-04-28VKontakte: fix #2864ElzorFox
2021-04-26fixes #2862 (random crash in ICQ protocol)George Hazan
2021-04-25suddenly: major crutch to handle WhatsApp groupchats historyGeorge Hazan
2021-04-25WhatsApp: chat members info retrievingGeorge Hazan
2021-04-25WhatsApp: avatars supportGeorge Hazan
2021-04-25code cleaningGeorge Hazan
2021-04-24WhatsApp:George Hazan
- self-generated message ids; - added message metric & flags; - packet handlers switched to full prefixes instead of packet ids