log libpurple/protocols/mxit/roster.c @ 32827:4a34689eeb33 default tip

age author description
Tue, 23 Aug 2011 20:57:19 +0000 andrew victor Rather access PurpleBuddy->proto_data using the accessor functions.
Tue, 23 Aug 2011 20:48:43 +0000 andrew victor Don't access PurpleBuddy->proto_data directly, rather use the accessor functions.
Tue, 23 Aug 2011 20:43:41 +0000 andrew victor Don't access PurpleConnection->proto_data directly, rather use the access functions.
Sun, 21 Aug 2011 15:28:07 +0000 andrew victor Whitespace changes for coding-style consistency.
Thu, 05 May 2011 07:34:24 +0000 pieter loubser * show a contact's status message when his offline (with get-info)
Tue, 03 May 2011 20:29:59 +0000 andrew victor Adding contacts normally and via search-results works slightly differently
Tue, 12 Apr 2011 19:55:13 +0000 andrew victor Protocol 6.3 change to SubscribeContact packet.
Fri, 01 Apr 2011 13:50:10 +0000 pieter loubser * extended the profile information shown for pending invites
Mon, 21 Mar 2011 16:30:01 +0000 andrew victor Add the invite message support to MXit prpl.
Fri, 07 Jan 2011 21:51:05 +0000 andrew victor The initial protocol infrastructure for MXit Voice/Video support.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 28 Jul 2010 08:41:51 +0000 andrew victor Add the new Moods.
Tue, 20 Jul 2010 09:46:28 +0000 andrew victor Since a buddy's avatar information is distributed as part of their online
Mon, 19 Jul 2010 09:52:08 +0000 andrew victor For safety, rather use g_strlcpy() and snprintf() where possible.
Fri, 28 May 2010 21:08:49 +0000 andrew victor Some spelling fixes to code comments.