log libpurple/protocols/myspace/myspace.c @ 17926:dbf7fe20799d

age author description
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.
Thu, 07 Jun 2007 04:56:01 +0000 Jeffrey Connelly Add msim_uid2username_from_blist() to lookup a username by userid, by
Wed, 06 Jun 2007 04:38:03 +0000 Jeffrey Connelly Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.
Wed, 06 Jun 2007 02:49:35 +0000 Jeffrey Connelly Pass postprocessing parameters inside MsimMessage * instead of in a new struct.
Tue, 05 Jun 2007 05:06:04 +0000 Jeffrey Connelly Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the
Tue, 05 Jun 2007 04:41:16 +0000 Jeffrey Connelly Add, but do not use, two new functions to postprocess outgoing messages
Tue, 05 Jun 2007 03:20:59 +0000 Jeffrey Connelly Add untested implementation of msim_incoming_action().
Tue, 05 Jun 2007 02:42:46 +0000 Jeffrey Connelly Transition msim_incoming_im() to the callbackless infrastructure. Remove
Tue, 05 Jun 2007 02:36:17 +0000 Jeffrey Connelly Add message preprocessing in msim_preprocess_incoming(), to resolve
Mon, 04 Jun 2007 04:06:58 +0000 Jeffrey Connelly msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and
Mon, 04 Jun 2007 03:55:35 +0000 Jeffrey Connelly Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.
Mon, 04 Jun 2007 03:49:11 +0000 Jeffrey Connelly Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove
Mon, 04 Jun 2007 02:31:02 +0000 Jeffrey Connelly Remove 'flags' from send_im_cb_struct - it was never needed.
Mon, 04 Jun 2007 02:19:51 +0000 Jeffrey Connelly Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.
Mon, 04 Jun 2007 01:59:20 +0000 Jeffrey Connelly Change msim_msg_debug_string() to msim_msg_dump(), which prints the string