log libpurple/blist.h @ 30386:ca90b6c27eb8

age author description
2009-12-11 Gary Kramlich added purple_contact_get_group
2009-12-11 Gary Kramlich added some api for the media caps member of PurpleBuddy
2009-10-20 maiku Add media_caps to PurpleBuddy structure and use it to determine the old caps
2009-08-30 Paul Aurich Fix a bunch of doxygen warnings.
2009-07-27 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
2009-07-12 Paul Aurich Free the buddy list data some more at shutdown and some deprecations.
2009-05-01 Paul Aurich Me fail English? That's unpossible!
2009-05-01 Paul Aurich Use more efficient purple_find_buddies in bonjour.
2009-04-20 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1ae2b55502a0afd8f28918fc4726683c52e998e9)
2009-03-27 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
2009-03-12 Paul Aurich More documentation (mostly little changes)
2009-03-12 Paul Aurich Exposing the GHashTable seems crazy to me. See #8644.
2009-04-11 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
2009-04-09 Nick Hebner Add purple_{buddy,chat,group,contact}_destroy to the blist API, free
2009-03-17 Mark Doliner Uh, I think this comment is wrong. Or the code is wrong and does silly
2009-01-26 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-26 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
2008-12-13 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
2008-11-03 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.
2008-11-02 Sadrul Habib Chowdhury A couple of minor fixes.
2008-11-02 Gary Kramlich Hide PurpleBlist
2008-10-31 Sadrul Habib Chowdhury Alias foo. I think blist.h structs are now completely hidden.
2008-10-31 Richard Laager Deprecate the unused purple_buddy_get_local_alias() function.
2008-10-31 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
2008-10-30 Richard Laager Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
2008-12-11 Florian Quèze Remove the commas at the end of enumerator lists. This resolves warnings
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-10-30 Richard Laager Fix some macros to work with hidden structs.
2008-10-30 Gary Kramlich use some additional preproc logic to avoid copying the structs directly into the implementation files
2008-10-28 Gary Kramlich Hide the blistnode, buddy, contact, group, and chat structs
2008-06-15 Will Thompson Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
2008-05-13 Etan Reisner Add the purple_blist_update_node_icon function and deprecate the
2008-05-11 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
2008-04-16 Mark Doliner Super minor documentation improvement
2008-01-27 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
2008-01-26 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
2008-01-22 Sadrul Habib Chowdhury Add an accessor function for PurpleChat.
2008-01-21 Sadrul Habib Chowdhury Add some accessor functions for PurpleBlistNode.
2007-12-22 Etan Reisner Fix up a doxygen comment about a function return value.
2007-11-17 Sadrul Habib Chowdhury merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'
2007-11-15 Daniel Atallah Fix something I mistyped.
2007-11-15 Daniel Atallah Clarify what purple_blist_remove_buddy() does somewhat.
2007-10-12 Richard Laager merge of '87d5331b62c3e62aaacddc0fe0a8c3f0787cda2b'
2007-10-12 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)
2007-10-10 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)
2007-10-06 Richard Laager Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch
2007-10-06 Will Thompson All the links to libpurple signal pages were in the comment containing the
2007-11-14 Sadrul Habib Chowdhury disapproval of revision 'c4c1aaf98e7151d26c98319886253eaa74d317bd'
2007-10-03 Sadrul Habib Chowdhury A request field for buddylist nodes.
2007-09-19 Sadrul Habib Chowdhury Looking at purple_contact_set_alias and purple_blist_alias_contact functions
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-07-06 Will Thompson Add a missing apostrophe in a comment.
2007-06-29 Sadrul Habib Chowdhury Add links to the signal documents in the API documents.
2007-05-31 Sadrul Habib Chowdhury New function purple_blist_node_get_type.
2007-05-02 Sadrul Habib Chowdhury Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/