log libpurple/protocols/mxit/mxit.c @ 32514:c6943fd38d44

age author description
Mon, 05 Sep 2011 21:11:07 +0000 andrew victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.
Sat, 03 Sep 2011 23:30:40 +0000 Elliott Sales de Andrade Move struct_size to the beginning of the struct. Even if we don't
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
Tue, 23 Aug 2011 20:43:41 +0000 andrew victor Don't access PurpleConnection->proto_data directly, rather use the access functions.
Mon, 22 Aug 2011 22:09:55 +0000 andrew victor These should be using purple_notify_user_info_add_pair_plaintext().
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 22 Aug 2011 01:53:37 +0000 Mark Doliner I went through all our calls to purple_notify_user_info_add_pair() and
Sun, 21 Aug 2011 15:28:07 +0000 andrew victor Whitespace changes for coding-style consistency.
Mon, 15 Aug 2011 21:08:25 +0000 andrew victor Need to implemnt the protocol prpl's chat 'chat_info_defaults' callback.
Sat, 13 Aug 2011 16:29:21 +0000 andrew victor Structured reply messages should rather not be enclosed in the ::DATA: format.
Sat, 13 Aug 2011 15:08:30 +0000 andrew victor If a contact did not have a status-message or mood set, the "status_text" callback would return an empty ("") string.
Fri, 12 Aug 2011 22:34:34 +0000 andrew victor The contact-flag indicating "hidden" is now deprecated.
Tue, 12 Apr 2011 19:55:13 +0000 andrew victor Protocol 6.3 change to SubscribeContact packet.
Thu, 31 Mar 2011 20:15:18 +0000 andrew victor The mini-dialogs feature now allows you to request profile information for
Tue, 22 Mar 2011 21:56:30 +0000 andrew victor Extensions to the user profile.
Mon, 21 Mar 2011 16:30:01 +0000 andrew victor Add the invite message support to MXit prpl.
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Fri, 04 Feb 2011 09:51:05 +0000 andrew victor Only MXit users have profiles, so display a better message when "Get Info" is selected for non-users.
Fri, 04 Feb 2011 09:13:46 +0000 pieter loubser * do not send requests too fast to the mxit server or they will start ignoring you.
Wed, 26 Jan 2011 08:36:08 +0000 andrew victor It's no longer necessary to have a separate Plugin version for the MXit prpl.
Fri, 07 Jan 2011 21:51:05 +0000 andrew victor The initial protocol infrastructure for MXit Voice/Video support.
Fri, 07 Jan 2011 19:56:19 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 69a7107525200e51498ac5e48baaf043c4cd7b09)
Fri, 30 Jul 2010 10:57:17 +0000 andrew victor Add support for re-inviting contacts in the Deleted or Rejected state.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Tue, 20 Jul 2010 13:44:56 +0000 andrew victor If a link is clicked in a conversation, and connection to server happens to have
Mon, 19 Jul 2010 08:39:45 +0000 andrew victor A few changes to the Profile.
Mon, 14 Jun 2010 12:16:50 +0000 pieter loubser Implemented new naming conventions
Fri, 28 May 2010 21:08:49 +0000 andrew victor Some spelling fixes to code comments.
Thu, 20 May 2010 09:29:46 +0000 andrew victor * Separate the ClientVersion from the supported ProtocolVersion.
Wed, 19 May 2010 20:29:31 +0000 andrew victor * Show the buddy's registration country in their profile.
Wed, 19 May 2010 19:34:49 +0000 andrew victor This change is also needed to make the "nm=" clickable links work.
Tue, 11 May 2010 11:40:59 +0000 andrew victor Remove the MXit-specific Mood management code. We now use the libpurple Mood (Status) API.
Tue, 11 May 2010 10:00:30 +0000 andrew victor Add support for the standard Mood API.
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Mon, 22 Feb 2010 19:23:55 +0000 Paul Aurich Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
Thu, 18 Feb 2010 09:22:01 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.next.minor' (head 42544ec892337510146c931806a95dbf69c2fe30)
Tue, 26 Jan 2010 14:26:22 +0000 andrew victor Add extra parameter to mxit_send_message() function to indicate if the message should be
Mon, 18 Jan 2010 20:40:41 +0000 andrew victor Display the "not-authorized" emblem if the MXit contact's subscription state
Fri, 11 Dec 2009 00:44:42 +0000 Gary Kramlich struct hiding updates for mxit
Tue, 08 Dec 2009 04:18:32 +0000 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
Tue, 24 Nov 2009 13:23:27 +0000 andrew victor The "packed" attribute on the raw_chunk data-structure seems to be a GCC extension.
Mon, 23 Nov 2009 07:57:49 +0000 Mark Doliner Avoid these two compile warnings by using more specific function signatures:
Mon, 23 Nov 2009 00:19:33 +0000 Mark Doliner I'm not comfortable with this being an assert. If it fails then Pidgin
Sun, 22 Nov 2009 23:47:35 +0000 Mark Doliner A few other minor little translation-related fixes
Sun, 22 Nov 2009 22:39:51 +0000 Mark Doliner Finish making this change that I started earlier today. This doesn't
Sun, 22 Nov 2009 19:21:20 +0000 Mark Doliner Mark a bunch of mxit strings for translation
Tue, 17 Nov 2009 16:11:59 +0000 Sadrul Habib Chowdhury Mark some strings for translation.
Sun, 08 Nov 2009 23:55:56 +0000 John Bailey Initial addition of the MXit protocol plugin, provided by the MXit folks