-
obobo committed revision 404 to the Pidgin-Encryption SVN repository, changing 7 files.
2008-04-12 19:32:23 UTC in Pidgin-Encryption
-
obobo committed revision 403 to the Pidgin-Encryption SVN repository, changing 1 files.
2008-04-12 19:29:47 UTC in Pidgin-Encryption
-
I can't reproduce the crash myself. Could you try changing the line
if (g_hash_table_lookup(imhtml->smiley_data, category) == NULL) {
to
if (category && g_hash_table_lookup(imhtml->smiley_data, category) == NULL) {
in create_smiley_if_absent(), state_ui.c (around line 286)
I'm not sure why the Jabber protocol name is coming back as blank... and with that being the case, it's...
2008-04-11 17:31:36 UTC in Pidgin-Encryption
-
I believe that this change was actually from before the Gaim->Pidgin transition. At some point Gaim/Pidgin changed the names of the AIM protocols, and since the Encryption plugin uses the protocol name together with the username to try to distinguish them, there are problems.
At this point I think that most folks have migrated (and have keys with the new protocol names), so I don't think it...
2008-04-11 16:18:05 UTC in Pidgin-Encryption
-
obobo committed revision 402 to the Pidgin-Encryption SVN repository, changing 1 files.
2008-01-14 03:30:26 UTC in Pidgin-Encryption
-
obobo committed revision 401 to the Pidgin-Encryption SVN repository, changing 3 files.
2008-01-14 03:28:38 UTC in Pidgin-Encryption
-
obobo committed revision 400 to the Pidgin-Encryption SVN repository, changing 2 files.
2007-10-29 02:26:30 UTC in Pidgin-Encryption
-
Current SVN has a change to the headers used with the AIM protocol, which provides a fix. However, it is not compatible with previous versions of the plugin when used with AIM.
If I can't find a way to make it backwards compatible as well, I'll release it as 3.1 this weekend.
-Bill.
2007-10-26 02:49:21 UTC in Pidgin-Encryption
-
obobo committed revision 399 to the Pidgin-Encryption SVN repository, changing 2 files.
2007-10-26 02:38:19 UTC in Pidgin-Encryption
-
YIM has had very small maximum message lengths, and thus doesn't work well with >1024 bit keys.
You mention 512 bit keys- do you have problems with 1024 bit keys?.
2007-10-22 01:13:58 UTC in Pidgin-Encryption