log libpurple/blist.h @ 32827:4a34689eeb33 default tip

age author description
Mon, 31 Oct 2011 20:35:39 +0000 andrew victor Add purple_contact_get_contact_size().
Sun, 25 Sep 2011 18:56:58 +0000 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Mon, 05 Sep 2011 20:08:59 +0000 andrew victor purple_buddy_get_local_alias() has been deprecated since 2.6.0, and can be removed for 3.0.0.
Mon, 05 Sep 2011 20:02:49 +0000 andrew victor purple_contact_set_alias() is deprecated, and can be removed for 3.0.0.
Mon, 05 Sep 2011 19:58:03 +0000 andrew victor purple_blist_update_buddy_icon() has been deprecated since 2.5.0, and can be removed now.
Fri, 11 Dec 2009 01:32:16 +0000 Gary Kramlich added purple_contact_get_group
Fri, 11 Dec 2009 00:54:46 +0000 Gary Kramlich added some api for the media caps member of PurpleBuddy
Tue, 20 Oct 2009 21:00:23 +0000 maiku Add media_caps to PurpleBuddy structure and use it to determine the old caps
Sun, 30 Aug 2009 04:00:51 +0000 Paul Aurich Fix a bunch of doxygen warnings.
Mon, 27 Jul 2009 05:20:52 +0000 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
Sun, 12 Jul 2009 02:55:36 +0000 Paul Aurich Free the buddy list data some more at shutdown and some deprecations.
Fri, 01 May 2009 22:40:41 +0000 Paul Aurich Me fail English? That's unpossible!
Fri, 01 May 2009 16:25:56 +0000 Paul Aurich Use more efficient purple_find_buddies in bonjour.
Mon, 20 Apr 2009 00:10:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1ae2b55502a0afd8f28918fc4726683c52e998e9)
Fri, 27 Mar 2009 07:52:26 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
Thu, 12 Mar 2009 06:19:15 +0000 Paul Aurich More documentation (mostly little changes)
Thu, 12 Mar 2009 05:56:04 +0000 Paul Aurich Exposing the GHashTable seems crazy to me. See #8644.
Sat, 11 Apr 2009 17:41:10 +0000 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
Thu, 09 Apr 2009 17:33:20 +0000 Nick Hebner Add purple_{buddy,chat,group,contact}_destroy to the blist API, free
Tue, 17 Mar 2009 00:56:37 +0000 Mark Doliner Uh, I think this comment is wrong. Or the code is wrong and does silly
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Mon, 26 Jan 2009 06:18:18 +0000 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Mon, 03 Nov 2008 04:48:23 +0000 Gary Kramlich Added purple_blist_get_ui_data, purple_blist_set_ui_data, purple_blist_node_get_ui_data, and purple_blist_node_set_ui_data functions.
Sun, 02 Nov 2008 18:39:39 +0000 Sadrul Habib Chowdhury A couple of minor fixes.
Sun, 02 Nov 2008 09:25:16 +0000 Gary Kramlich Hide PurpleBlist
Fri, 31 Oct 2008 21:06:26 +0000 Sadrul Habib Chowdhury Alias foo. I think blist.h structs are now completely hidden.
Fri, 31 Oct 2008 17:49:04 +0000 Richard Laager Deprecate the unused purple_buddy_get_local_alias() function.
Fri, 31 Oct 2008 08:21:45 +0000 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
Thu, 30 Oct 2008 20:07:46 +0000 Richard Laager Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
Thu, 11 Dec 2008 06:32:05 +0000 Florian Qu«²ze Remove the commas at the end of enumerator lists. This resolves warnings
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Thu, 30 Oct 2008 19:58:25 +0000 Richard Laager Fix some macros to work with hidden structs.
Thu, 30 Oct 2008 03:34:09 +0000 Gary Kramlich use some additional preproc logic to avoid copying the structs directly into the implementation files
Tue, 28 Oct 2008 04:22:57 +0000 Gary Kramlich Hide the blistnode, buddy, contact, group, and chat structs
Sun, 15 Jun 2008 12:56:30 +0000 Will Thompson Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
Tue, 13 May 2008 04:26:28 +0000 Etan Reisner Add the purple_blist_update_node_icon function and deprecate the
Sun, 11 May 2008 05:08:08 +0000 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
Wed, 16 Apr 2008 06:27:46 +0000 Mark Doliner Super minor documentation improvement
Sun, 27 Jan 2008 04:06:39 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Tue, 22 Jan 2008 02:59:56 +0000 Sadrul Habib Chowdhury Add an accessor function for PurpleChat.
Mon, 21 Jan 2008 19:43:55 +0000 Sadrul Habib Chowdhury Add some accessor functions for PurpleBlistNode.
Sat, 22 Dec 2007 17:54:30 +0000 Etan Reisner Fix up a doxygen comment about a function return value.
Sat, 17 Nov 2007 01:55:21 +0000 Sadrul Habib Chowdhury merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'
Thu, 15 Nov 2007 19:36:19 +0000 Daniel Atallah Fix something I mistyped.
Thu, 15 Nov 2007 17:25:34 +0000 Daniel Atallah Clarify what purple_blist_remove_buddy() does somewhat.
Fri, 12 Oct 2007 03:32:17 +0000 Richard Laager merge of '87d5331b62c3e62aaacddc0fe0a8c3f0787cda2b'
Fri, 12 Oct 2007 02:18:35 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)
Wed, 10 Oct 2007 03:57:39 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)
Sat, 06 Oct 2007 22:59:09 +0000 Richard Laager Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch
Sat, 06 Oct 2007 18:08:21 +0000 Will Thompson All the links to libpurple signal pages were in the comment containing the
Wed, 14 Nov 2007 03:15:32 +0000 Sadrul Habib Chowdhury disapproval of revision 'c4c1aaf98e7151d26c98319886253eaa74d317bd'
Wed, 03 Oct 2007 05:41:39 +0000 Sadrul Habib Chowdhury A request field for buddylist nodes.
Wed, 19 Sep 2007 10:01:45 +0000 Sadrul Habib Chowdhury Looking at purple_contact_set_alias and purple_blist_alias_contact functions
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Fri, 06 Jul 2007 13:43:28 +0000 Will Thompson Add a missing apostrophe in a comment.
Fri, 29 Jun 2007 15:30:22 +0000 Sadrul Habib Chowdhury Add links to the signal documents in the API documents.