log libpurple/protocols/bonjour/mdns_win32.c @ 21527:5b9da9db7e81

age author description
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.
Thu, 09 Aug 2007 22:10:44 +0000 Daniel Atallah Show bonjour status messages in the buddy list.
Thu, 09 Aug 2007 02:33:17 +0000 Daniel Atallah _mdns_retrieve_retrieve_buddy_icon() - what kind of crack am I on anyway?
Thu, 09 Aug 2007 02:17:18 +0000 Daniel Atallah Calculate the icon hash instead of using the current phsh value - iChat seems to update the TXT record before updating the NULL record containing image data, this causes the old image to be retrieved - perhaps we should re-fetch when this happens?
Wed, 08 Aug 2007 22:47:38 +0000 Daniel Atallah Fix recieving status updates for bonjour (win32 implementation).
Wed, 08 Aug 2007 18:14:46 +0000 Daniel Atallah Fix bonjour buddy icons to work with iChat.
Wed, 08 Aug 2007 01:50:01 +0000 Daniel Atallah Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
Mon, 06 Aug 2007 00:12:52 +0000 Daniel Atallah More minor leak fixes and cleanup to bonjour.
Sun, 05 Aug 2007 02:50:48 +0000 Daniel Atallah Implement bonjour buddy icons in the win32 implementation. Avahi's howl wrapper doesn't implement sw_discovery_query_record(), so we can't do it elsewhere yet.
Sun, 05 Aug 2007 02:44:53 +0000 Daniel Atallah Refactor the bonjour mdns implementation abstraction in preparation for the avahi implementation. Also fix alias assignment from the server to populate the server alias instead of the local alias.
Tue, 31 Jul 2007 23:23:25 +0000 Daniel Atallah Update the Bonjour prpl to use libxml explicitly instead of the xml_node stuff. This allows us to deal with partial reads. I also fixed issues related to starting conversations with iChat and a couple other things. Fixes #2022,#1652
Mon, 25 Jun 2007 02:16:58 +0000 Stu Tomlinson More compile fixes from rekkanoryo for G_GNUC_NULL_TERMINATED issues
Fri, 08 Jun 2007 05:06:47 +0000 Daniel Atallah advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.
Tue, 05 Jun 2007 22:30:06 +0000 Daniel Atallah Fix network byte order issues with win32 bonjour stuff. Also copy the buddy's ip address so that subsequent calls don't overwrite it (it already is being copied and freed because of the howl implementation).
Tue, 05 Jun 2007 22:27:07 +0000 Daniel Atallah Cleanup win32 of bonjour stuff - fix to only use glib to allocate and free memory to avoid confusion later.
Tue, 05 Jun 2007 22:23:10 +0000 Daniel Atallah Improve bonjour buddy TXT record parsing.
Tue, 05 Jun 2007 22:13:10 +0000 Daniel Atallah Clean up Bonjour service publishing and improve XEP-0174 compliance.
Tue, 05 Jun 2007 03:38:22 +0000 Daniel Atallah This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.