Mon, 04 May 2009 03:14:12 +0000 |
Paul Aurich |
Break the links before telling the UI to remove the node
|
Mon, 04 May 2009 02:54:55 +0000 |
Paul Aurich |
Fix a crash (from the single instance path) and leak of the node UI data.
|
Sun, 03 May 2009 17:10:51 +0000 |
Paul Aurich |
Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
|
Fri, 01 May 2009 08:07:12 +0000 |
hanzz |
Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewrite purple_ssi_parselist to take advantage of said efficiency.
|
Sun, 12 Apr 2009 21:30:33 +0000 |
Paul Aurich |
Plug leak of PurpleContact->alias
|
Sat, 11 Apr 2009 17:41:18 +0000 |
Paul Aurich |
merge of 'c21c65b2cb75f7371f96b652c904d2d83a072cc5'
|
Sat, 11 Apr 2009 06:01:36 +0000 |
Sadrul Habib Chowdhury |
Reset some global data when uninit-ing. Fixes a crash on quit.
|
Sat, 11 Apr 2009 17:41:10 +0000 |
Paul Aurich |
Change purple_blist_get_buddies to return a list instead of the hash table.
|
Fri, 10 Apr 2009 01:18:15 +0000 |
Mike Ruprecht |
Fix purple_buddy_destroy crash on exit.
|
Thu, 09 Apr 2009 17:33:20 +0000 |
Nick Hebner |
Add purple_{buddy,chat,group,contact}_destroy to the blist API, free
|
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
|
Thu, 22 Jan 2009 19:46:18 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
Tue, 06 Jan 2009 03:39:51 +0000 |
Paul Aurich |
Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
|
Fri, 02 Jan 2009 22:28:34 +0000 |
Richard Laager |
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
|
Fri, 02 Jan 2009 22:23:38 +0000 |
Richard Laager |
explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'
|
Sun, 16 Nov 2008 06:57:47 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
|
Fri, 14 Nov 2008 05:32:35 +0000 |
Richard Laager |
Update some casts (that the script didn't fix correctly) to GObject macros.
|
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 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 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()
|
Tue, 20 Jan 2009 02:33:43 +0000 |
Paul Aurich |
Fix a segfault when deleting an account without an associated prpl. Reported by adi1 in #pidgin.
|
Mon, 22 Dec 2008 22:01:34 +0000 |
Mark Doliner |
Fix two related bugs:
|
Thu, 18 Dec 2008 02:03:20 +0000 |
Mark Doliner |
We have a prpl function "buddy_free" that I don't think any of our
|
Sat, 15 Nov 2008 03:53:25 +0000 |
Sadrul Habib Chowdhury |
Use normalized chat names when searching for chats. This fixes an issue
|
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 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
|