log libpurple/protocols/jabber/roster.c @ 22821:61e0bcbf31ab

age author description
Mon, 05 May 2008 04:54:37 +0000 Mark Doliner Fix a small memleak when adding a Jabber buddy
Sun, 04 May 2008 20:44:08 +0000 Mark Doliner Add a comment. Could someone familiar with the Jabber protocol or our
Tue, 09 Oct 2007 21:27:29 +0000 Daniel Atallah Fix CID 312 (Dead code).
Tue, 09 Oct 2007 00:25:56 +0000 Daniel Atallah Another couple leak fixes in the xmpp roster parsing.
Mon, 08 Oct 2007 20:46:00 +0000 Daniel Atallah Fix a couple leaks in parsing the xmpp roster.
Fri, 19 Oct 2007 18:28:33 +0000 Luke Schierer applied changes from d4b316d73ebaf93803ca2642e78b8821c3b5d5c7
Fri, 19 Oct 2007 18:14:53 +0000 Luke Schierer applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 26 Aug 2007 20:35:40 +0000 Sadrul Habib Chowdhury Update the buddylist if a buddy is moved to another group from a different
Sun, 17 Jun 2007 04:50:18 +0000 Nathan Walp fix inital presence (fixes #1395)
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Tue, 13 Mar 2007 07:19:06 +0000 Mark Doliner Don't use g_list_length() and g_slist_length() when all you want to
Wed, 14 Feb 2007 04:26:10 +0000 Evan Schoenberg Fix problem with the previous leak fix pointed out by Etan.
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.
Sun, 04 Feb 2007 18:33:44 +0000 Mark Doliner Rename this function to something that makes more sense to me
Fri, 02 Feb 2007 22:16:10 +0000 Sean Egan Didn't mean to ci that
Fri, 02 Feb 2007 21:38:52 +0000 Sean Egan Add the icons
Tue, 30 Jan 2007 21:04:04 +0000 Sean Egan Make deleting Google Talk buddies work
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/