summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
AgeCommit message (Collapse)Author
2020-04-01New_GPG: more clear wording (request from our conference)dartraiden
2020-03-21New_GPG: code cleaningGeorge Hazan
2020-03-21New_GPG: unused variables removedGeorge Hazan
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-18NewGPG: fix for hangup during key generationGeorge Hazan
2020-03-18New_GPG: resource cosmeticdartraiden
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-18NewGPG: logger optimizationGeorge Hazan
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-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-15minus another static bufferGeorge Hazan
2020-03-15NewGPG: cosmetic fixesGeorge Hazan
2020-03-15NewGPG: massive code cleaningGeorge Hazan
2020-03-15NewGPG: fix for utf8 at screenGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-12type fixKonstantin Nikulin
2019-09-14new_gpg: improoved error handling on public keys array import fromGluzskiy Alexandr
main menu
2019-06-19removed code restoredGeorge Hazan
2019-06-19New_GPG: UI code cleaningGeorge Hazan
2019-04-18new_gpg: load key fixGluzskiy Alexandr
get rid of global user_data variable, use one from globals struct everywhere instead
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-02-19New_GPG -> TinyXml2George Hazan
2019-01-30m_icq.h removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-09-25NewGPG:George Hazan
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan