log

age author description
Sat, 21 Apr 2007 04:18:16 +0000 Jeffrey Connelly Gaim -> Purple
Sat, 21 Apr 2007 03:59:37 +0000 Jeffrey Connelly Add MySpace prpl to configure.ac
Sat, 21 Apr 2007 03:15:48 +0000 Jeffrey Connelly Import msimprpl 0.4.
Sat, 21 Apr 2007 02:06:07 +0000 Jeffrey Connelly Create directory for MySpaceIM protocol
Thu, 19 Apr 2007 05:30:11 +0000 Jeffrey Connelly Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT.
Sun, 22 Apr 2007 11:11:49 +0000 Michael Shkutkov COPYRIGHT file was changed
Wed, 25 Apr 2007 22:23:29 +0000 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Wed, 25 Apr 2007 01:19:24 +0000 Richard Laager I'm stupid. If an icon doesn't exist, it's a good idea to create it when we want to fill it with data, not when we don't.
Wed, 25 Apr 2007 01:19:01 +0000 Richard Laager There's no need to actually lookup the icon now, as the core ensures the checksum gets deleted if the file disappears.
Wed, 25 Apr 2007 00:57:53 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head efad0dfb8f3cfbe4b837192b16689470c201d03a)
Wed, 25 Apr 2007 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Tue, 24 Apr 2007 20:23:50 +0000 Richard Laager Fix a bug with removing custom buddy icons.
Tue, 24 Apr 2007 19:58:14 +0000 Richard Laager Switch to using g_file_get_contents() instead of our own code.
Tue, 24 Apr 2007 19:12:48 +0000 Richard Laager Fix the memory leaking and improper calls to ref_filename(). Also, remove some debugging code.