log libpurple/plugin.c @ 31504:00bd105ebe4d

age author description
2009-08-22 John Bailey Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
2009-07-28 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-07-28 Stu Tomlinson Automatically detect if running under valgrind and don't close plugin
2009-07-19 Ka-Hing Cheung disapproval of revision '2737ff4628bd5f26d780a2ccee47e88fe3765947'
2009-07-19 Ka-Hing Cheung 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
2009-07-18 Paul Aurich Add PURPLE_LEAKCHECK_HELP environment variable. See ChangeLog.
2009-07-04 Etan Reisner merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec'
2009-06-28 Etan Reisner NULL-ify the loader_info->exts member. Fixes a crash if UIs repeatedly init
2009-06-25 Etan Reisner merge of '67e253d9bff41f028ffc609c776f70dae52b614b'
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-06-21 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
2009-06-18 Etan Reisner Add a purple_plugins_get_search_paths function.
2009-04-10 Elliott Sales de Andrade Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order
2009-04-09 Nick Hebner Various libpurple uninit memory cleanups.
2009-04-29 Ethan Blanton disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'
2009-04-28 Ethan Blanton applied changes from 8c5b1d77b08657a2e236e8efe9bc2920f763911e
2009-01-06 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
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-06 Daniel Atallah The remainder of a patch from fqueze to fix some incorrect *printf() function
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-05-18 Sadrul Habib Chowdhury Use a little more helpful debug message when a plugin can't be loaded.
2008-04-25 Daniel Atallah Use g_strdup() instead of strdup (doesn't really matter as it is never
2008-04-25 Sadrul Habib Chowdhury Fix a bug where the list of loaded plugins would get removed when
2008-03-02 Sadrul Habib Chowdhury Allow translation/transliteration foo in the plugin window tooltip.
2007-12-30 Sadrul Habib Chowdhury Fix a double-free when unloading dependent plugins. Fixes #4488.
2007-11-19 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
2007-11-14 Mark Doliner Compile when plugins are disabled
2007-10-07 Richard Laager * Add purple_plugin_disable() to prevent plugins from loading on the next
2007-10-07 Richard Laager Use g_list_delete_link() instead of g_list_remove() in this new code, as
2007-10-07 Richard Laager Re-add a loop I removed in b5acf346a6ed692acc613d71a9ebbfcf4726cc63. It's
2007-10-06 Richard Laager Fix a syntax error so this compiles.
2007-10-06 Richard Laager Remove some TODOs on deprecated code.
2007-10-06 Richard Laager Honor the return value of a plugin's unload function.
2007-10-18 Etan Reisner Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit
2007-10-19 Sadrul Habib Chowdhury applied changes from 63162f419a649bdd77b85cff73c4c490ec863ed1
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-07-24 Daniel Atallah Fix core plugin dependency registering for gtkbuddynote to happen in plugin_init() so that it can work correctly. Add an additional sanity check in the core plugin unloading so that messed up dependency registrations don't cause crashes in the future. Thanks to deryni for helping figure this out.
2007-05-16 Gabriel Schulhof Style changes + removed unnecessary NULL checks.
2007-05-13 Gabriel Schulhof D-Bus unique stuff. Had to add a few NULL-checks here and there, because
2007-03-26 Richard Laager merge of '479ec3bc42bb56e872fb1e8d5975ee5cc73f9cb8'
2007-03-25 Mark Doliner Get rid of an unnecessary strdup
2007-03-24 Richard Laager A small fix to the patch from ecoffey: Gary pointed out that the strcmp()
2007-03-24 Richard Laager SF Patch #1686400 from Eoin Coffey ("ecoffey")
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-30 Sean Egan This renames the binary to 'pidgin', and I think it properly
2007-01-22 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/