log libpurple/plugin.c @ 32776:804239d704ff

age author description
Fri, 02 Sep 2011 21:15:24 +0000 Elliott Sales de Andrade Remove deprecated plugin functions. I guess no-one asked for a
Sat, 22 Aug 2009 21:47:20 +0000 John Bailey Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
Fri, 31 Jul 2009 06:23:50 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 592fe2e2316aeff56f4671a5767dffe1fb57003d)
Tue, 28 Jul 2009 01:23:39 +0000 Stu Tomlinson Automatically detect if running under valgrind and don't close plugin
Sun, 19 Jul 2009 22:39:41 +0000 Ka-Hing Cheung disapproval of revision '2737ff4628bd5f26d780a2ccee47e88fe3765947'
Sun, 19 Jul 2009 22:29:44 +0000 Ka-Hing Cheung 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
Sat, 18 Jul 2009 05:26:23 +0000 Paul Aurich Add PURPLE_LEAKCHECK_HELP environment variable. See ChangeLog.
Sat, 04 Jul 2009 17:36:07 +0000 Etan Reisner merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec'
Sun, 28 Jun 2009 06:04:35 +0000 Etan Reisner NULL-ify the loader_info->exts member. Fixes a crash if UIs repeatedly init
Thu, 25 Jun 2009 05:38:35 +0000 Etan Reisner merge of '67e253d9bff41f028ffc609c776f70dae52b614b'
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 18 Jun 2009 22:48:49 +0000 Etan Reisner Add a purple_plugins_get_search_paths function.
Fri, 10 Apr 2009 05:57:23 +0000 Elliott Sales de Andrade Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order
Thu, 09 Apr 2009 17:38:45 +0000 Nick Hebner Various libpurple uninit memory cleanups.
Tue, 06 Jan 2009 04:09:36 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
Tue, 06 Jan 2009 03:39:51 +0000 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
Wed, 29 Apr 2009 00:39:13 +0000 Ethan Blanton disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'
Tue, 28 Apr 2009 20:51:59 +0000 Ethan Blanton applied changes from 8c5b1d77b08657a2e236e8efe9bc2920f763911e
Tue, 06 Jan 2009 02:28:10 +0000 Daniel Atallah The remainder of a patch from fqueze to fix some incorrect *printf() function
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Sun, 18 May 2008 19:59:27 +0000 Sadrul Habib Chowdhury Use a little more helpful debug message when a plugin can't be loaded.
Fri, 25 Apr 2008 17:57:54 +0000 Daniel Atallah Use g_strdup() instead of strdup (doesn't really matter as it is never
Fri, 25 Apr 2008 05:53:48 +0000 Sadrul Habib Chowdhury Fix a bug where the list of loaded plugins would get removed when
Sun, 02 Mar 2008 16:43:22 +0000 Sadrul Habib Chowdhury Allow translation/transliteration foo in the plugin window tooltip.
Sun, 30 Dec 2007 13:53:57 +0000 Sadrul Habib Chowdhury Fix a double-free when unloading dependent plugins. Fixes #4488.
Mon, 19 Nov 2007 23:06:16 +0000 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
Wed, 14 Nov 2007 23:09:03 +0000 Mark Doliner Compile when plugins are disabled
Sun, 07 Oct 2007 16:02:55 +0000 Richard Laager * Add purple_plugin_disable() to prevent plugins from loading on the next
Sun, 07 Oct 2007 14:27:59 +0000 Richard Laager Use g_list_delete_link() instead of g_list_remove() in this new code, as