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
|
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.
|