log libpurple/protocols/myspace/myspace.c @ 18905:3f95e691bad2

age author description
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.