summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-01fixes #2264 (Msg_Export: в столбце UIN перманентный ↵George Hazan
ноль)
2020-04-01fixes #2243 (Jabber: buggy OpenFire stanzas drive Miranda crazy)George Hazan
more information here: https://issues.igniterealtime.org/browse/OF-870
2020-04-01New_GPG: more clear wording (request from our conference)dartraiden
2020-03-31Jabber:George Hazan
- fixes #2257 (Jabber: double click by room name shoud open "Join chatroom" dialogue); - more code implemented using UI classes; - massive code cleaning
2020-03-31fixes #2262 (StdMsg: баг при добавлении контакта)George Hazan
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-30fixes #2278 (TabSRMM cannot drop file to input area)George Hazan
2020-03-30langpacks/russian: fix for MSNdartraiden
2020-03-30langpacks/russian: updatedartraiden
2020-03-30langpacks: updatedartraiden
2020-03-30NewStory: code cleaningGeorge Hazan
2020-03-30correct control alignmentGeorge Hazan
2020-03-30another common option removed from dialogsGeorge Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-30fix for disconnections in SkypeGeorge Hazan
2020-03-30according to one of the comments at #1659George Hazan
2020-03-30SkypeWeb: fix for vcxproj fileGeorge Hazan
2020-03-29libcurl: pick up Miranda-specific commitsdartraiden
2020-03-29libcurl: update to 7.69.1dartraiden
2020-03-26fixes #2284 (No right mouse clicke menu on messege editor)George Hazan
2020-03-26fixes #2286 (Update libtox to 0.2.11)George Hazan
2020-03-26- fixes #2150 (SkypeWeb hangs on sync);George Hazan
- fixes problems with Skype disconnections; - version bump
2020-03-26AVS: code cleaningGeorge Hazan
2020-03-24Jabber: minor fix for restoring capsGeorge Hazan
2020-03-24fixes #2276 (StdMsg: drag-n-drop leaves a file's icon in the entry field)George Hazan
2020-03-24ICQ-WIM:George Hazan
- fixes #2277 (ICQ: add ability to load whole history from server); - fix for message history retrieving; - code cleaning; - version bump
2020-03-24Dbx_mdbx: fix for a nasty problem with message idsGeorge Hazan
2020-03-24and also libraries for libjsonGeorge Hazan
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-24another attempt to fix #2260George Hazan
2020-03-23Discord: opcode 7 processing addedGeorge Hazan
2020-03-23fixes #2269 (XSoundNotify not working)George Hazan
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-23Jabber: we allow offline file transfers if we have http upload or picture ↵George Hazan
inlining
2020-03-22SendScreenShot:George Hazan
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly
2020-03-22Jabber: picture inlining should precede file transfers because of reduced ↵George Hazan
file types subset if you don't need inlining, disable it.
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan
2020-03-21New_GPG: code cleaningGeorge Hazan
2020-03-21New_GPG: unused variables removedGeorge Hazan
2020-03-21Discord: suddenly "Request authorization" menu item is shown for Discord ↵George Hazan
groupchats
2020-03-21NewGPG:George Hazan
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump
2020-03-20fixes #2269 (XSoundNotify displays garbage in options window)George Hazan
2020-03-20fixes #2268 (Update libmdbx to 0.7.0)George Hazan
2020-03-20IEView:George Hazan
- SRMM button added to insert "Code" instruction into the edit window; - ieviewModuleName renamed as it should be: MODULENAME; - code cleaning & reordering; - version bump.
2020-03-19unused .res files removedGeorge Hazan
2020-03-19fixes #2260 (Facebook MQTT not receiving any messages)George Hazan
2020-03-18NewGPG: fix for hangup during key generationGeorge Hazan
2020-03-18New_GPG: resource cosmeticdartraiden