Mercurial > pidgin
graph
-
applied changes from 471aa5f04627823959bd9accda5d5e5630f119d5Mon, 21 Feb 2011 01:18:49 +0000, by Evan Schoenberg
-
Patch from Zac West, plucked from several im.pidgin.adium commits, which adds an API for setting and getting attributes on PurpleConvChatBuddysMon, 21 Feb 2011 00:19:45 +0000, by Evan Schoenberg
-
When a jabber identity is added or removed, the caps_hash that would be created changes; uncache it so that it is recalculated as appropriate.Mon, 21 Feb 2011 00:17:36 +0000, by Evan Schoenberg
-
jabber: Compatibility with older serversSun, 20 Feb 2011 18:21:47 +0000, by Paul Aurich
-
silc: Debug messages.Sun, 20 Feb 2011 03:03:54 +0000, by Paul Aurich
-
Credit xnyhps (Thijs)Sun, 20 Feb 2011 02:31:28 +0000, by Paul Aurich
-
jabber: Treat the presence storm on joining a room as not new arrivals.Sun, 20 Feb 2011 02:25:23 +0000, by thijs
-
jabber: Use a straight equality check instead of collateSun, 20 Feb 2011 02:22:03 +0000, by Paul Aurich
-
Fixes this crash:Fri, 18 Feb 2011 07:51:43 +0000, by Mark Doliner
-
propagate from branch 'im.pidgin.cipher_breakout' (head ba76b36ed3711f14953e16ce66b3b6ae28d03161)Fri, 18 Feb 2011 02:54:38 +0000, by Gary Kramlich
-
Added ciphers/*.c to libpurple/Makefile.mingw's C_SRC's. I tried using the same convenience library trick that I did in linux, but I just can't make it work hereThu, 17 Feb 2011 05:54:46 +0000, by Gary Kramlich
-
rc4.c and sha1.c needs to include libpurple/util.h as wellThu, 17 Feb 2011 05:05:03 +0000, by Gary Kramlich
-
hmac.c needs to include libpurple/util.hThu, 17 Feb 2011 05:03:58 +0000, by Gary Kramlich
-
forgot to mark the purple_g_checksum_* api as static againThu, 17 Feb 2011 05:02:31 +0000, by Gary Kramlich
-
Fixed a typoThu, 17 Feb 2011 00:43:09 +0000, by Gary Kramlich
-
Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual filesThu, 17 Feb 2011 00:42:53 +0000, by Gary Kramlich
-
fixed some indentation issues that were missed earlier in rc4.cMon, 14 Feb 2011 07:38:41 +0000, by Gary Kramlich
-
included string.h in cipher.h since almost all of the ciphers use it.Mon, 14 Feb 2011 06:54:12 +0000, by Gary Kramlich
-
broke des and des3 out to ciphers/des.cMon, 14 Feb 2011 06:51:10 +0000, by Gary Kramlich
-
Moved sha256 to the sub libraryMon, 14 Feb 2011 06:20:59 +0000, by Gary Kramlich
-
Moved rc4 to the ciphers sublibraryMon, 14 Feb 2011 06:10:49 +0000, by Gary Kramlich
-
Broke sha1 outMon, 14 Feb 2011 06:05:29 +0000, by Gary Kramlich
-
Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.cMon, 14 Feb 2011 05:57:04 +0000, by Gary Kramlich
-
Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file headerMon, 14 Feb 2011 05:55:02 +0000, by Gary Kramlich