log libpurple/protocols/bonjour/mdns_avahi.c @ 32672:3828a61c44da

age author description
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Wed, 30 Nov 2011 01:16:33 +0000 Ethan Blanton propagate from branch 'im.pidgin.pidgin.2.x.y' (head bc79b1bf09dcfa1d8edac86a06761fce7416e69c)
Wed, 30 Nov 2011 00:58:50 +0000 linus luessing Append interface ID only to local interfaces for IPv6 Bonjour.
Mon, 29 Aug 2011 21:32:30 +0000 andrew victor Convert bonjour prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
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.')
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, 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 18:32:19 +0000 Daniel Atallah Implement setting buddy icons for avahi implementation. Fix receiving status changes and some other fixes.
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:30:03 +0000 Daniel Atallah merge of '27e06af9a3657aa4d9664c8f17f3aee8ebc41e65'
Wed, 08 Aug 2007 18:14:46 +0000 Daniel Atallah Fix bonjour buddy icons to work with iChat.
Wed, 08 Aug 2007 01:57:39 +0000 Daniel Atallah merge of 'dd8e64b939e2f2a23c37594e322f73dd5548a85c'
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.
Wed, 08 Aug 2007 01:57:08 +0000 Daniel Atallah Avahi bonjour implementation of receiving buddy icons.
Mon, 06 Aug 2007 00:00:45 +0000 Daniel Atallah Here is a native avahi implementation of the bonjour prpl that I whipped up. Someone more autofoo savvy will probably want to review what I've done to that stuff. Fixes #326.