2011-10-02 |
Kevin Stange |
I guess I shouldn't copy/paste code while running out the door.
|
2011-10-02 |
Kevin Stange |
Restore a union member lost in the merge due to struct hiding.
|
2011-10-02 |
Kevin Stange |
merge of '1b285d0b375fbd5e778db6bb852a7b089feb16a3'
|
2011-10-01 |
Kevin Stange |
Add accessors for _PurpleAccount.ui_data
|
2011-10-01 |
Kevin Stange |
merge of '71541bfa4634807a1cfe0f67a9d648e640d4e293'
|
2011-10-01 |
Kevin Stange |
disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2'
|
2011-10-01 |
andrew victor |
The intention is to make PurpleAccount a private structure in account.c, so merge
|
2011-10-01 |
andrew victor |
_PurpleAccount.ui_data is unused.
|
2011-10-01 |
andrew victor |
Fix for previous commit.
|
2011-10-01 |
andrew victor |
Convert code to use the purple_account accessor functions.
|
2011-10-01 |
andrew victor |
Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
|
2011-10-01 |
andrew victor |
Hide structs PurpleAccountOption and PurpleAccountUserSplit.
|
2011-10-01 |
andrew victor |
Hide struct _PurpleConversation.
|
2011-10-02 |
Kevin Stange |
disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'
|
2011-10-01 |
andrew victor |
Use purple_conversation accessor methods.
|
2011-10-01 |
andrew victor |
More code changed to use the accessor functions.
|
2011-10-01 |
andrew victor |
nullprpl also updated to use accessor methods.
|
2011-10-01 |
andrew victor |
Use purple_conversation accessor methods.
|
2011-10-01 |
andrew victor |
PURPLE_CONV_TYPE_MISC never actually used.
|
2011-10-01 |
andrew victor |
Hide struct _PurpleConvChatBuddy.
|
2011-10-01 |
andrew victor |
Hide struct _PurpleConvIm.
|
2011-10-01 |
andrew victor |
Hide struct _PurpleConvChat.
|
2011-10-01 |
andrew victor |
Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.
|
2011-09-29 |
Elliott Sales de Andrade |
Correct Perl API for purple_util_fetch_url.
|
2011-09-29 |
Elliott Sales de Andrade |
Correct API Changelog for renamed entries.
|
2011-09-25 |
Elliott Sales de Andrade |
merge of '9912972220e43702dfc027a7d3b30db1697ed746'
|
2011-09-25 |
andrew victor |
Remove the special case of fd=0 in purple_xfer_start().
|
2011-09-25 |
andrew victor |
purple_xfer_is_canceled() renamed to purple_xfer_is_cancelled()
|