log libpurple/dnsquery.h @ 32827:4a34689eeb33 default tip

age author description
Fri, 02 Sep 2011 01:57:25 +0000 Elliott Sales de Andrade Replace purple_dnsquery_a_account with purple_dnsquery_a.
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Thu, 24 Mar 2011 23:22:29 +0000 thijsalkemade Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms
Sun, 04 Oct 2009 17:53:22 +0000 Paul Aurich Document the opaque structure. Refs #10432.
Sun, 14 Oct 2007 19:51:55 +0000 Richard Laager Fix a typo in a Doxygen comment.
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Wed, 12 Sep 2007 13:44:12 +0000 Will Thompson merge of 'cecaf2df51b21064a99e3ca0588ae11a7b499b42'
Wed, 15 Aug 2007 22:06:40 +0000 Will Thompson Add doxygen fu to the DNS UiOps.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 29 Apr 2007 22:02:47 +0000 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 25 Feb 2007 23:02:25 +0000 Evan Schoenberg No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
Sun, 25 Feb 2007 21:41:59 +0000 Evan Schoenberg Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
Sun, 25 Feb 2007 18:43:25 +0000 Evan Schoenberg The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/