log libpurple/protocols/msn/user.c @ 31610:51ff5ed5cb32

age author description
Wed, 15 Dec 2010 23:10:13 +0000 Elliott Sales de Andrade Use the unref functions everywhere, instead of destroy. I also removed
Fri, 10 Dec 2010 05:03:50 +0000 Elliott Sales de Andrade merge of 'd73b1933a947fedcd8b3ecd30b2c373da2d1e63a'
Fri, 10 Dec 2010 05:00:07 +0000 Elliott Sales de Andrade disapproval of revision 'e67fc1b6eccb8879246c1f55a677c5a7202372f8'
Thu, 02 Dec 2010 06:04:55 +0000 Elliott Sales de Andrade Clear out the old list of endpoints when we receive a new one. This
Sun, 28 Nov 2010 07:52:58 +0000 Elliott Sales de Andrade Add the HDN status to status parsing, which means invisible, but you'd
Wed, 10 Nov 2010 01:00:42 +0000 Mark Doliner g_strcmp0 was added in glib 2.16.0, but we keep compatibility with 2.12.
Wed, 22 Sep 2010 21:09:50 +0000 masca Normalize both passports before comparation. This fixes the bug that opens a MUC with a buddy that is logged in on mutiple endpoints.
Sat, 18 Sep 2010 21:29:31 +0000 masca Fix the bug when a buddy is connected in different locations and a MUC opens and add both locations as different buddies.
Mon, 02 Aug 2010 20:36:02 +0000 masca Don't destroy our local object storing the display picture when a NLN command show us the same MsnObject.
Tue, 29 Jun 2010 23:33:52 +0000 masca Move queue logic in requesting user display out of slp code.
Mon, 21 Jun 2010 07:11:25 +0000 masca Fix a bad behavior when talking with users using multiple locations. The
Sat, 19 Jun 2010 23:23:23 +0000 masca Move an user utility function to User.
Fri, 28 May 2010 22:45:52 +0000 masca Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Thu, 27 May 2010 22:14:53 +0000 masca Remove msn_user_destroy in favor of msn_user_unref.