Git Product home page Git Product logo

secureimplugin's People

Watchers

James Cloos avatar

secureimplugin's Issues

Problem receiving offline encrypted messages

What steps will reproduce the problem?
1. Friend of my sends me a message while I am offline using SecureIM with
GPG and my public key.
2. I start miranda (or go to online mode), note: I am using metacontacts
3. Miranda crashes in SecureIM plugin

Details:
crashes in crypt_svcs.cpp on line 365 (len+=strlen(pm->message[i]);) while
calling strlen on uninitialized memory;

Suggestions:
crypt_svcs.cpp, rev 55, on lines 348, 358 (pm->message = new
LPSTR[part_all];) is allocation of array of string pointers which is not
initialized, adding following line could help:

memset( (void *) pm->message, 0, sizeof(LPSTR) * part_all );

but this did not fix the problem - after this change the message seems lost
but miranda does not crash (maybe I did not setup testing environment
correctly as I did not have time to inspect this further)...

Versions:
problem discovered on Miranda 0.7.8 unicode, secureim 1.0.10.9,
metacontacts 0.14.0.1
os: windows xp sp3

debugged on latest build: Miranda IM v0.8.0 Build #19 with current secureim
code from here (as of 19. aug 2008)

Original issue reported on code.google.com by [email protected] on 19 Aug 2008 at 10:41

GPG Key names not displayed on key assignment

What steps will reproduce the problem?
1. Install Gpg4win 1.1.3 (GnuPG 1.4.9)
2. Miranda 0.0.8.5
3. Windows XP SP3
4. SecureIm 1.0.12.3
5. Set an ICQ-Contact to GPG-Mode. Right-Click in the contact list, select
"load GPG key". 

What is the expected output? What do you see instead?
The window has 2 columns: KeyID and UserID. UserID is all empty which is
not user friendly. The KeyID contains IDs. I looked up the appropriate key
for the ICQ contact in WinPT but nor the key-ID neither the fingerprint
matches any of the IDs in the SecureIM list. 


Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 10:12

Different Jabber Resources & secureim

I find this only on jabber protocol.
=====================
What steps will reproduce the problem?
1. Start speak with person who has option "Always secured if possible" on.
2. Connect to jabber server from same JID, but with another resource using 
another client or miranda im with no secureim installed.
3. Write to person. And you get something like this:
ª andaril  20 апреля 2009 г.
ª 17:24 ntcn
ª 17:25 пашед?)
­
ª Креол  20 апреля 2009 г.
ª 17:25 ----DEINIT@HELL----
ª 17:25 ----Key3@hell----A07849EF--deleted manually--6DF2F00
­
ª andaril  20 апреля 2009 г.
ª 17:25 )))))))))))))))))))))))))))))
ª 17:25 Ыыыыыыыыыыы)))))
ª 17:25 :PPPP
­
ª Креол  20 апреля 2009 г.
ª 17:25 тест
ª 17:25 ----Key3@hell----78319--deleted manually--21CDF2F00
=====================
What is the expected output? What do you see instead?
How you see secureim don't see differenсe in jabber resources and try to 
send key whatever other client was secureim support or not.
=====================
What version of the product are you using? On what operating system?
¤ SecureIM.dll v.1.0.11.2 [20 Apr 2009 16:42:21] - SecureIM (2in1)
=====================
Best regards, Gennady andaril Gagin @ miranda planet team

Original issue reported on code.google.com by [email protected] on 20 Apr 2009 at 1:57

Don't work correct with Yahoo protocol

What steps will reproduce the problem?
1. Chat using Yahoo account with another Yahoo contact.
2. Try to create secured connection (RSA/AES).

What is the expected output? What do you see instead?
With other protocols (that shows that there is Miranda on other side) 
secured connection created, with Yahoo protocol didn't.

What version of the product are you using? On what operating system?
Miranda v0.9.0 test build #1; cryptopp.dll v1.0.4.3; secureim.dll 
v1.0.12.3.

Please provide any additional information below.
On older versions of secureim.dll (for example v1.0.10.9) there wasn't his 
trouble.

Original issue reported on code.google.com by [email protected] on 15 Aug 2009 at 3:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.