summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
AgeCommit message (Collapse)Author
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-08new_gpg: a bit of refactoringGluzskiy Alexandr
- eliminated few confusing globals (including unnecessary mutex) - implemeted proper way to avoid collisions in some places
2017-12-08new_gpg: get rid of "extern chaos"Gluzskiy Alexandr
- moving ui related code to separated file, split definition and implementation of ui
2017-12-06forgotten BOMGeorge Hazan
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert txt files to utf-8Kirill Volinsky
2017-12-03new_gpg: porting to new ui apiGluzskiy Alexandr
- looks done, go test it, may contain lot of bugs, only basic testing is done.
2017-12-03new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: utf8: dos2unixGluzskiy Alexandr
2017-12-02new_gpg: dos2unix //deal with it.Gluzskiy Alexandr
2017-12-01new options:George Hazan
- Close() automatically calls DestroyWindow, no need to redefine it - pfnDlgProc & pszTemplate are useless among classes; - minor code cleaning
2017-12-01new_gpg: porting to new ui api (part2)Gluzskiy Alexandr
2017-11-30new_gpg: porting ui to new api (part1)Gluzskiy Alexandr
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-23Renamed readme.txtTobias Weimer
2017-08-27https://xmpp.org/extensions/xep-0027.htmldartraiden
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-02-07crash fixGeorge Hazan
2017-02-02russian langpack fix & updateKonstantin
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-06bIsMiranda09 - useless variable removedGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-10-05plugins:Alexander Gluzsky
new_gpg: fixed bug introduced by incomplete porting to ptrW in import public key function git-svn-id: http://svn.miranda-ng.org/main/trunk@17354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-11New_GPG: Fix unicode paths handling (fixes #349); versiom bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (final rename)Robert Pösel
I just hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (temporary rename)Robert Pösel
I hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" in all plugin's and protocol's includesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-04crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-16plugins:Alexander Gluzsky
new_gpg: added another LANG* environment variable (required for gpg2) disabled return code checking (sometimes return error while operation finished succesfully), please do not touch and not remove commented out code. git-svn-id: http://svn.miranda-ng.org/main/trunk@16835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-23plugins:Alexander Gluzsky
new_gpg: version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-23plugins:Alexander Gluzsky
new_gpg: additional sanity checks keep temporary files when debug is turned on git-svn-id: http://svn.miranda-ng.org/main/trunk@16752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04new_gpg:Alexander Gluzsky
additional sanity check in protoack git-svn-id: http://svn.miranda-ng.org/main/trunk@16588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c