Sat, 01 Oct 2011 21:04:35 +0000 |
andrew victor |
Convert code to use the purple_account accessor functions.
|
Fri, 02 Sep 2011 19:50:58 +0000 |
Elliott Sales de Andrade |
Be a bit more specific about removing non-local MSN objects, which
|
Tue, 30 Aug 2011 19:22:01 +0000 |
andrew victor |
Convert msn prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
|
Tue, 01 Mar 2011 06:16:04 +0000 |
Elliott Sales de Andrade |
Ignore display name updates that are NULL. In all cases, the new
|
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.
|
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 16:58:03 +0000 |
Mark Doliner |
Need to add back this g_free.
|
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
|
Tue, 15 Dec 2009 01:42:24 +0000 |
Elliott Sales de Andrade |
Also, lower-case the endpoint name when looking up endpoint data.
|
Tue, 15 Dec 2009 01:22:59 +0000 |
Elliott Sales de Andrade |
Endpoint names are case-insensitive, so put the id in lowercase always.
|
Mon, 14 Dec 2009 07:15:24 +0000 |
Elliott Sales de Andrade |
Don't leak the Endpoint ID.
|