log libpurple/protocols/bonjour/bonjour.c @ 20776:f3cfcbbac3d8

age author description
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Fri, 19 Oct 2007 18:14:53 +0000 Luke Schierer applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
Fri, 19 Oct 2007 17:10:04 +0000 Luke Schierer applied changes from fbb7ffaf4075cf690cc3ff9d171e56320e9af8da
Tue, 18 Sep 2007 16:32:01 +0000 Will Thompson Fix up Bonjour to use purple_connection_error_reason.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 06:51:29 +0000 Mark Doliner We have got an empty fullname, set it to NULL so that we fall back to
Tue, 04 Sep 2007 19:00:57 +0000 Daniel Atallah Lookup the default First and Last name values for bonjour on win32 in a thread to avoid delays when the plugin is being loaded. Apparently for some people the delay is quite significant when they're part of a domain, but the domain server isn't accessible.
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.
Thu, 09 Aug 2007 22:37:06 +0000 Daniel Atallah Add data to the bonjour tooltip.
Thu, 09 Aug 2007 22:10:44 +0000 Daniel Atallah Show bonjour status messages in the buddy list.
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.
Fri, 20 Jul 2007 22:24:10 +0000 Daniel Atallah Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
Fri, 08 Jun 2007 15:28:00 +0000 Daniel Atallah Close conversation connections when logging out of the Bonjour account. This also fixes leakage.
Fri, 08 Jun 2007 06:04:06 +0000 Daniel Atallah Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.
Wed, 06 Jun 2007 03:22:06 +0000 Daniel Atallah Improve Bonjour error handling when there are errors "connecting".