log libpurple/protocols/myspace/myspace.h @ 25396:06a802d32d71

age author description
Tue, 16 Dec 2008 21:31:05 +0000 Mark Doliner Remove a bunch of calls to msim_msg_dump(). I find it really annoying
Tue, 16 Dec 2008 03:35:22 +0000 Mark Doliner No functionality change--just cleanup.
Sun, 16 Nov 2008 00:10:02 +0000 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
Thu, 13 Nov 2008 18:55:04 +0000 Richard Laager A patch from Jaywalker to better handle conversations by user ID vs.
Sat, 16 Feb 2008 21:29:02 +0000 Jeffrey Connelly In msimprpl, add msim_is_valid_username() to check whether a username
Sat, 16 Feb 2008 20:49:20 +0000 Jeffrey Connelly In msimprpl, change to patch from Jaywalker regarding setting
Sat, 16 Feb 2008 20:20:12 +0000 Jeffrey Connelly In msimprpl, if the user signs in without any username set (this will happen
Wed, 06 Feb 2008 05:37:32 +0000 Jeffrey Connelly In msimprpl, if login fails, and the user's password is greater than
Sun, 20 Jan 2008 03:02:24 +0000 Jeffrey Connelly a
Mon, 14 Jan 2008 02:10:26 +0000 Jeffrey Connelly merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'
Mon, 14 Jan 2008 02:06:47 +0000 Jeffrey Connelly Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Sat, 17 Nov 2007 19:44:50 +0000 Evan Schoenberg disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'
Sat, 17 Nov 2007 19:39:21 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Fri, 28 Sep 2007 21:30:15 +0000 Evan Schoenberg Plucked mysapce tag parsing fixes
Tue, 18 Sep 2007 01:08:46 +0000 Jeffrey Connelly merge of 'abe5c21ff8b83812c256bc2b14a3f887ecc628b8'
Mon, 17 Sep 2007 03:47:45 +0000 Richard Laager merge of '34d642b12b7215d55fd032cd513a7e225715f19a'
Tue, 18 Sep 2007 00:57:39 +0000 Jeffrey Connelly In msimprpl, log unrecognized HTML tags received from the IM client, and
Mon, 17 Sep 2007 03:34:11 +0000 Jeffrey Connelly Add compile-time option MSIM_MARKUP_SHOW_UNKNOWN_TAGS, enabled by default
Mon, 10 Sep 2007 20:51:59 +0000 Richard Laager Remove the *_USE_ATTENTION_API markers everywhere.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 04 Sep 2007 05:01:25 +0000 Jeffrey Connelly If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete)
Mon, 03 Sep 2007 17:59:44 +0000 Jeffrey Connelly Update msimprpl to 0.18, targetting Pidgin/libpurple 2.2.0. msimprpl 0.17 was
Mon, 03 Sep 2007 06:39:42 +0000 Jeffrey Connelly Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1.
Mon, 27 Aug 2007 07:03:28 +0000 Jeffrey Connelly Replace homegrown str_replace() with purple_strreplace(), after discovering it.
Mon, 27 Aug 2007 02:29:15 +0000 Jeffrey Connelly On login, get contacts from server using msim_get_contact_list().
Sun, 26 Aug 2007 08:20:49 +0000 Jeffrey Connelly Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
Sun, 26 Aug 2007 07:37:28 +0000 Jeffrey Connelly In msimprpl, move user-related code to a new user module, and move other
Sun, 26 Aug 2007 06:51:17 +0000 Jeffrey Connelly In msimprpl, move formatting functions to a markup module. It only exposes
Sun, 26 Aug 2007 06:30:41 +0000 Jeffrey Connelly In msimprpl, move zap-related code to a separate module.