log libpurple/protocols/bonjour/mdns_avahi.c @ 30633:7a4f51a1e156

age author description
Mon, 04 Oct 2010 00:48:25 +0000 Daniel Atallah The hostname used for a bonjour account should always be the current machine
Fri, 17 Sep 2010 14:32:31 +0000 Daniel Atallah Specify an IPv6 scope on the IP address being used to reference a Bonjour Buddy.
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Wed, 24 Feb 2010 05:00:09 +0000 Daniel Atallah Implementation of IPv6 support for Bonjour
Fri, 06 Nov 2009 04:21:47 +0000 Daniel Atallah Add some additional debug output to the avahi mdns implemenation.
Sun, 02 Aug 2009 05:34:11 +0000 Paul Aurich Don't use pointers (even opaquely) once they're freed. Closes #9822.
Sat, 23 May 2009 07:08:00 +0000 Elliott Sales de Andrade Correctly ignore Avahi's informational events when querying records for the
Fri, 31 Oct 2008 01:22:53 +0000 Gary Kramlich Finished moving to api for bonjour
Fri, 16 May 2008 18:21:09 +0000 Daniel Atallah Bonjour buddies will be saved persistently if they're moved out of the
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.
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).
Fri, 30 Nov 2007 21:29:18 +0000 Daniel Atallah Don't advertise our presence in avahi on IPv6 or listen for sevices since we don't support receiving connections from or connecting to IPv6 buddies. If someone needs to do that, they can submit a patch. Fixes #4188.
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.
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.')