log

age author description
Fri, 26 Aug 2011 18:25:12 +0000 andrew victor Convert the irc prpl to use the new API.
Fri, 26 Aug 2011 18:20:25 +0000 andrew victor Convert the bonjour prpl to use the new API.
Fri, 26 Aug 2011 18:10:05 +0000 andrew victor Convert the mxit prpl to use the new API.
Fri, 26 Aug 2011 17:59:08 +0000 andrew victor Introduce API purple_xfer_get_protocol_data() and purple_xfer_set_protocol_data().
Fri, 26 Aug 2011 19:26:33 +0000 Daniel Atallah Remove wpurple_rename(). I suspect nobody actually ever used it directly
Fri, 26 Aug 2011 05:05:30 +0000 Mark Doliner This got hide-a-struct'ed
Fri, 26 Aug 2011 05:00:46 +0000 Mark Doliner Fix two compile warnings. Did I do that? I totally didn't notice. My bad.
Thu, 25 Aug 2011 07:36:54 +0000 andrew victor Fix build-breakage introduced by 9000557e8a6b7649547a10cfc0fe85dbb8ce661d.
Thu, 25 Aug 2011 06:40:04 +0000 andrew victor merge of '832455fec73731ef93c992a46f78b79981bb4105'
Wed, 24 Aug 2011 06:45:30 +0000 andrew victor merge of 'b11803e108556a29e1204a3ff1fd00a0890d7733'
Tue, 23 Aug 2011 08:33:52 +0000 andrew victor Fixed properly now.
Tue, 23 Aug 2011 08:23:36 +0000 andrew victor Rather use the accessor function purple_account_get_username().
Thu, 25 Aug 2011 04:40:34 +0000 masca merge of '1ca17dd26ee879f7580c72b03d018e444e0a5144'
Thu, 25 Aug 2011 04:15:16 +0000 masca Hide PurpleValue.
Wed, 24 Aug 2011 04:38:46 +0000 masca I want to play hide-a-struct too
Wed, 24 Aug 2011 17:54:39 +0000 Mark Doliner In our forked DNS resolver processes, don't bail out if we get a retryable
Wed, 24 Aug 2011 15:06:36 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.x.y' (head a3c911b63a6bec656108e0a50da6a7ad325558ec)
Wed, 24 Aug 2011 15:05:10 +0000 Daniel Atallah Fix parameter types passed to ShellExecuteW(). One of these is just a warning
Wed, 24 Aug 2011 03:52:06 +0000 Elliott Sales de Andrade Allow toggling debug and verbose debug from a conversation window.
Wed, 24 Aug 2011 03:30:47 +0000 Elliott Sales de Andrade Fix the _add_pair_html/plaintext calls.
Wed, 24 Aug 2011 03:16:23 +0000 Elliott Sales de Andrade merge of '08d226d73f31ff54304b484070031adbae481095'
Wed, 24 Aug 2011 03:09:22 +0000 Elliott Sales de Andrade 'U' messages don't get ack'd, so they shouldn't be saved.
Tue, 23 Aug 2011 21:39:07 +0000 andrew victor Use PurpleXfer accessor functions.
Tue, 23 Aug 2011 21:06:12 +0000 andrew victor Use accessor functions where available.
Tue, 23 Aug 2011 20:57:19 +0000 andrew victor Rather access PurpleBuddy->proto_data using the accessor functions.
Tue, 23 Aug 2011 20:48:43 +0000 andrew victor Don't access PurpleBuddy->proto_data directly, rather use the accessor functions.
Tue, 23 Aug 2011 20:43:41 +0000 andrew victor Don't access PurpleConnection->proto_data directly, rather use the access functions.
Tue, 23 Aug 2011 05:43:51 +0000 Mark Doliner Some struct hiding. What a pain.
Tue, 23 Aug 2011 04:37:58 +0000 Mark Doliner Hide-a-Struct
Tue, 23 Aug 2011 04:32:43 +0000 Mark Doliner Use accessor functions in a few places