log libpurple/protocols/jabber/buddy.c @ 17836:95affacf6f82

age author description
Wed, 06 Jun 2007 01:19:49 +0000 Andreas Monitzer Added the ability to define extensions to caps
Fri, 11 May 2007 00:11:14 +0000 Nathan Walp comment typo
Wed, 09 May 2007 23:07:56 +0000 Nathan Walp gross hack that will save me time in 30 second chunks
Tue, 08 May 2007 22:08:46 +0000 Sean Egan Removes 'jabber.org' defaults from XMPP. I think we had agreed this was a good idea.
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.
Tue, 01 May 2007 14:11:35 +0000 Luke Schierer disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
Tue, 01 May 2007 05:53:57 +0000 Richard Laager s/Jabber/XMPP/ in user-visible places.
Fri, 27 Apr 2007 14:36:42 +0000 Richard Laager disapproval of revision 'a999246dfcbd33c9494afa445d9562aee5e5457c'
Fri, 27 Apr 2007 14:25:10 +0000 Richard Laager disapproval of revision '2f959ba8a0fdac370ac610e60f6a4cd09525d928'
Fri, 27 Apr 2007 05:32:49 +0000 Sean Egan GINT_TO_POINTER is not the same thing as &. Also, add some error checking to jabber/buddy.c
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
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 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Feb 2007 16:09:25 +0000 Daniel Atallah Don't access the list element after it has been freed.
Tue, 13 Feb 2007 22:19:26 +0000 Evan Schoenberg Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/