log libpurple/protocols/myspace/myspace.c @ 32819:2c6510167895 default tip

age author description
Tue, 18 Oct 2011 21:02:58 +0000 andrew victor Myspace: Move "inpa" input watcher into protocol_data.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Mon, 05 Sep 2011 21:11:07 +0000 andrew victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.
Sat, 03 Sep 2011 23:30:40 +0000 Elliott Sales de Andrade Move struct_size to the beginning of the struct. Even if we don't
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
Mon, 29 Aug 2011 22:08:01 +0000 andrew victor Convert myspace prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
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