log libpurple/protocols/msn/user.h @ 31493:b4064198e017

age author description
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
Wed, 15 Sep 2010 17:34:21 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
Sat, 31 Jul 2010 23:42:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)
Mon, 19 Jul 2010 21:05:06 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 51236278b5344e58692ae671bd25a862058432da)
Sat, 19 Jun 2010 23:23:23 +0000 masca Move an user utility function to User.
Thu, 27 May 2010 22:14:53 +0000 masca Remove msn_user_destroy in favor of msn_user_unref.
Wed, 26 May 2010 23:39:02 +0000 masca Make this bits consistent with the whole file.
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.