summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-03-18langpacks: updatedartraiden
2020-03-18Shorter is betterdartraiden
2020-03-18Proper spelling of UTF-8 and SHA-1dartraiden
2020-03-18typos fixedGeorge Hazan
2020-03-18unneeded code removedGeorge Hazan
2020-03-18NewGPG: options implemented using CMOptionGeorge Hazan
2020-03-18NewGPG:George Hazan
- fixes #2259 (New_GPG лезет на другие аккаунты и пытается расшифровывать чаты); - fixes #2258 (New_GPG is broken after chat window redesign); - version bump
2020-03-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-18NewGPG: logger optimizationGeorge Hazan
2020-03-17SecureIM: this is accounts, not protocolsdartraiden
2020-03-17MirOTR: this is accounts, not protocolsdartraiden
2020-03-17Jabber: fix for Chinese in error messagesGeorge Hazan
2020-03-17SecureIM: make one string translatabledartraiden
2020-03-17Msg_Export: this is accounts, not protocolsdartraiden
2020-03-17New_GPG:George Hazan
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump
2020-03-17CCtrlListView::OnNotify: we ignore item change until OnInitDialog is finishedGeorge Hazan
2020-03-17n-nope, three utf-8 chars do not talke three bytesGeorge Hazan
2020-03-17NewGPG: fix for hardcoded utf8 constantsGeorge Hazan
2020-03-17minor code optimizationGeorge Hazan
2020-03-17NewGPG:George Hazan
- old obsoleted boost::process headers removed; - minor improvements to the options dialog
2020-03-16NewGPG: massive code cleaningGeorge Hazan
2020-03-16NewGPG:George Hazan
- useless button control ids removed; - GetFilePath() calls rewritten using ptrW; - code cleaning
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-15minus another static bufferGeorge Hazan
2020-03-15NewGPG: cosmetic fixesGeorge Hazan
2020-03-15NewGPG: massive code cleaningGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-15NewGPG: fix for utf8 at screenGeorge Hazan
2020-03-14type fixKonstantin Nikulin