log

age author description
Mon, 21 Feb 2011 22:56:00 +0000 Evan Schoenberg disapproval of revision '22937ab220c41cd0c4a3f9e21e3db687db80da75'
Mon, 21 Feb 2011 22:55:59 +0000 Evan Schoenberg disapproval of revision 'cba010d1c097d4e6599f08276ed9d894710c1074'
Mon, 21 Feb 2011 22:56:01 +0000 Evan Schoenberg disapproval of revision '7ee5e1d431651ed2b1a54bc942d63f35580af55c'
Mon, 21 Feb 2011 09:45:47 +0000 Mark Doliner OOH! I think I found the cause of a bug! I changed this function in revision
Mon, 21 Feb 2011 09:28:03 +0000 Mark Doliner There is code above these lines, just before the start of the switch(),
Mon, 21 Feb 2011 09:08:08 +0000 Mark Doliner I think this was accidentally changed in revision
Mon, 21 Feb 2011 02:25:27 +0000 Paul Aurich More unbreaking of the build
Mon, 21 Feb 2011 02:22:05 +0000 Paul Aurich Spaces -> \t
Mon, 21 Feb 2011 02:14:54 +0000 Paul Aurich merge of '5a1200b2b4048e408dafc7a965a87d3429925cb4'
Mon, 21 Feb 2011 02:14:43 +0000 Paul Aurich disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90'
Mon, 21 Feb 2011 01:31:32 +0000 Evan Schoenberg Whitespace fix
Mon, 21 Feb 2011 01:25:28 +0000 Evan Schoenberg Patch from Zac West which performs periodic WHO updates on IRC channel participants in order to track 'away' status, userhost, and real name. Plucked from a series of im.pidgin.adium commits.
Mon, 21 Feb 2011 01:18:49 +0000 Evan Schoenberg applied changes from 471aa5f04627823959bd9accda5d5e5630f119d5
Mon, 21 Feb 2011 00:19:45 +0000 Evan Schoenberg Patch from Zac West, plucked from several im.pidgin.adium commits, which adds an API for setting and getting attributes on PurpleConvChatBuddys
Mon, 21 Feb 2011 00:17:36 +0000 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.
Sun, 20 Feb 2011 18:21:47 +0000 Paul Aurich jabber: Compatibility with older servers
Sun, 20 Feb 2011 03:03:54 +0000 Paul Aurich silc: Debug messages.
Sun, 20 Feb 2011 02:31:28 +0000 Paul Aurich Credit xnyhps (Thijs)
Sun, 20 Feb 2011 02:25:23 +0000 thijs jabber: Treat the presence storm on joining a room as not new arrivals.
Sun, 20 Feb 2011 02:22:03 +0000 Paul Aurich jabber: Use a straight equality check instead of collate
Fri, 18 Feb 2011 07:51:43 +0000 Mark Doliner Fixes this crash:
Fri, 18 Feb 2011 02:54:38 +0000 Gary Kramlich propagate from branch 'im.pidgin.cipher_breakout' (head ba76b36ed3711f14953e16ce66b3b6ae28d03161)
Thu, 17 Feb 2011 05:54:46 +0000 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 here
Thu, 17 Feb 2011 05:05:03 +0000 Gary Kramlich rc4.c and sha1.c needs to include libpurple/util.h as well
Thu, 17 Feb 2011 05:03:58 +0000 Gary Kramlich hmac.c needs to include libpurple/util.h
Thu, 17 Feb 2011 05:02:31 +0000 Gary Kramlich forgot to mark the purple_g_checksum_* api as static again
Thu, 17 Feb 2011 00:43:09 +0000 Gary Kramlich Fixed a typo
Thu, 17 Feb 2011 00:42:53 +0000 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 files
Mon, 14 Feb 2011 07:38:41 +0000 Gary Kramlich fixed some indentation issues that were missed earlier in rc4.c
Mon, 14 Feb 2011 06:54:12 +0000 Gary Kramlich included string.h in cipher.h since almost all of the ciphers use it.