log libpurple/protocols/bonjour/mdns_common.c @ 32776:8c71a7e95f16

age author description
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 02:33:28 +0000 Daniel Atallah Deal with the hostname being a substring of the account name prior to the '@'
Mon, 04 Oct 2010 00:48:25 +0000 Daniel Atallah The hostname used for a bonjour account should always be the current machine
Tue, 30 Sep 2008 00:49:53 +0000 Daniel Atallah Prevent DNS-SD TXT record strings from exceeding the maximum length.
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.')
Thu, 16 Aug 2007 00:29:17 +0000 Daniel Atallah Take advantage of the fact that our buddy icon filenames are SHA-1 hashes to avoid recalculating them in the bonjour protocol. I noticed that it wasn't calculating the hash correctly anyway while doing this.
Fri, 10 Aug 2007 01:29:48 +0000 Daniel Atallah Yay for code reuse.
Thu, 09 Aug 2007 02:33:17 +0000 Daniel Atallah _mdns_retrieve_retrieve_buddy_icon() - what kind of crack am I on anyway?
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: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.
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: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.