log libpurple/protocols/myspace/myspace.c @ 31872:a5b556ac1de5

age author description
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Tue, 03 May 2011 05:31:38 +0000 Paul Aurich Silence a swath of warnings regarding set-but-unused.
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Mon, 14 Feb 2011 01:01:37 +0000 Mark Doliner Attempt to fix a crash I've seen a few times. I think it happens if you
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Sun, 04 Apr 2010 04:31:54 +0000 Paul Aurich Eliminate the name collisions on "Title". I have a few qualms:
Mon, 22 Feb 2010 19:23:55 +0000 Paul Aurich Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
Wed, 29 Oct 2008 20:17:21 +0000 Marcus Lundblad Removed _ALLOW_ATTENTION from connection flags
Tue, 28 Oct 2008 23:08:13 +0000 Marcus Lundblad Added connection flag ALLOW_ATTENTION
Fri, 05 Feb 2010 02:39:59 +0000 Mark Doliner Paul Aurich helped me make this cleaner, because he's such a good person!
Fri, 05 Feb 2010 02:36:30 +0000 Mark Doliner Oh, we need to make sure the buddy is on our protocol before trying to
Fri, 05 Feb 2010 01:18:18 +0000 Mark Doliner Check if memory has been freed by looking at its contents does not work
Thu, 04 Feb 2010 22:41:02 +0000 Mark Doliner Make sure we free myspace buddy proto_data when we disconnect. I believe
Thu, 14 Jan 2010 19:49:03 +0000 Mark Doliner Call msim_user_free here to make sure we cancel url_data and free one or
Thu, 13 Aug 2009 15:55:19 +0000 Paul Aurich Explicitly add a stub for the status mood myspace messages. Closes #9887.
Thu, 13 Aug 2009 00:01:21 +0000 Mark Doliner Ignore unknown MySpace messages instead of trying to treat them like
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 06 Jul 2009 07:26:12 +0000 Mark Doliner I think we can assume that read() isn't going to read more than
Tue, 23 Jun 2009 05:53:14 +0000 Mark Doliner Fix a few problems with our myspace login response:
Tue, 23 Jun 2009 05:40:34 +0000 Mark Doliner Rename MSIM_BM_INSTANT_ACTION_OR_IM to MSIM_BM_ACTION_OR_IM_INSTANT
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Fri, 19 Jun 2009 07:20:49 +0000 Mark Doliner Show a friendlier error message on myspace when your username or password
Fri, 19 Jun 2009 07:13:20 +0000 Mark Doliner Try to make this string a little more human, and flow better in its
Thu, 04 Jun 2009 05:19:49 +0000 Mark Doliner Change the way we parse messages on MySpace a little bit. This
Wed, 03 Jun 2009 21:46:05 +0000 Mark Doliner Stop exiting early from this function. I don't believe it harms anything
Sun, 10 May 2009 22:29:28 +0000 Ka-Hing Cheung Qulogic pointed out that glib has G_N_ELEMENTS already
Sun, 10 May 2009 22:06:08 +0000 Ka-Hing Cheung correctly NULL terminate all the arrays since that's what gtknotify assumes,
Fri, 10 Apr 2009 06:18:08 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Wed, 01 Apr 2009 04:25:37 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head a609160715ae18beed98b084aac19bc0f6551362)
Fri, 27 Mar 2009 09:44:36 +0000 Mark Doliner Oh no this one is wrong. msim_set_status_code() calls msim_send() which