Mercurial > pidgin.yaz
log libpurple/protocols/msn/userlist.c @ 32827:4a34689eeb33 default tip
age | author | description |
---|---|---|
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(). |
Mon, 28 Feb 2011 07:12:27 +0000 | Mark Doliner | Fix a memleak in the MSN prpl when removing a buddy from your buddy list. |
Mon, 28 Feb 2011 06:53:53 +0000 | Mark Doliner | Rename "userName" to "friendly_name" to be consistent with the term we |
Thu, 04 Nov 2010 04:41:48 +0000 | Elliott Sales de Andrade | Remove dead assignments in new MSN code. |
Tue, 29 Jun 2010 23:33:52 +0000 | masca | Move queue logic in requesting user display out of slp code. |
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:28:37 +0000 | masca | msn_email_is_valid looks a lot like a util function, move it there. |