log libpurple/protocols/bonjour/buddy.c @ 32819:2c6510167895 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()
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Mon, 08 Dec 2008 05:20:44 +0000 Richard Laager Fix Bonjour to better deal with buddy values set to the empty string.
Thu, 30 Oct 2008 20:02:30 +0000 Richard Laager More Bonjour struct hiding fixes.
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.