log libpurple/protocols/msn/msn.c @ 32819:2c6510167895 default tip

age author description
Thu, 23 Feb 2012 08:30:08 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head 5e6213531d20392ad819ad1bd7eaec4054b7079c)
Wed, 22 Feb 2012 05:52:30 +0000 Elliott Sales de Andrade Pluck all MSNP18 changes. This is pretty much to fix sending OIMs.
Mon, 06 Feb 2012 22:24:04 +0000 Elliott Sales de Andrade Drop support for protocols below 18.
Fri, 03 Feb 2012 06:49:22 +0000 Elliott Sales de Andrade Send offline messages using UUM.
Fri, 03 Feb 2012 06:25:52 +0000 Elliott Sales de Andrade Make a small name change.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
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.
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().
Fri, 26 Aug 2011 18:37:27 +0000 andrew victor Convert the msn prpl to use the new API.
Wed, 24 Aug 2011 03:30:47 +0000 Elliott Sales de Andrade Fix the _add_pair_html/plaintext calls.
Mon, 22 Aug 2011 06:32:44 +0000 Mark Doliner Actually commit the purple_notify_user_info_prepend_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 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Sun, 17 Jul 2011 21:10:42 +0000 Ethan Blanton Use g_strlcpy instead of strcpy in MSN alias string creation.
Sun, 20 Mar 2011 21:47:54 +0000 Elliott Sales de Andrade Add the invite message support to MSN prpl.
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Sun, 13 Mar 2011 18:14:04 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)
Sat, 08 Jan 2011 03:10:40 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195)
Sat, 20 Nov 2010 13:02:08 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e)
Thu, 08 Jul 2010 22:38:33 +0000 Mark Doliner Add a purple_notify_user_info_add_pair_plaintext function that accepts a
Wed, 09 Mar 2011 09:06:31 +0000 Mark Doliner Add a little note about something that nobody cares about
Tue, 01 Mar 2011 06:24:50 +0000 Elliott Sales de Andrade merge of '6118d1117f31a7fc8db4bd5431af400a7b46ff17'
Tue, 01 Mar 2011 05:09:26 +0000 Elliott Sales de Andrade Strip spaces when normalizing MSN usernames. Spaces in the account
Mon, 28 Feb 2011 08:26:40 +0000 Mark Doliner Hopefully fixes #13298, the bug about not being able to add MSN buddies.