log libpurple/core.c @ 32510:821942586292

age author description
Fri, 18 Mar 2011 02:59:12 +0000 Richard Laager Drop the .gaim -> .purple migration code
Wed, 16 Sep 2009 15:41:33 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
Sat, 22 Aug 2009 21:47:20 +0000 John Bailey Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
Thu, 03 Sep 2009 20:53:52 +0000 Mark Doliner "err" already exists--just set it to NULL.
Sun, 28 Jun 2009 06:21:40 +0000 Paul Aurich Remove duplicated call to purple_theme_manager_init()
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Tue, 28 Apr 2009 19:10:04 +0000 Ka-Hing Cheung don't uninit accounts until savedstatus and status are uninited, this was
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:36:34 +0000 Nick Hebner Call purple_log_uninit() in purple_core_uninit().
Wed, 29 Apr 2009 00:41:37 +0000 Ethan Blanton Alternate, API-safe fix for #8774 (crash on exit)
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
Wed, 28 Jan 2009 10:23:37 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
Mon, 26 Jan 2009 10:38:33 +0000 Mark Doliner Uninitialize the certificate API before unloading the SSL plugin. This
Mon, 26 Jan 2009 06:03:06 +0000 Mark Doliner * Alphabetize files in a few Makefile.am files
Thu, 22 Jan 2009 19:46:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
Thu, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Tue, 06 Jan 2009 04:09:36 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
Tue, 06 Jan 2009 03:52:31 +0000 Paul Aurich Fix the issue with the themes not showing up in the list.
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
Fri, 02 Jan 2009 22:35:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Mon, 01 Dec 2008 17:04:29 +0000 Richard Laager Fix some theme manager assertion failures.
Thu, 30 Oct 2008 03:03:55 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 06e4830f3567955e026f3d594afcc65a07d57b26)
Thu, 28 Aug 2008 13:25:32 +0000 Gary Kramlich renamed sound-loader.[ch] to sound-theme-loader.[ch]
Tue, 27 Jan 2009 04:36:30 +0000 Elliott Sales de Andrade Fix a crash on exit with a patch from im.pidgin.next.minor.
Tue, 20 Jan 2009 04:45:56 +0000 Daniel Atallah Clean up merges from the last two (un)disapprovals.
Tue, 20 Jan 2009 04:39:54 +0000 Daniel Atallah merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'
Tue, 20 Jan 2009 04:31:14 +0000 Paul Aurich Reorder (and document) purple_core_quit() so that the prefs_uninit() fixes can
Tue, 20 Jan 2009 04:39:46 +0000 Daniel Atallah disapproval of revision 'd61c2fc82b19cd2629b498d903d7018d41a00108'
Fri, 09 Jan 2009 03:57:01 +0000 Daniel Atallah disapproval of revision 'c1eb11b61c6c6756eba2e3aa380e4e4e09db0914'
Sat, 03 Jan 2009 18:37:37 +0000 Daniel Atallah Rearrange prefs uninitialization now that it actually does something.
Thu, 01 Jan 2009 16:51:09 +0000 Paul Aurich Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.
Thu, 09 Oct 2008 11:57:28 +0000 Richard Laager Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.
Wed, 06 Aug 2008 02:39:40 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
Sun, 13 Jul 2008 15:51:38 +0000 Sadrul Habib Chowdhury Initialize the commands subsystem before the plugins.
Sun, 06 Jul 2008 05:57:26 +0000 Justin Rodriguez Changed the theme_manager_init function to do less, makes it cleaner and faster (won't have to build
Sun, 22 Jun 2008 03:07:07 +0000 Justin Rodriguez more gobject fixed
Sat, 21 Jun 2008 05:55:58 +0000 Justin Rodriguez Fixed purple sound loader class init function (bug on startup) and added shell sound theme selector
Wed, 02 Jul 2008 23:50:59 +0000 Sadrul Habib Chowdhury cmd-added and cmd-removed signals to emit when commands are registered/unregistered.
Mon, 26 May 2008 14:30:00 +0000 Evan Schoenberg If plugins are enabled and some protocols or plugins are also being compiled
Mon, 26 May 2008 06:31:12 +0000 Richard Laager Revert 159826573dec53526cd1237639fdf5cf13826cf4 to fix a TODO about calling
Wed, 21 May 2008 02:09:00 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
Mon, 28 Apr 2008 00:01:07 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
Fri, 16 May 2008 18:19:36 +0000 Stu Tomlinson Initialize the glib type system early in purple_core_init() too so UIs
Tue, 18 Mar 2008 00:48:33 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
Tue, 19 Feb 2008 19:41:56 +0000 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and
Fri, 25 Apr 2008 20:35:32 +0000 Sadrul Habib Chowdhury Remove code that tried to show the buddylist from the core (but didn't
Sun, 09 Mar 2008 13:53:47 +0000 Stu Tomlinson Avoid a compile warning when building with NetworkManager support because
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Sun, 28 Oct 2007 00:46:45 +0000 Will Thompson Connect to connection-error in account.c so that the account error is actually
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Mon, 15 Oct 2007 00:41:22 +0000 Richard Laager Add and call a purple_util_uninit() to free user_dir and customer_home_dir
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 28 Aug 2007 03:59:44 +0000 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
Sun, 12 Aug 2007 20:48:34 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
Wed, 18 Jul 2007 00:10:00 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e7e92461f2b02e785115d22ecca6212d9142a206)
Wed, 27 Jun 2007 00:16:58 +0000 William Ehlhardt - Certificate system now has init and uninit like other systems
Tue, 31 Jul 2007 03:26:05 +0000 Daniel Atallah Fix stun to work on startup (this is is a temporary hack until purple_prefs_load() happens in the core). Fixes #2334
Mon, 02 Jul 2007 03:26:08 +0000 Nathan Walp core support for UI info...now to do the UI piece
Fri, 22 Jun 2007 22:34:44 +0000 Sadrul Habib Chowdhury Uninit the dbus system before uniniting the signals.
Wed, 20 Jun 2007 01:28:57 +0000 Stu Tomlinson Bring back MAXPATHLEN (which was always guaranteed to be defined earlier
Sun, 17 Jun 2007 03:00:15 +0000 Richard Laager Use dynamicly allocated string manipulation here as well to avoid a
Sat, 19 May 2007 08:01:02 +0000 Richard Laager Style changes.
Sat, 19 May 2007 06:55:53 +0000 Richard Laager merge of 'bc75c50283ea211d6f97caefcb83db0e34e10bfe'
Wed, 16 May 2007 20:03:47 +0000 Richard Laager merge of 'a1ba1e5be5adb02dcd76cbde3bc4d88287bff6a2'
Wed, 16 May 2007 20:00:20 +0000 Richard Laager Minor formatting tweaks for the dbus_uniq code.
Wed, 16 May 2007 20:51:28 +0000 Gabriel Schulhof Added purple_core_quit to cleanup.
Wed, 16 May 2007 20:01:00 +0000 Gabriel Schulhof Braces around an if.
Wed, 16 May 2007 19:35:17 +0000 Gabriel Schulhof Style changes + removed unnecessary NULL checks.
Tue, 15 May 2007 20:41:36 +0000 Gabriel Schulhof Alternative dbus_uniq implementation
Mon, 30 Apr 2007 04:39:13 +0000 Sean Egan Solicit bug reports
Sun, 29 Apr 2007 07:36:06 +0000 Richard Laager Fix up the private function calls to be prefixed with an underscore.
Sat, 28 Apr 2007 23:25:43 +0000 Ka-Hing Cheung #386: readlink does not append NUL to the end of buffer
Sat, 28 Apr 2007 18:09:26 +0000 Sadrul Habib Chowdhury Part of the patch in ticket #383:
Sat, 28 Apr 2007 00:11:10 +0000 Luke Schierer <Bleeter> hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
Fri, 27 Apr 2007 03:41:50 +0000 Sean Egan Proper error checking on fwrite() call
Fri, 27 Apr 2007 02:29:55 +0000 Sean Egan Make sure you back up your .gaim directoy. And fix a compile error in perl. I think it's the right way.
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 23 Apr 2007 16:57:12 +0000 Richard Laager The core portion of the migration code. This is implemented as I described
Wed, 11 Apr 2007 14:46:04 +0000 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 11 Feb 2007 00:46:43 +0000 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/