log libpurple/util.h @ 31832:73b005a20d06

age author description
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from
Sat, 17 Apr 2010 01:33:19 +0000 Paul Aurich Oops, I forgot to save this before committing.
Sat, 17 Apr 2010 01:27:04 +0000 Paul Aurich Add network listen functions that accept a family argument (AF_INET(6?)).
Mon, 29 Mar 2010 23:35:35 +0000 Mark Doliner Remove a bunch of old references to prpl-oscar
Wed, 10 Feb 2010 04:05:50 +0000 Paul Aurich Combine the three purple_unescape_text()s into one.
Wed, 10 Feb 2010 04:01:16 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 16b06c832bb37014304670307b6db672c94d5dd0)
Thu, 22 Oct 2009 00:22:31 +0000 maiku Include signals.h to provide PurpleCallback. I guess all the other places
Tue, 13 Oct 2009 22:13:57 +0000 Marcus Lundblad Broke out the generation of random UUIDs to its own function
Wed, 10 Feb 2010 04:01:08 +0000 Paul Aurich Might as well make this comment accurate.
Sun, 30 Aug 2009 04:00:51 +0000 Paul Aurich Fix a bunch of doxygen warnings.
Thu, 27 Aug 2009 23:59:30 +0000 Paul Aurich Hmm, g_unichar_isgraph is too restrictive in the characters allowed (it munges \t). Change purple_utf8_strip_unprintables to simply remove ASCII control characters instead.
Sat, 11 Jul 2009 07:32:27 +0000 Paul Aurich Add purple_ipv6_address_is_valid; guess what it does?
Tue, 07 Jul 2009 00:23:09 +0000 Etan Reisner ChangeLog.API and @since mark purple_markup_escape_text.
Mon, 06 Jul 2009 23:46:56 +0000 Mark Doliner Create a purple_markup_escape_text() function and use it in one place
Thu, 04 Jun 2009 01:18:45 +0000 Paul Aurich @since!