2007-10-27 |
Will Thompson |
Make PurpleAccount keep track of the last connection error suffered (or not, if
|
2007-10-06 |
Will Thompson |
All the links to libpurple signal pages were in the comment containing the
|
2007-09-16 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
2007-09-10 |
Daniel Atallah |
merge of '1c7910841138381c841363256ca3c7905b1f26b0'
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-28 |
Andreas Monitzer |
merge of 'c3b6e088483d70780a3365f7111d2fbd2cc81e4e'
|
2007-08-14 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
|
2007-08-12 |
Daniel Atallah |
Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
|
2007-08-08 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
|
2007-07-31 |
Andreas Monitzer |
Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
|
2007-08-10 |
Will Thompson |
Correct the types of the authorize_cb and deny_cb parameters of
|
2007-08-06 |
Will Thompson |
Document PurpleAccountUiOps, and fix a documentation typo.
|
2007-07-30 |
Andreas Monitzer |
Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
|
2007-07-11 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
|
2007-06-19 |
Sadrul Habib Chowdhury |
Move the define in internal.h instead.
|
2007-06-19 |
Sadrul Habib Chowdhury |
G_GNUC_NULL_TERMINATED requires a high glib version. So define it to
|
2007-06-18 |
Sadrul Habib Chowdhury |
Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated
|
2007-06-16 |
Richard Laager |
Re-fix the DBus list handling code by killing const GList* / const GSList*
|
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-22 |
Andreas Monitzer |
Simplified registration callback per request of Sean.
|
2007-06-22 |
Andreas Monitzer |
Implemented a callback for a successful registration, supplying the username and password to the application when available, in the way explained by Sean.
|
2007-06-18 |
Andreas Monitzer |
Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
|
2007-06-18 |
Andreas Monitzer |
Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
|
2007-04-29 |
Gary Kramlich |
Initial addition of padding for ui_ops and other class-like structs
|
2007-04-25 |
Richard Laager |
Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
|
2007-04-16 |
Richard Laager |
Doxygen updates. This eliminated all the warnings from Doxygen.
|
2007-04-15 |
Nathan Walp |
patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
|
2007-03-26 |
Mark Doliner |
A little doxygen love and some tiny gaim->purpleisms
|
2007-03-19 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
2007-01-31 |
Evan Schoenberg |
The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
|
2007-01-20 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|