log

age author description
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 23:16:53 +0000 Jeffrey Connelly Conditionally-compile out debugging statements of escaping.
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:45:30 +0000 Jeffrey Connelly Re-enable non-test mode. This revision now correctly handles links with paths.
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.
Sun, 12 Aug 2007 02:27:28 +0000 Jeffrey Connelly In default emoticon theme file, for MySpaceIM, change tabs used for indentation
Sun, 12 Aug 2007 01:31:27 +0000 Jeffrey Connelly Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.
Sun, 12 Aug 2007 01:27:35 +0000 Jeffrey Connelly Add new emoticons for MySpaceIM from Hylke Bons.
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 06:22:21 +0000 Jeffrey Connelly Fix a few typos in the MySpaceIM section of the default smileys theme input file.
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:38:52 +0000 Jeffrey Connelly Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself
Sat, 11 Aug 2007 04:34:20 +0000 Jeffrey Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.
Sat, 11 Aug 2007 04:07:39 +0000 Jeffrey Connelly Change escape code replacement text parallel arrays to an array of structs,
Wed, 08 Aug 2007 04:50:32 +0000 Jeffrey Connelly In default emoticon theme file, change MySpace to MySpaceIM to
Wed, 08 Aug 2007 04:48:09 +0000 Jeffrey Connelly Use paths from win32-install-dir for -win32.zip release archive, instead of
Wed, 08 Aug 2007 04:09:17 +0000 Jeffrey Connelly Use a better directory layout for the Win32 archive, now you can just unzip
Tue, 07 Aug 2007 04:48:16 +0000 Jeffrey Connelly Use the right message in the persistance command for adding buddies, but