2009-07-14 |
Mark Doliner |
Add a comment
|
2009-06-26 |
Etan Reisner |
Make the comment reflect that we are actually just stopping the typing
|
2009-04-26 |
Paul Aurich |
Add a new signal which is emitted (after the account is connected) if the
|
2009-04-09 |
Mike Ruprecht |
Switch media to store accounts rather than connections.
|
2009-03-28 |
Mike Ruprecht |
Don't assume a PurpleMedia instance will be created immediately.
|
2009-03-23 |
Mike Ruprecht |
Get rid of the rest of the extraneous changes.
|
2009-03-02 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
|
2009-02-11 |
Mike Ruprecht |
Change purple_prpl_can_do_media to purple_prpl_get_media_caps.
|
2009-01-19 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)
|
2008-11-06 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
|
2008-08-09 |
Mike Ruprecht |
Changed PurpleMediaStreamType to PurpleMediaSessionType.
|
2008-08-09 |
Mike Ruprecht |
Fixed up media functions in prpl.c and prpl.h, adding more documentation and
|
2008-08-09 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
|
2008-07-19 |
Mike Ruprecht |
Convert serv_* media functions to purple_prpl_* functions.
|
2009-01-26 |
Mark Doliner |
Remove trailing whitespace
|
2009-01-15 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
|
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-13 |
Mark Doliner |
I think it's reasonable for prpls to call purple_prpl_got_user_idle()
|
2008-10-26 |
Richard Laager |
Improve our NetworkManager support in a couple of ways:
|
2008-07-19 |
Elliott Sales de Andrade |
Add purple_prpl_got_attention_in_chat, then deprecate
|
2008-01-16 |
John Bailey |
const-ify paramteters to some of the new API I added. I thought I did this already.
|
2008-01-13 |
John Bailey |
This adds accessor and mutator API for the PurpleAttentionType struct.
|
2007-11-26 |
Sadrul Habib Chowdhury |
old_status can be NULL when [de]activating a non-exclusive status.
|
2007-09-28 |
Richard Laager |
applied changes from c9d6104bcfe2e630e98e45bc6a0975adfb9544e5
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-29 |
Sadrul Habib Chowdhury |
Deactivate only an active status.
|
2007-08-27 |
Evan Schoenberg |
After deactivating a status, call purple_blist_update_buddy_status() since the buddy's status has changed. I'm not sure if this fixes a bug in pidgin, but it definitely fixes display of contacts after they return from 'mobile' on AIM in Adium (Adium:#6943)
|
2007-06-16 |
Richard Laager |
Re-fix the DBus list handling code by killing const GList* / const GSList*
|
2007-06-15 |
Sadrul Habib Chowdhury |
Update the idleness and login-time for all the blistnodes of the same buddy.
|
2007-05-09 |
Nathan Walp |
this should fix 647, and a few others
|
2007-03-19 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
2007-02-09 |
Mark Doliner |
sf patch #1655057, from Peter Tang
|
2007-02-04 |
Sean Egan |
Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
|
2007-01-20 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|