log libpurple/protocols/myspace/myspace.c @ 19249:9d921dde9d9f

age author description
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
Sun, 12 Aug 2007 18:11:29 +0000 Jeffrey Connelly Replace non-portable stricmp() with two calls to strcmp(), one uppercase and
Sun, 12 Aug 2007 07:35:51 +0000 Jeffrey Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
Sun, 12 Aug 2007 06:54:15 +0000 Jeffrey Connelly Support sending and receiving hyperlinks.
Sun, 12 Aug 2007 02:41:54 +0000 Jeffrey Connelly Support all emoticons used in the official MySpaceIM client.
Sat, 11 Aug 2007 18:28:19 +0000 Jeffrey Connelly Use msim_uid2username_from_blist() to resolve uid -> username on incoming
Sat, 11 Aug 2007 18:18:52 +0000 Jeffrey Connelly Clarify password-too-long error (MySpace limits it, not us), and clean up
Sat, 11 Aug 2007 17:57:19 +0000 Jeffrey Connelly Change msim_msg_new() and msim_msg_new_v() to accept the first key name as
Sat, 11 Aug 2007 05:53:11 +0000 Jeffrey Connelly Change all code to better match the style of libpurple - use 8-space tabs
Sat, 11 Aug 2007 05:02:23 +0000 Jeffrey Connelly Convert password to lowercase using g_utf8_strdown(), better because
Sat, 11 Aug 2007 04:54:13 +0000 Jeffrey Connelly Use an array of structs instead of parallel arrays for the emoticon
Sat, 11 Aug 2007 04:40:39 +0000 Jeffrey Connelly Always use our own msim_round() instead of checking for C99's round and using
Sat, 11 Aug 2007 04:34:20 +0000 Jeffrey Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.
Tue, 07 Aug 2007 04:48:16 +0000 Jeffrey Connelly Use the right message in the persistance command for adding buddies, but
Tue, 07 Aug 2007 03:06:43 +0000 Jeffrey Connelly Use a list when updating the blocklist when removing the buddy, since
Tue, 07 Aug 2007 02:51:34 +0000 Jeffrey Connelly Use the new dictionary data type when:
Tue, 07 Aug 2007 02:11:15 +0000 Jeffrey Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for
Sun, 05 Aug 2007 03:02:17 +0000 Jeffrey Connelly Be more careful about null strings in %s format specifier in debug messages.
Sat, 04 Aug 2007 17:49:47 +0000 Jeffrey Connelly Disable sending third-party client version to oncoming buddies.
Sat, 04 Aug 2007 17:43:37 +0000 Jeffrey Connelly Fix crash when deleting buddies on Windows. This was done by
Tue, 31 Jul 2007 02:56:58 +0000 Jeffrey Connelly Store 3rd-party client name/version and official client build version (cv) separately.
Fri, 27 Jul 2007 03:47:12 +0000 Jeffrey Connelly Implement round() if it is not available, using floor().
Sun, 22 Jul 2007 07:31:32 +0000 Jeffrey Connelly Make msimprpl-internal functions static.
Sun, 22 Jul 2007 07:00:10 +0000 Jeffrey Connelly Move msim_escape() and msim_unescape() to message.c.
Sun, 22 Jul 2007 06:53:48 +0000 Jeffrey Connelly Update login process to more closely match official client.
Sun, 22 Jul 2007 05:37:48 +0000 Jeffrey Connelly Add msim_process_server_info() to save the server information dictionary
Sun, 22 Jul 2007 04:32:44 +0000 Jeffrey Connelly Use MsimMessage's new list type for status messages.
Sat, 21 Jul 2007 07:53:22 +0000 Jeffrey Connelly Allow sending zaps through buddy list menu.
Sat, 21 Jul 2007 05:57:27 +0000 Jeffrey Connelly Support incoming zaps.
Sat, 21 Jul 2007 02:51:43 +0000 Jeffrey Connelly Finish emoticon support. You can now send smileys to yourself, they can
Sat, 21 Jul 2007 02:33:11 +0000 Jeffrey Connelly Recognize non-canonical emoticon forms from Pidgin, and turn them into
Sat, 21 Jul 2007 02:13:34 +0000 Jeffrey Connelly Fix emoticon symbols to match those generated by Pidgin.
Fri, 20 Jul 2007 06:06:52 +0000 Jeffrey Connelly Add account option to send emoticons, defaulting to off since can't currently
Fri, 20 Jul 2007 05:50:03 +0000 Jeffrey Connelly Add support for sending emoticons.
Thu, 19 Jul 2007 05:52:10 +0000 Jeffrey Connelly Support emoticons on incoming messages, approximating MySpaceIM's smileys
Thu, 19 Jul 2007 04:33:40 +0000 Jeffrey Connelly Show official client build in buddy profiles.
Thu, 19 Jul 2007 04:09:33 +0000 Jeffrey Connelly Increase read buffer size and be more careful about overruns.
Wed, 18 Jul 2007 06:09:32 +0000 Jeffrey Connelly Support unofficial bm code 200, also used by Miranda IM plugin, to report
Mon, 16 Jul 2007 00:48:49 +0000 Jeffrey Connelly Make DPI and base font point size configurable in account options. This
Mon, 16 Jul 2007 00:05:48 +0000 Jeffrey Connelly Update for 0.12.
Sun, 15 Jul 2007 23:46:12 +0000 Jeffrey Connelly Use the much nicer purple_notify_emails() API to notify of new inbox messages,
Sun, 15 Jul 2007 23:18:06 +0000 Jeffrey Connelly Notify of new inbox messages (friend requests, inbox messages, comments),
Sun, 15 Jul 2007 06:10:30 +0000 Jeffrey Connelly Add msim_check_mail to check for new mail (called periodically), and
Fri, 13 Jul 2007 05:48:13 +0000 Jeffrey Connelly Support font sizes in sending and receiving formatted text.
Thu, 12 Jul 2007 04:15:45 +0000 Jeffrey Connelly Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated
Thu, 12 Jul 2007 03:21:07 +0000 Jeffrey Connelly Allow setting status string messages. Known bug: custom status messages always
Wed, 11 Jul 2007 05:21:06 +0000 Jeffrey Connelly Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).
Wed, 11 Jul 2007 05:17:18 +0000 Jeffrey Connelly Lowercase password before sending it. Closes #2066.
Tue, 10 Jul 2007 06:07:34 +0000 Jeffrey Connelly Fix compile warnings on Unix (missing sentinel and time_t to int typecast).
Thu, 05 Jul 2007 06:16:25 +0000 Jeffrey Connelly Support sending some formatted text in instant messages.
Thu, 05 Jul 2007 03:13:34 +0000 Jeffrey Connelly Set status to current status when signing on. This makes the "Sign in as
Thu, 05 Jul 2007 00:29:25 +0000 Jeffrey Connelly Fix bug where string returned from msim_msg_get_string() is not a new
Wed, 04 Jul 2007 22:48:52 +0000 Jeffrey Connelly General clean up and adding more error-checking.
Wed, 04 Jul 2007 21:36:19 +0000 Jeffrey Connelly disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'
Wed, 04 Jul 2007 21:35:42 +0000 Jeffrey Connelly Time the time between keep alives (I get 124 seconds).
Wed, 04 Jul 2007 21:21:25 +0000 Jeffrey Connelly Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Wed, 04 Jul 2007 19:05:21 +0000 Jeffrey Connelly Add support for idle.
Wed, 04 Jul 2007 06:37:08 +0000 Jeffrey Connelly Update for 0.10.
Wed, 04 Jul 2007 02:13:34 +0000 Jeffrey Connelly Increase password length limit to 10 and update changes file.
Tue, 03 Jul 2007 05:21:55 +0000 Jeffrey Connelly Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.
Tue, 03 Jul 2007 05:14:56 +0000 Jeffrey Connelly Add option to sign on as hidden, or as not (previously, always signed on
Tue, 03 Jul 2007 03:19:16 +0000 Jeffrey Connelly Fix email address.
Mon, 02 Jul 2007 07:07:48 +0000 Jeffrey Connelly Allow setting status to away or online.
Mon, 02 Jul 2007 05:13:11 +0000 Jeffrey Connelly Fix typo to allow font face to be displayed correctly on incoming messages.
Mon, 02 Jul 2007 04:51:09 +0000 Jeffrey Connelly Add msim_color_to_purple() to convert msim markup color to a color for
Mon, 02 Jul 2007 04:24:16 +0000 Jeffrey Connelly Be more defensive about null pointers, especially null strings in %s format
Mon, 02 Jul 2007 01:45:30 +0000 Jeffrey Connelly Recognize online/away status of buddies on buddy list.
Sun, 01 Jul 2007 23:33:27 +0000 Jeffrey Connelly In msim_tooltip_text, do not try to display items with no value. In Linux,
Sun, 01 Jul 2007 23:12:38 +0000 Jeffrey Connelly Remove check in msim_input_cb() for embedded nulls. May be causing #1990.
Tue, 26 Jun 2007 05:53:52 +0000 Jeffrey Connelly Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake
Tue, 26 Jun 2007 05:33:00 +0000 Jeffrey Connelly Change around msim_uid2username_from_blist() to try to get it to work
Tue, 26 Jun 2007 05:16:29 +0000 Jeffrey Connelly Add (at least placeholder) functions to process p, f, c, b, and i markup tags
Mon, 25 Jun 2007 05:38:56 +0000 Jeffrey Connelly Fail with our own error message if an entered password is greater than 8
Mon, 25 Jun 2007 05:24:44 +0000 Jeffrey Connelly Remove lots of debugging statements, no longer needed.
Mon, 25 Jun 2007 05:11:34 +0000 Jeffrey Connelly Add a bunch of debugging to help fix #193.
Mon, 25 Jun 2007 04:11:06 +0000 Jeffrey Connelly Add msim_markup_to_html() to convert MySpaceIM-style markup to Purple-compatible
Sun, 24 Jun 2007 19:32:45 +0000 Jeffrey Connelly Split return type and function name + arguments on to separate lines, to
Sun, 24 Jun 2007 19:23:41 +0000 Jeffrey Connelly Add a send_raw function, msim_send_really_raw, into the prpl_info struct,
Sun, 24 Jun 2007 05:08:02 +0000 Jeffrey Connelly Clean up old comments.
Fri, 22 Jun 2007 04:48:30 +0000 Jeffrey Connelly Clean up TODOs:
Thu, 21 Jun 2007 05:50:41 +0000 Jeffrey Connelly Retrieve information for profile ("Get Info") from server, instead of from
Wed, 20 Jun 2007 04:52:01 +0000 Jeffrey Connelly Update author email address.
Wed, 20 Jun 2007 04:44:12 +0000 Jeffrey Connelly Rework addbuddy, but leave it commented-out (non-functional). Add TODO for
Wed, 20 Jun 2007 04:10:11 +0000 Jeffrey Connelly Expand on a couple TODO comments. Current TODO counts:
Wed, 20 Jun 2007 03:58:26 +0000 Jeffrey Connelly Use constants for IP address list, defined in myspace.h.
Wed, 20 Jun 2007 03:51:52 +0000 Jeffrey Connelly Add msim_unrecognized() to handle unhandled messages.
Wed, 20 Jun 2007 03:31:09 +0000 Jeffrey Connelly Add TODO for msimprpl to timeout (handling keep-alives).
Wed, 20 Jun 2007 03:28:05 +0000 Jeffrey Connelly Refactor msim_escape() & msim_unescape().
Wed, 20 Jun 2007 03:17:46 +0000 Jeffrey Connelly Add msim_test_all() and related procedures, to perform basic functionality
Tue, 19 Jun 2007 03:09:37 +0000 Jeffrey Connelly Add script to produce tarballs and zip archives for releases, for v0.8.
Thu, 14 Jun 2007 19:48:48 +0000 Jeffrey Connelly Add two boolean options to account dialog, to allow displaying of
Thu, 14 Jun 2007 19:28:25 +0000 Jeffrey Connelly Update several outdated TODO comments.
Thu, 14 Jun 2007 19:04:05 +0000 Jeffrey Connelly Update for 0.7.
Thu, 14 Jun 2007 18:59:41 +0000 Jeffrey Connelly Fix crash when re-logging in.
Thu, 14 Jun 2007 08:18:59 +0000 Jeffrey Connelly Change to use const gchar * where appropriate.
Thu, 14 Jun 2007 06:06:56 +0000 Jeffrey Connelly Implement msim_get_info() for users on the user's buddy list.
Thu, 14 Jun 2007 01:53:58 +0000 Jeffrey Connelly Add msim_offline_message() for offline message status. Always return TRUE,
Thu, 14 Jun 2007 01:33:49 +0000 Jeffrey Connelly Reorganize the tooltip text, to show more useful information.
Thu, 14 Jun 2007 00:23:06 +0000 Jeffrey Connelly Show buddy information in tooltip text, and the display name for status text.
Wed, 13 Jun 2007 23:40:12 +0000 Jeffrey Connelly Remove user_lookup_cache, and display placeholders for status and tooltip text.
Wed, 13 Jun 2007 22:57:54 +0000 Jeffrey Connelly Make msim_remove_buddy() functional. It now sends the delbuddy, persist,
Wed, 13 Jun 2007 21:25:40 +0000 Jeffrey Connelly Remove msim_get_own_uid{,_cb}() - it is not needed, since the login
Wed, 13 Jun 2007 21:21:48 +0000 Jeffrey Connelly Several small changes to work towards a working msim_remove_buddy():
Tue, 12 Jun 2007 03:40:38 +0000 Jeffrey Connelly Send typing notifications (tested).
Mon, 11 Jun 2007 06:17:16 +0000 Jeffrey Connelly Add TODO in order to fix msim_tooltip_text.