log libpurple/protocols/myspace/myspace.c @ 19714:43a8cd1f708c

age author description
Mon, 10 Sep 2007 20:51:59 +0000 Richard Laager Remove the *_USE_ATTENTION_API markers everywhere.
Mon, 10 Sep 2007 20:29:29 +0000 Richard Laager Fix up an apparently bad merge with the reserved fields here.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 06:30:34 +0000 Kevin Stange merge of 'be9dba922e9f366e12da62fe2e2708b38d82b9c4'
Thu, 06 Sep 2007 05:58:52 +0000 John Bailey merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'
Thu, 06 Sep 2007 06:26:32 +0000 Ka-Hing Cheung merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 04 Sep 2007 06:45:32 +0000 Mark Doliner Ka-Hing reminded me that we should set the password to NULL when
Tue, 04 Sep 2007 06:04:36 +0000 Mark Doliner Three small changes:
Tue, 11 Sep 2007 23:50:37 +0000 Jeffrey Connelly Use purple_connection_set_display_name() to set the display name to the
Wed, 05 Sep 2007 04:52:33 +0000 Jeffrey Connelly If no username is set, point user to a web page where to set it, and disconnect.
Wed, 05 Sep 2007 04:18:59 +0000 Jeffrey Connelly For status messages, make sure NULL isn't passed to g_markup_escape_text().
Tue, 04 Sep 2007 05:14:52 +0000 Jeffrey Connelly merge of '1f0db2a75d53cc5f98769d6e6b9ec61e920b5767'
Tue, 04 Sep 2007 00:39:12 +0000 Sadrul Habib Chowdhury merge of '03fef04c64d9f2d63fe8ba4e58704908e5f8dba8'
Mon, 03 Sep 2007 18:46:28 +0000 Mark Doliner Set our alias using the appropriate function. This makes a copy of
Tue, 04 Sep 2007 05:01:25 +0000 Jeffrey Connelly If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete)
Tue, 04 Sep 2007 00:10:03 +0000 Jeffrey Connelly Add uid field to add buddy persistance request. Now adding buddies to the
Mon, 03 Sep 2007 05:28:45 +0000 Jeffrey Connelly Clarify message about contacts added from server, for #2918.
Mon, 03 Sep 2007 05:16:36 +0000 Jeffrey Connelly Treat status messages as the plaintext that they are.
Sun, 02 Sep 2007 02:27:12 +0000 Jeffrey Connelly Use the sent timestamp in incoming instant messages instead of the current
Mon, 27 Aug 2007 07:03:28 +0000 Jeffrey Connelly Replace homegrown str_replace() with purple_strreplace(), after discovering it.
Mon, 27 Aug 2007 02:29:15 +0000 Jeffrey Connelly On login, get contacts from server using msim_get_contact_list().
Sun, 26 Aug 2007 22:44:42 +0000 Jeffrey Connelly In msimprpl: if no local alias is set, set it to the username on sign-on.
Sun, 26 Aug 2007 22:23:15 +0000 Jeffrey Connelly For myim: (MySpaceIM) URLs, lookup the contact ID into a username before
Sun, 26 Aug 2007 18:51:06 +0000 Jeffrey Connelly In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands
Sun, 26 Aug 2007 08:25:37 +0000 Jeffrey Connelly Only check for mail if "New mail notifications" is enabled in account options.
Sun, 26 Aug 2007 08:20:49 +0000 Jeffrey Connelly Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
Sun, 26 Aug 2007 07:37:28 +0000 Jeffrey Connelly In msimprpl, move user-related code to a new user module, and move other
Sun, 26 Aug 2007 06:51:17 +0000 Jeffrey Connelly In msimprpl, move formatting functions to a markup module. It only exposes
Sun, 26 Aug 2007 06:36:56 +0000 Jeffrey Connelly In msimprpl, move session-related functions to a new session module.
Sun, 26 Aug 2007 06:30:41 +0000 Jeffrey Connelly In msimprpl, move zap-related code to a separate module.
Sun, 26 Aug 2007 02:50:38 +0000 Jeffrey Connelly Now that MsimMessageElement's are more accessible outside message.c,
Sun, 26 Aug 2007 01:35:10 +0000 Jeffrey Connelly In msimprpl's mail notifications, change four parallel arrays into
Sun, 26 Aug 2007 01:08:39 +0000 Jeffrey Connelly Lookup a user's information when their status changes to anything but
Sat, 25 Aug 2007 23:05:57 +0000 Jeffrey Connelly In msimprpl, replace !strcmp() with g_str_equal() everywhere.
Sat, 25 Aug 2007 22:35:44 +0000 Jeffrey Connelly Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,
Fri, 24 Aug 2007 04:34:18 +0000 Jeffrey Connelly Improve buddy importing. Count number of buddies being added, and
Fri, 24 Aug 2007 02:29:42 +0000 Jeffrey Connelly MySpace added a new field, LastImageUpdated. Save it in MsimUser.
Thu, 23 Aug 2007 06:10:21 +0000 Jeffrey Connelly If buddy doesn't have a picture, display no icon, instead of the "no photo" icon that MySpaceIM
Thu, 23 Aug 2007 06:02:54 +0000 Jeffrey Connelly g_memdup() the icon data before setting it as the buddy icon.
Thu, 23 Aug 2007 04:43:04 +0000 Jeffrey Connelly If a username cannot be looked up in postprocessing, throw up an error.
Mon, 20 Aug 2007 02:35:32 +0000 Jeffrey Connelly Fix crashes. In myspace.c, clone the contact_info message before sending it to
Mon, 20 Aug 2007 01:15:00 +0000 Jeffrey Connelly Initial implementation of friend importing. Not well tested.
Sun, 19 Aug 2007 06:54:46 +0000 Jeffrey Connelly Replace msim_parse_body(), which returns a GHashTable * and takes a gchar *,
Sun, 19 Aug 2007 05:49:24 +0000 Jeffrey Connelly First half of "Add friends from MySpace.com" support: add msim_import_friends(),
Wed, 15 Aug 2007 15:41:33 +0000 Jeffrey Connelly No longer check the length of passwords - instead, pass the password to the
Wed, 15 Aug 2007 06:26:48 +0000 Jeffrey Connelly Link to profile in get info.
Tue, 14 Aug 2007 03:03:52 +0000 Jeffrey Connelly Make msimprpl work without a libpurple attention API.
Tue, 14 Aug 2007 02:54:31 +0000 Jeffrey Connelly Re-apply the msimprpl-specific parts of revision
Tue, 14 Aug 2007 02:45:41 +0000 Jeffrey Connelly merge of '0ae78c5d891099ade8e599dc2087ff9411b98d5f'
Tue, 14 Aug 2007 02:33:01 +0000 Jeffrey Connelly Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.
Tue, 14 Aug 2007 02:45:06 +0000 Jeffrey Connelly disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'
Mon, 13 Aug 2007 05:59:24 +0000 Jeffrey Connelly Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes
Mon, 13 Aug 2007 01:36:30 +0000 Jeffrey Connelly Show buddy icons.
Mon, 13 Aug 2007 00:43:11 +0000 Jeffrey Connelly Conditionally compile out a few advanced configuration options (status text
Mon, 13 Aug 2007 00:38:43 +0000 Jeffrey Connelly Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use
Sun, 12 Aug 2007 23:20:07 +0000 Jeffrey Connelly Use MsimUser structure for storing ephemeral information on users, instead
Sun, 12 Aug 2007 20:22:18 +0000 Jeffrey Connelly Update for 0.14.
Sun, 12 Aug 2007 18:48:03 +0000 Jeffrey Connelly Only say we are connected after the MsimSession structure is fully setup.
Sun, 12 Aug 2007 18:20:24 +0000 Jeffrey Connelly Fix some assertion failures, that should really not be assertions. Found by using