log libpurple/util.h @ 21248:5915ad785ee7

age author description
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
Fri, 19 Oct 2007 18:30:30 +0000 Luke Schierer applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6
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 01:57:16 +0000 Daniel Atallah Fix purple_util_write_data_to_file signature.
Tue, 28 Aug 2007 01:14:08 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
Sat, 25 Aug 2007 20:32:15 +0000 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
Fri, 29 Jun 2007 19:36:31 +0000 Will Thompson Remove static meify from yahoochat.c and replace use of it with
Sun, 24 Jun 2007 04:53:36 +0000 Nathan Walp support replying to XEP-0202 queries
Mon, 04 Jun 2007 05:47:06 +0000 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
Fri, 25 May 2007 20:52:31 +0000 William Ehlhardt - Add purple_base16_encode_chunked, which is handy for key fingerprints.
Fri, 27 Apr 2007 03:45:56 +0000 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 16 Apr 2007 05:07:21 +0000 Richard Laager Doxygen updates. This eliminated all the warnings from Doxygen.
Sun, 15 Apr 2007 18:50:31 +0000 Mark Doliner Slightly more descriptive
Fri, 13 Apr 2007 04:15:14 +0000 Richard Laager Patch cleanups:
Fri, 13 Apr 2007 04:13:24 +0000 Shlomi Loubaton Patch from shlomil in ticket #78.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Feb 2007 18:16:57 +0000 Evan Schoenberg Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
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.
Fri, 26 Jan 2007 04:10:22 +0000 Sadrul Habib Chowdhury Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/