gobjectification: 99771ca4: Minor inconsistencies in perl plugin.
qulogic at pidgin.im
qulogic at pidgin.im
Sun Jul 11 04:05:49 EDT 2010
----------------------------------------------------------------------
Revision: 99771ca4d23092687f51e73a13c7a19c85d2b537
Parent: d3172c420e1d28dd47d14c33a719017496368f84
Author: qulogic at pidgin.im
Date: 07/11/10 04:00:26
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/99771ca4d23092687f51e73a13c7a19c85d2b537
Changelog:
Minor inconsistencies in perl plugin.
Changes against parent d3172c420e1d28dd47d14c33a719017496368f84
patched libpurple/plugins/perl/common/Cipher.xs
patched libpurple/plugins/perl/common/module.h
-------------- next part --------------
============================================================
--- libpurple/plugins/perl/common/module.h a42059a744aeaff7f1b43249493ab8ea5df93ed1
+++ libpurple/plugins/perl/common/module.h 83f1b80788de545b53be5e6044f2748cf32e5275
@@ -62,6 +62,7 @@ typedef struct group *Purple__Group;
#include "savedstatuses.h"
#include "server.h"
#include "cipher/sha1hash.h"
+#include "cipher/sha256hash.h"
#include "signals.h"
#include "smiley.h"
#include "sound.h"
============================================================
--- libpurple/plugins/perl/common/Cipher.xs 9ca95144ac8c5422407c6489db0dd40ae0e88a79
+++ libpurple/plugins/perl/common/Cipher.xs 67777a366acbe6389e595faf9df13026bd0b2734
@@ -168,21 +168,27 @@ PROTOTYPES: ENABLE
MODULE = Purple::Cipher PACKAGE = Purple::MD5Hash PREFIX = purple_md5_hash_
PROTOTYPES: ENABLE
-Purple::Cipher
+Purple::Hash
purple_md5_hash_new()
-MODULE = Purple::Hash PACKAGE = Purple::SHA1Hash PREFIX = purple_sha1_hash_
+MODULE = Purple::Cipher PACKAGE = Purple::SHA1Hash PREFIX = purple_sha1_hash_
PROTOTYPES: ENABLE
-Purple::Cipher
+Purple::Hash
purple_sha1_hash_new()
+MODULE = Purple::Cipher PACKAGE = Purple::SHA256Hash PREFIX = purple_sha256_hash_
+PROTOTYPES: ENABLE
+
+Purple::Hash
+purple_sha256_hash_new()
+
MODULE = Purple::Cipher PACKAGE = Purple::HMACCipher PREFIX = purple_hmac_cipher_
PROTOTYPES: ENABLE
Purple::Cipher
-purple_hmac_cipher_new(cipher)
- Purple::Cipher cipher
+purple_hmac_cipher_new(hash)
+ Purple::Hash hash
MODULE = Purple::Cipher PACKAGE = Purple::RC4Cipher PREFIX = purple_rc4_cipher_
PROTOTYPES: ENABLE
More information about the Commits
mailing list