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

age author description
Sat, 24 Sep 2011 21:10:41 +0000 andrew victor Remove deprecated purple_network_listen_map_external().
Sat, 24 Sep 2011 20:36:47 +0000 andrew victor Remove the deprecated purple_network_listen(), and rename the newer
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().
Tue, 23 Aug 2011 04:32:43 +0000 Mark Doliner Use accessor functions in a few places
Tue, 03 May 2011 16:37:16 +0000 Daniel Atallah bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.
Tue, 03 May 2011 16:12:36 +0000 Simon van der Linden bonjour: Recurse through user IP addresses instead of using the first one only
Mon, 04 Oct 2010 02:36:19 +0000 Daniel Atallah Use IPV6_V6ONLY for the bonjour IPv6 socket so that we can register the separate IPv4 socket on the same port. Fixes #12657
Mon, 04 Oct 2010 00:48:25 +0000 Daniel Atallah The hostname used for a bonjour account should always be the current machine
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Mon, 17 May 2010 01:01:13 +0000 Stu Tomlinson I before E, except after C
Thu, 13 May 2010 21:01:34 +0000 Paul Aurich bonjour: Fix a crash-on-disconnect I introduced. Closes #11851
Tue, 13 Apr 2010 02:49:18 +0000 Paul Aurich .
Sun, 28 Mar 2010 18:08:38 +0000 Paul Aurich Fix two related on-disconnect double frees.
Wed, 24 Feb 2010 05:00:09 +0000 Daniel Atallah Implementation of IPv6 support for Bonjour
Mon, 06 Jul 2009 05:22:25 +0000 Mark Doliner Make some error messages more uniform.
Thu, 18 Jun 2009 23:36:55 +0000 Mark Doliner Pass the gc as the handle in a bunch of calls to purple_proxy_connect
Fri, 01 May 2009 16:25:56 +0000 Paul Aurich Use more efficient purple_find_buddies in bonjour.
Sat, 11 Apr 2009 17:41:10 +0000 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Thu, 15 Jan 2009 22:46:15 +0000 Gary Kramlich a few struct hiding clean ups
Sat, 13 Dec 2008 21:13:04 +0000 Sadrul Habib Chowdhury merge of '0bf6462dd433df38943094bbed0393698d91a037'
Fri, 12 Dec 2008 20:24:24 +0000 Richard Laager Fix up the propagate from im.pidgin.pidgin
Fri, 12 Dec 2008 20:03:58 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Sun, 02 Nov 2008 10:21:19 +0000 Gary Kramlich Finished struct hiding in bonjour and qq
Fri, 31 Oct 2008 08:21:45 +0000 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
Fri, 31 Oct 2008 01:22:53 +0000 Gary Kramlich Finished moving to api for bonjour
Sat, 21 Feb 2009 22:10:27 +0000 Daniel Atallah Better support running many Bonjour clients on the same machine by allowing a
Wed, 10 Dec 2008 02:44:03 +0000 Daniel Atallah Further cleanup to fix CID 373.
Wed, 10 Dec 2008 02:28:30 +0000 Daniel Atallah Fix CID 399 - I'm reasonably sure this couldn't ever actually cause a NULL deref.