log libpurple/util.h @ 23025:2565ccc4898c

age author description
2008-05-11 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
2008-04-16 Mark Doliner Super minor documentation improvement
2008-04-04 Mark Doliner Documentation changes
2008-03-05 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
2008-02-26 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
2008-02-19 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
2008-01-05 Sadrul Habib Chowdhury Utility functions to set and format song information. Closes #4398.
2007-12-18 Sadrul Habib Chowdhury Update the changelogs, and the @since doxy-tags for new functions.
2007-12-18 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
2007-10-15 Richard Laager Add and call a purple_util_uninit() to free user_dir and customer_home_dir
2007-10-19 Luke Schierer applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-08-28 Daniel Atallah Fix purple_util_write_data_to_file signature.
2007-08-28 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
2007-08-25 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
2007-08-24 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.
2007-06-29 Will Thompson Remove static meify from yahoochat.c and replace use of it with
2007-06-24 Nathan Walp support replying to XEP-0202 queries
2007-06-04 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
2007-05-25 William Ehlhardt - Add purple_base16_encode_chunked, which is handy for key fingerprints.
2007-04-27 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
2007-04-24 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
2007-04-16 Richard Laager Doxygen updates. This eliminated all the warnings from Doxygen.
2007-04-15 Mark Doliner Slightly more descriptive
2007-04-13 Richard Laager Patch cleanups:
2007-04-13 Shlomi Loubaton Patch from shlomil in ticket #78.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-18 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.
2007-02-11 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.
2007-01-26 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.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/