log libpurple/prpl.h @ 24965:bcedd3b2ca69

age author description
2008-12-17 Mark Doliner Add a comment that 0 should be used when a buddies idle time is unknown
2008-12-11 Florian Quèze Remove the commas at the end of enumerator lists. This resolves warnings
2008-12-04 Richard Laager Fix a typo in Mark's new comment.
2008-12-04 Mark Doliner Add a comment for the meaning of the return value of this function,
2008-07-19 Elliott Sales de Andrade Add purple_prpl_got_attention_in_chat, then deprecate
2008-06-15 Will Thompson document PurpleAttentionType slightly
2008-05-26 Will Thompson Add doxycomment for PurpleBuddyIcon; tweak that of PurpleBuddyIconSpec.
2008-05-12 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head ba6112dabbb907fd5e93c30e0f5228e557949d69)
2008-05-05 Sadrul Habib Chowdhury Patch from Jaywalker to let prpls add some helpful text for some account
2008-05-05 Sadrul Habib Chowdhury Use up the last padding for PurplePluginProtocolInfo in a way that allows
2008-04-30 Sadrul Habib Chowdhury merge of '0df1437fe05dad8b69aac22bcd7cb8851ca4ebeb'
2008-04-30 Sadrul Habib Chowdhury disapproval of revision '38c3a1050aefc66e1c541e3d91ae6f7fe6930559'
2008-04-30 John Bailey This modifies Jaywalker's patch to use a GHashTable, per Stu's suggestion in
2008-04-30 Sadrul Habib Chowdhury disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270'
2008-04-30 John Bailey This patch from Jaywalker enables text to appear in the screen name entry box.
2008-05-11 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
2008-04-28 Richard Laager Fix a typo in a doc comment.
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-12-03 Will Thompson De-magic number the prpl_info->keepalive interval, and document it.
2007-11-12 Mark Doliner Get rid of a few silly doxygen warnings
2007-10-28 Will Thompson Document PurplePluginProtocolInfo.get_cb_real_name
2007-10-27 Will Thompson Documentation tweaks for the write_conv uiop and for prpl_info.offline_message.
2007-10-14 Richard Laager Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.
2007-10-12 Will Thompson Add some (but not much!) documentation to PurplePluginProtocolInfo.
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-10 Richard Laager - Rename attention_types to get_attention_types, which seems more standard.
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 Fixed merge errors stemming from the fact that the main branch and my branch both added something to the prpl struct
2007-08-27 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)
2007-08-27 Jeffrey Connelly Change serv_send_attention() to call prpl_info->send_attention(), and
2007-08-27 Jeffrey Connelly In the attention API, use the PURPLE_NOTIFY_MESSAGE flag to serv_got_im()
2007-08-25 Jeffrey Connelly Attention API for nudges/buzzes/zaps of various protocols.
2007-08-20 Jeffrey Connelly propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
2007-08-16 Will Thompson Add marginally better doxygen magic to PurplePluginProtocolInfo
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-14 Jeffrey Connelly disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'
2007-08-13 Jeffrey Connelly Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes
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-18 Sadrul Habib Chowdhury Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated
2007-06-02 Stu Tomlinson Mostly taken from the patch on ticket #410, don't send unknown slash
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 Removed one padding field from PurplePluginProtocolInfo to stay source compatible.
2007-06-18 Andreas Monitzer Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
2007-06-17 Andreas Monitzer Implemented user tune, currently untested.
2007-05-25 Daniel Atallah Don't include unistd.h if HAVE_UNISTD_H isn't defined.
2007-05-05 Richard Laager s/Jabber/XMPP in user-visible places.
2007-05-01 Luke Schierer disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
2007-05-01 Richard Laager s/Jabber/XMPP/ in user-visible places.
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-04-25 Richard Laager merge of 'd7d0a64f6106322f89cd6f19e0a0a3488e5dc1a8'
2007-04-19 Jeffrey Connelly Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT.
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-03-19 Sean Egan sed -ie 's/gaim/purple/g'
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-30 Sean Egan Emblems in the blist
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/