summaryrefslogtreecommitdiff
path: root/libpurple/blist.c
Commit message (Expand)AuthorAgeFilesLines
* Delete buddy pounces when removing a buddy. Fixes #1131.Kartik Mohta2011-04-081-0/+4
* added purple_contact_get_groupGary Kramlich2009-12-111-0/+8
* added some api for the media caps member of PurpleBuddyGary Kramlich2009-12-111-0/+12
* Add the buddy-caps-changed signal in order to tell when a buddy's media capsMichael Ruprecht2009-10-201-0/+7
* Do not special case the first group added to the buddy list.Sadrul Habib Chowdhury2009-10-011-10/+6
* La la la, oops. HanzZ pointed this (leak) out.Paul Aurich2009-09-021-1/+1
* Optimize blist searching with lots and lots of empty groupsAman Gupta2009-07-271-0/+6
* Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.Jan Kaluza2009-07-271-28/+113
* merge of '8a058554f86508b8aff7b45367184ff0b4cd3adc'Etan Reisner2009-07-211-36/+67
|\
| * corner case: the first group wasn't being put into the hash table.Paul Aurich2009-07-181-3/+6
| * Better hash function for the PurpleBuddy lookup hashtables.Paul Aurich2009-07-161-1/+1
| * Further minor optimizations to blist-lookup code.Paul Aurich2009-07-161-25/+16
| * Use a hash table for looking up PurpleGroup:s.Aman Gupta2009-07-161-6/+37
| * Fix a warning.Paul Aurich2009-07-121-1/+3
| * propagate from branch 'im.pidgin.pidgin' (head 67040a12ab531fd2b55c6bf403bc87...Paul Aurich2009-07-121-1/+7
| |\
| | * Free the buddy list data some more at shutdown and some deprecations.Paul Aurich2009-07-121-1/+7
| * | propagate from branch 'im.pidgin.pidgin' (head b0ea939829a3c6d164d6dd1c4cd55a...Paul Aurich2009-07-061-3/+1
| |\ \ | | |/ | |/|
| | * Remove a now-superfluous g_strdup/g_free.Paul Aurich2009-06-071-3/+1
* | | Returning FALSE from a function that is suposed to return a PurpleChat * isEtan Reisner2009-07-101-2/+2
|/ /
* | This variable doesn't seem necessary for anything.Elliott Sales de Andrade2009-07-021-2/+0
|/
* Strip unprintable UTF-8 characters from buddy list strings. Fixes #8776.Paul Aurich2009-06-031-26/+64
* A patch from Scott Wolchok to replace snprintf() with g_snprintf() andRichard Laager2009-05-161-4/+4
* Break the links before telling the UI to remove the nodePaul Aurich2009-05-041-0/+4
* Fix a crash (from the single instance path) and leak of the node UI data.Paul Aurich2009-05-041-0/+10
* Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309Paul Aurich2009-05-031-0/+31
* Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewri...Jan Kaluza2009-05-011-14/+98
* Plug leak of PurpleContact->aliasPaul Aurich2009-04-121-0/+1
* merge of 'd357735ec4b1c045879168c825c9a280bd1116a0'Paul Aurich2009-04-111-2/+15
|\
| * Change purple_blist_get_buddies to return a list instead of the hash table.Paul Aurich2009-04-111-2/+15
* | Reset some global data when uninit-ing. Fixes a crash on quit.Sadrul Habib Chowdhury2009-04-111-1/+2
|/
* Fix purple_buddy_destroy crash on exit.Michael Ruprecht2009-04-101-3/+5
* Add purple_{buddy,chat,group,contact}_destroy to the blist API, freeNick Hebner2009-04-091-43/+97
* Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-3/+3
* Remove trailing whitespaceMark Doliner2009-01-261-1/+1
* propagate from branch 'im.pidgin.pidgin' (head 1bc731764f9350e649865aa63550c7...Sadrul Habib Chowdhury2009-01-211-2/+3
|\
| * Fix a segfault when deleting an account without an associated prpl. Reported ...Paul Aurich2009-01-201-2/+3
* | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-14/+14
* | explicit merge of 'a4359f8d6420120f500339b6fe48677e700f088f'Richard Laager2009-01-021-16/+73
|\ \ | |/ |/|
| * explicit merge of 'f7ef17277d80385cfe528045bc7fd46175996e23'Richard Laager2009-01-021-16/+73
| |\
| | * propagate from branch 'im.pidgin.pidgin' (head 3481a3320313e30def5c9767cfdb69...Richard Laager2008-11-161-2/+5
| | |\
| | * | Update some casts (that the script didn't fix correctly) to GObject macros.Richard Laager2008-11-141-16/+17
| | * | Added purple_blist_get_ui_data, purple_blist_set_ui_data, purple_blist_node_g...Gary Kramlich2008-11-031-0/+27
| | * | Hide PurpleBlistGary Kramlich2008-11-021-0/+6
| | * | Alias foo. I think blist.h structs are now completely hidden.Sadrul Habib Chowdhury2008-10-311-0/+6
| | * | propagate from branch 'im.pidgin.pidgin' (head 328a7b5211ba8112c8978d5b81f5e3...Richard Laager2008-10-311-4/+2
| | |\ \
| | * | | Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()Richard Laager2008-10-301-0/+17
* | | | | Fix two related bugs:Mark Doliner2008-12-221-1/+1
|/ / / /
* | | | We have a prpl function "buddy_free" that I don't think any of ourMark Doliner2008-12-181-0/+11
| |_|/ |/| |
* | | Use normalized chat names when searching for chats. This fixes an issueSadrul Habib Chowdhury2008-11-151-2/+5
| |/ |/|
* | Build everything with the *_DISABLE_DEPRECATED flags set. This allows usRichard Laager2008-10-301-4/+2
|/