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-22 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-06 |
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
|
2009-01-02 |
Richard Laager |
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
|
2009-01-02 |
Richard Laager |
explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'
|
2008-11-16 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
|
2008-11-14 |
Richard Laager |
Update some casts (that the script didn't fix correctly) to GObject macros.
|
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 |
Gary Kramlich |
Hide PurpleBlist
|
2008-10-31 |
Sadrul Habib Chowdhury |
Alias foo. I think blist.h structs are now completely hidden.
|
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()
|
2009-01-20 |
Paul Aurich |
Fix a segfault when deleting an account without an associated prpl. Reported by adi1 in #pidgin.
|
2008-12-22 |
Mark Doliner |
Fix two related bugs:
|
2008-12-18 |
Mark Doliner |
We have a prpl function "buddy_free" that I don't think any of our
|
2008-11-15 |
Sadrul Habib Chowdhury |
Use normalized chat names when searching for chats. This fixes an issue
|
2008-10-30 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
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-05-21 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
|
2008-05-16 |
Etan Reisner |
merge of '979e05e68e2d32cdffe65f350b71fd6e6ae89af9'
|
2008-05-13 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 64263ae223a317116a83aab2c6a2a36b4c308d7b)
|
2008-05-13 |
Sadrul Habib Chowdhury |
Make group names case insensitive, which is the case in the official MSN,
|
2008-05-13 |
Etan Reisner |
Update some calls to the functions I just deprecated.
|
2008-05-13 |
Etan Reisner |
Add the purple_blist_update_node_icon function and deprecate the
|
2008-05-16 |
Daniel Atallah |
When defaulting a group, don't move it to the bottom if it exists.
|
2008-05-13 |
Daniel Atallah |
For chats created using the "normal" (i.e. Join a Chat) flow, there will always
|
2008-04-22 |
Stu Tomlinson |
Leak fix. This is probably quite serious if you have busy chats on your
|
2008-02-22 |
John Bailey |
Kill off some uses of account->gc.
|
2008-02-03 |
John Bailey |
Kill off gc->prpl in the core everywhere but connection.c (when the struct
|
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-23 |
Sadrul Habib Chowdhury |
When computing priority buddies for a contact, a buddy on an online account will always have a higher priority over a buddy on an offline account.
|
2008-01-22 |
Sadrul Habib Chowdhury |
Add an accessor function for PurpleChat.
|
2008-01-21 |
Sadrul Habib Chowdhury |
Add some accessor functions for PurpleBlistNode.
|
2008-01-03 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
2007-12-03 |
Will Thompson |
Correct a comment typo: a group is being added to the blist, not a chat.
|
2007-09-24 |
Mark Doliner |
Consider offline contacts when calculating the priority buddy. I
|
2007-09-19 |
Sadrul Habib Chowdhury |
Looking at purple_contact_set_alias and purple_blist_alias_contact functions
|
2007-09-28 |
Richard Laager |
applied changes from 8075949b7612e77d6eaa5f0d3cbf98f40715f948
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-25 |
Jeffrey Connelly |
If purple_blist_add_{chat,buddy} is called with a group or chat that isn't
|
2007-08-24 |
Jeffrey Connelly |
Add an assertion in purple_blist_add_{chat,buddy} to return if a buddy was
|
2007-06-17 |
Richard Laager |
Near as I can tell, we don't use this PATHSIZE anywhere.
|
2007-06-16 |
Richard Laager |
merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'
|
2007-06-16 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
|
2007-06-16 |
Sadrul Habib Chowdhury |
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'
|
2007-06-15 |
Sean Egan |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
|
2007-06-16 |
Richard Laager |
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
|
2007-06-07 |
Richard Laager |
Mark the return type const for the following functions. I noticed this
|
2007-06-04 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
|
2007-05-19 |
Richard Laager |
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
|
2007-06-15 |
Sadrul Habib Chowdhury |
merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
|
2007-05-31 |
Sadrul Habib Chowdhury |
New function purple_blist_node_get_type.
|
2007-06-10 |
Stu Tomlinson |
Fix purple_blist_remove_buddy() so it doesn't crash (NULL pointer
|
2007-05-03 |
Sean Egan |
Change some of the PurplePresence stuff to reflect how it's actually used
|
2007-05-02 |
Sadrul Habib Chowdhury |
We don't really need an active connection to get the name of a chat.
|
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 |
Richard Laager |
Fix up the private function calls to be prefixed with an underscore.
|