log libpurple/core.c @ 23345:dd146aa7d74d

age author description
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
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
Tue, 18 Mar 2008 00:48:33 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
Sun, 09 Mar 2008 13:53:47 +0000 Stu Tomlinson Avoid a compile warning when building with NetworkManager support because
Tue, 19 Feb 2008 19:41:56 +0000 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and
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.