log libpurple/protocols/msn/user.h @ 30738:0c090a41522c

age author description
Wed, 26 May 2010 23:25:39 +0000 masca Add ref/unref support to MsnUser.
Sat, 15 May 2010 02:46:38 +0000 masca This are MsnUser functions, move them there.
Fri, 23 Apr 2010 00:24:07 +0000 Mark Doliner Use a linked list to store MsnUserEndpoints instead of a hash table.
Thu, 22 Apr 2010 20:51:24 +0000 Mark Doliner MsnUserEndpoint->id isn't actually used, so let's not store it in the
Sat, 06 Feb 2010 05:26:27 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)
Sat, 06 Feb 2010 05:15:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
Tue, 15 Dec 2009 02:05:32 +0000 Elliott Sales de Andrade Save PrivateEndpointData that we've received. I think this only applies to
Wed, 09 Dec 2009 21:34:48 +0000 Elliott Sales de Andrade These string should be const.
Wed, 09 Dec 2009 21:29:29 +0000 Elliott Sales de Andrade Save the Endpoint ID with the data.
Wed, 09 Dec 2009 21:08:24 +0000 Elliott Sales de Andrade Allow saving extended capabilities and endpoint-specific data in an MSN
Wed, 02 Jun 2010 21:41:16 +0000 Mark Doliner Remove a stray word from a comment
Fri, 05 Feb 2010 22:54:00 +0000 Mark Doliner Use our MsnListOp enum in more places instead of int. I'm assuming
Fri, 05 Feb 2010 22:49:11 +0000 Mark Doliner Minor header file cleanup. Mostly I wanted to move some enums above some #includes
Fri, 05 Feb 2010 02:19:22 +0000 Mark Doliner Combine the CurrentMedia and MsnUserPhoneInfo structs. This makes
Thu, 04 Feb 2010 00:48:09 +0000 Mark Doliner Tabs to spaces
Thu, 04 Feb 2010 00:35:15 +0000 Mark Doliner Move the three phone numbers from the MsnUser struct into a separate
Thu, 04 Feb 2010 00:15:41 +0000 Mark Doliner Keep CurrentMedia in a separate object outside of MsnUser that needs to
Wed, 03 Feb 2010 22:19:11 +0000 Mark Doliner Replace guint membership_id[5] with guint member_id_on_pending_list in
Tue, 19 May 2009 03:16:45 +0000 Elliott Sales de Andrade Parse the invite message out of the pending membership list so that it can
Fri, 30 Jan 2009 03:14:29 +0000 Elliott Sales de Andrade Move the check for whether to update the server alias out of nln_cmd and
Sun, 07 Dec 2008 07:09:57 +0000 Elliott Sales de Andrade Send FQY as the first thing when adding a buddy so that we know what network
Mon, 24 Nov 2008 05:51:18 +0000 Elliott Sales de Andrade Add the Games and Office media to MSN as attributes tacked on to the tune
Sat, 12 Jul 2008 06:44:19 +0000 Elliott Sales de Andrade Take care of more cleanup in the MSN code.
Sun, 15 Jun 2008 08:08:22 +0000 Elliott Sales de Andrade Modifications to the MSN code for some stuff I'll be doing in later
Sat, 07 Jun 2008 06:39:13 +0000 Elliott Sales de Andrade Remove MSN's use of a "store name" in favour of the "friendly name"
Fri, 06 Jun 2008 22:46:31 +0000 Mark Doliner We don't need this thing, right?
Fri, 06 Jun 2008 22:46:04 +0000 Mark Doliner Delete trailing whitespace
Thu, 20 Sep 2007 16:30:17 +0000 Sadrul Habib Chowdhury Use an independant status type for 'current media' stuff, instead of using
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Mon, 03 Sep 2007 05:47:52 +0000 Carlos Silva Make block/unblock work right, as well as being add by a buddy. Finally fixes #723