log libpurple/protocols/bonjour/buddy.c @ 32827:4a34689eeb33 default tip

age author description
Mon, 08 Dec 2008 17:57:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
Fri, 31 Oct 2008 08:21:45 +0000 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
Thu, 30 Oct 2008 20:08:29 +0000 Richard Laager Use purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
Mon, 08 Dec 2008 05:20:44 +0000 Richard Laager Fix Bonjour to better deal with buddy values set to the empty string.
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Thu, 30 Oct 2008 20:02:30 +0000 Richard Laager More Bonjour struct hiding fixes.
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Thu, 19 Jun 2008 02:56:37 +0000 Daniel Atallah applied changes from 3d595739f53a259d5dae408a05f64d2836f02ac9
Fri, 16 May 2008 18:21:09 +0000 Daniel Atallah Bonjour buddies will be saved persistently if they're moved out of the
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).
Sun, 21 Oct 2007 04:44:56 +0000 Luke Schierer applied changes from e9e74094baa29c6f5589385507221a2502b817fb
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
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, 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.
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 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 01:50:01 +0000 Daniel Atallah Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
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.
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 15:28:00 +0000 Daniel Atallah Close conversation connections when logging out of the Bonjour account. This also fixes leakage.
Wed, 06 Jun 2007 03:21:04 +0000 Daniel Atallah Fix leakage.
Tue, 05 Jun 2007 22:23:10 +0000 Daniel Atallah Improve bonjour buddy TXT record parsing.
Tue, 05 Jun 2007 13:59:55 +0000 Daniel Atallah Don't force Bonjour buddies to have firstname, lastname and status TXT records - they are optional. Also, minor cleanup and use glib to allocate memory instead of the crt.
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.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/