log libpurple/blist.c @ 30397:7eeb5a9d1d80

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 the buddy-caps-changed signal in order to tell when a buddy's media caps
2009-10-01 Sadrul Habib Chowdhury Do not special case the first group added to the buddy list.
2009-09-02 Paul Aurich La la la, oops. HanzZ pointed this (leak) out.
2009-07-27 aman Optimize blist searching with lots and lots of empty groups
2009-07-27 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
2009-07-21 Etan Reisner merge of '5a2bb37da0d5add24e122a13a827437ecae61ad3'
2009-07-10 Etan Reisner Returning FALSE from a function that is suposed to return a PurpleChat * is
2009-07-18 Paul Aurich corner case: the first group wasn't being put into the hash table.
2009-07-16 Paul Aurich Better hash function for the PurpleBuddy lookup hashtables.
2009-07-16 Paul Aurich Further minor optimizations to blist-lookup code.
2009-07-16 aman Use a hash table for looking up PurpleGroup:s.
2009-07-12 Paul Aurich Fix a warning.
2009-07-12 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 90138fae4d2350d166f730736ecea9ee8e20ecdb)
2009-07-06 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
2009-06-07 Paul Aurich Remove a now-superfluous g_strdup/g_free.
2009-07-12 Paul Aurich Free the buddy list data some more at shutdown and some deprecations.
2009-07-02 Elliott Sales de Andrade This variable doesn't seem necessary for anything.
2009-06-03 Paul Aurich Strip unprintable UTF-8 characters from buddy list strings. Fixes #8776.
2009-05-16 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
2009-05-04 Paul Aurich Break the links before telling the UI to remove the node
2009-05-04 Paul Aurich Fix a crash (from the single instance path) and leak of the node UI data.
2009-05-03 Paul Aurich Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
2009-05-01 hanzz Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewrite purple_ssi_parselist to take advantage of said efficiency.
2009-04-12 Paul Aurich Plug leak of PurpleContact->alias
2009-04-11 Paul Aurich merge of 'c21c65b2cb75f7371f96b652c904d2d83a072cc5'
2009-04-11 Sadrul Habib Chowdhury Reset some global data when uninit-ing. Fixes a crash on quit.
2009-04-11 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
2009-04-10 Mike Ruprecht Fix purple_buddy_destroy crash on exit.