log libpurple/plugin.h @ 23641:a06cbe1719a7

age author description
2008-07-15 Evan Schoenberg Allow macros in the plugin name when compiling statically.
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-10 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)
2007-10-07 Richard Laager * Add purple_plugin_disable() to prevent plugins from loading on the next
2007-10-07 Richard Laager I think we're doing the proper checks now, so remove a TODO. If this is
2007-10-06 Richard Laager Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch
2007-10-06 Richard Laager Deprecate the purple_plugins_register_* and purple_plugins_unregister_* functions. We have plugin-load and plugin-unload signals.
2007-10-17 Etan Reisner Replace a bunch of @return markers with @constreturn markers. I believe these
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-07-11 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
2007-06-29 Sadrul Habib Chowdhury Add links to the signal documents in the API documents.
2007-06-25 Andreas Monitzer The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium).
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/