log libpurple/util.h @ 28088:58f29c0286fe

age author description
2009-07-11 Paul Aurich Add purple_ipv6_address_is_valid; guess what it does?
2009-07-07 Etan Reisner ChangeLog.API and @since mark purple_markup_escape_text.
2009-07-06 Mark Doliner Create a purple_markup_escape_text() function and use it in one place
2009-06-04 Paul Aurich @since!
2009-06-03 Paul Aurich Add purple_utf8_strip_unprintables and use it on outgoing XMPP messages.
2009-06-03 Sadrul Habib Chowdhury Add a utlity function purple_markup_is_rtl
2009-06-03 Paul Aurich Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.
2009-05-30 John Bailey Add yet another URL fetching function. This one takes an account as a
2009-05-02 Paul Aurich Sadrul pointed me at g_markup_escape_text, thanks!
2009-05-02 Paul Aurich Escape all the values when appending them to the Entity Caps verification str.
2009-04-05 Paul Aurich Add PURPLE to the media header sentinels and reorder includes to fix building gf2
2007-08-28 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c323420a0b3b17b1eba64763c01038ddf05ff0c2)
2007-08-25 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 40c25a37a614d9667d4cf190640316f92edbe3d6)
2007-07-01 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 414f0770611139752d484f4831cb59038456c9bf)
2007-06-24 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 9beed54f9b14fec268ec3cecae10261a9d43e1c8)
2007-06-17 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)
2007-04-28 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f11ff4f3f5929845b5a51662b200df16da7e550f)
2007-04-25 Yoshiki Yazawa yaz patch has been applied.
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
2009-01-26 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
2009-01-06 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
2009-02-12 Etan Reisner I'm pretty sure this is what we meant here.
2008-08-15 Elliott Sales de Andrade disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
2008-08-15 Stu Tomlinson Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
2008-08-08 Daniel Atallah Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
2008-07-13 Sadrul Habib Chowdhury Add purple_get_host_name to get the hostname of the machine.
2008-05-25 Richard Laager Use "email" and "Email" consistently. This is potentially controversial,
2008-05-12 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)
2008-04-28 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
2008-03-05 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
2008-02-19 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
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-02-26 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
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.