summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/utilities.cpp
AgeCommit message (Collapse)Author
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-06srmm friendly event handling (may cause problems need testing)Alexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3455 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-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-24started filetransfers caps implementationAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-24some memory allocation bugs fixedAlexander Gluzsky
enhanced key export/import git-svn-id: http://svn.miranda-ng.org/main/trunk@3267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-19- Another portion of _T replacement (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-17NG-ized few old IM relics.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3129 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-07using boost for string cleanupAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3005 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
2013-01-04additional options for filetransfersAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-04do not delete file on decryption errorAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-02fixed prescense sign verification bugAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-30fixed bug with tag strippingAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-29added key id to send key menu/messageAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-26filetransfer fixesAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2848 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-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-16added some useless overhead (fixed compatibility problem with sefetyjabber ↵Alexander Gluzsky
client) git-svn-id: http://svn.miranda-ng.org/main/trunk@1953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-14one more metacontacts problem fixedAlexander Gluzsky
turned of xmpp traffic modification for contacts with disabled encryption git-svn-id: http://svn.miranda-ng.org/main/trunk@1916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-11fixed sendkeyAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10service call replaced with the direct function callGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-13fix double messages in metacontacts (untested)Alexander Gluzsky
better handling for uncommon keys (untested) improoved translations support (untested, should work) git-svn-id: http://svn.miranda-ng.org/main/trunk@1570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-10typo fixAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-08compile fixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@1549 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-08-17fixed possible memmory corruptionsAlexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-09used dynamic buffer for gpg data (fixes problem with large gpg output)Alexander Gluzsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-02removal of the rest of __DATE__ and __TIME__George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1332 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