log libpurple/protocols/bonjour/mdns_win32.c @ 22052:1be0d49532a1

age author description
Wed, 09 Jan 2008 19:07:16 +0000 Daniel Atallah Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.
Fri, 04 Jan 2008 20:41:08 +0000 Daniel Atallah Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
Fri, 04 Jan 2008 01:09:13 +0000 Daniel Atallah Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
Mon, 10 Dec 2007 03:50:58 +0000 Daniel Atallah Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
Thu, 15 Nov 2007 17:27:16 +0000 Daniel Atallah Various bugfixes including using purple_account_remove_buddy() in addition to purple_blist_remove_buddy() to make sure that the buddy gets cleaned up fully when logging out or we go offline.
Fri, 26 Oct 2007 05:10:16 +0000 Daniel Atallah Fix a leak of the dns query results.
Fri, 26 Oct 2007 04:52:56 +0000 Daniel Atallah Fix a double-free that was not fun to track down. Fixes #3688.
Wed, 03 Oct 2007 18:45:31 +0000 Daniel Atallah rlaager noticed that these comments shouldn't be processed by doxygen.
Fri, 19 Oct 2007 17:10:04 +0000 Luke Schierer applied changes from fbb7ffaf4075cf690cc3ff9d171e56320e9af8da
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Sun, 02 Sep 2007 17:54:44 +0000 Daniel Atallah Fix a couple potential leaks and prevent the avahi record resolver from being freed multiple times.
Fri, 24 Aug 2007 03:08:54 +0000 Sadrul Habib Chowdhury Reset unsigned int input handlers to 0 instead of -1.
Fri, 10 Aug 2007 01:29:48 +0000 Daniel Atallah Yay for code reuse.
Thu, 09 Aug 2007 22:49:53 +0000 Daniel Atallah Clear bonjour buddy values before resetting them so that we notice value removals.