summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/main.cpp
AgeCommit message (Collapse)Author
2013-06-21fix for regression in rev. 5010George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-18massive extinction of stupid service name's buffersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-17- New_GPG: reinstatedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-28- New_GPG: temporary moved to deprecated until:Vadim Dashevskiy
- 1. All mem_free related crashes that occur during messages exchange are fixed. - 2. All the tickets are fixed and closed. git-svn-id: http://svn.miranda-ng.org/main/trunk@4564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02gpg process handling fixes (not finished)Alexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3854 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08"boosted" process managementAlexander Gluzsky
misc process management optimizations (should be little faster now) git-svn-id: http://svn.miranda-ng.org/main/trunk@3479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-05fixed temporary files cleanup during runtimeAlexander Gluzsky
added temporary files cleanup on start and exit "boosted" code instead of winapi in some places //TODO: "boosted" process management (it will provide more convenient way to control process and work with pipes, it also should be faster because currently loops with sleep interval used) git-svn-id: http://svn.miranda-ng.org/main/trunk@3428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-03ability to change key password (because of fucked gpg which does not want to ↵Alexander Gluzsky
give us his stdin/stdout only via ugly windows console) git-svn-id: http://svn.miranda-ng.org/main/trunk@3406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-28added ability to export private key in key choosing dialogAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3315 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-28added ability to copy public key in key choosing dialogAlexander Gluzsky
fixed wrong "resource.h" path in new_gpg.rc git-svn-id: http://svn.miranda-ng.org/main/trunk@3312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-24implemented basic encrypted filetransfer capability checking (untested)Alexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12fiexd firstrun dialogAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12additional private keys checksAlexander Gluzsky
additional debug and error messages improoved debug logging removed metacontcats encodings problem workaround git-svn-id: http://svn.miranda-ng.org/main/trunk@3062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-09startup warning if own key expiredAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-08show expire date in own key selection dialogAlexander Gluzsky
does not show expired keys in own key selection dialog //TODO: warning and reset key if own key expired git-svn-id: http://svn.miranda-ng.org/main/trunk@3012 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-06debuglog refactoringAlexander Gluzsky
more debug info in log git-svn-id: http://svn.miranda-ng.org/main/trunk@2993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-29bold font in keygenAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-24fixed first run bugsAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-23fixed prescense signing bugsAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-23fixed deadlock on new keyAlexander Gluzsky
added accounts column to own key selection dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@2815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07old database macros removed from m_database.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-05fixed default key display after setting not default key in options....Alexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-05per account key ui finally fixedAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-05fixed ui logic bugAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-05typo fixAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-07minor signature fixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@1544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-06logic fixesAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-04added support for uncommon keys import (keys without required fields like email)Alexander Gluzsky
added account name to account module name in account's list fixed possible memmory corruptions in gpg output parser git-svn-id: http://svn.miranda-ng.org/main/trunk@1534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-17fixed possible memmory corruptionsAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-29git-svn-id: http://svn.miranda-ng.org/main/trunk@1261 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c