summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
AgeCommit message (Collapse)Author
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
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-17new_gpg:Alexander Gluzsky
version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-17new_gpg:Alexander Gluzsky
fix: avoid some deadlocks fix: crash workaround git-svn-id: http://svn.miranda-ng.org/main/trunk@15886 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02new_gpg:Alexander Gluzsky
avoid deadlock on gpg encryption errors git-svn-id: http://svn.miranda-ng.org/main/trunk@15667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-18replace "(c)" and "c" by ©Dart Raiden
update years in __COPYRIGHT git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-04New_GPG: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-17don't wanna fix warnings in boostGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-16code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c