log libpurple/protocols/bonjour/jabber.c @ 26212:e5b0778f2e96

age author description
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
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.
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.
Wed, 10 Dec 2008 02:23:27 +0000 Daniel Atallah Clean up some stuff that the behavior has changed on to fix CID 398.
Thu, 30 Oct 2008 20:02:30 +0000 Richard Laager More Bonjour struct hiding fixes.
Mon, 22 Sep 2008 05:30:16 +0000 Sadrul Habib Chowdhury Looks like we need to convert the message into XHTML first. Fixes #7160.
Thu, 28 Aug 2008 04:12:31 +0000 Daniel Atallah Don't arbitrarily default font settings when none are specified for incoming
Tue, 12 Aug 2008 23:03:31 +0000 Daniel Atallah These fds don't need to be inherited by child processes.
Sat, 19 Jul 2008 00:18:18 +0000 Daniel Atallah Fix running several Bonjour instances on the same machine.
Thu, 19 Jun 2008 02:56:37 +0000 Daniel Atallah applied changes from 3d595739f53a259d5dae408a05f64d2836f02ac9
Mon, 12 May 2008 02:08:04 +0000 Daniel Atallah Bonjour build fixes for MSVC.
Thu, 17 Apr 2008 02:45:37 +0000 Daniel Atallah Fix an issue with formatting in Bonjour messages. It looks like it has been
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Mon, 14 Jan 2008 23:29:52 +0000 Daniel Atallah Prevent a crash caused by freed memory being accessed.
Fri, 14 Dec 2007 21:44:34 +0000 Daniel Atallah This is the second part of the fix to support having multiple presence records in Bonjour (and also supporting multiple presences using the same IP). Incoming conversations are no longer immediately attached to a buddy - we use an algorithm to match a conversation to a buddy based on the IP and, if possible the "from" attribute of the stream or the first tag in the stream. Thanks to Sjoerd Simons from Telepahy Salut for noticing and suggesting the algorithm. Fixes #4187. It'd be good if a few people test this.
Tue, 11 Dec 2007 20:28:09 +0000 Daniel Atallah Cleanup to prevent unnecessary alloc/free. Also a small fix to remove the possiblity that a message will be sent before the stream is started.
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, 09 Dec 2007 11:25:15 +0000 Daniel Atallah Fix #4079 for real.
Fri, 07 Dec 2007 03:59:24 +0000 Daniel Atallah applied changes from 77a1cbe2b98208666f2139db2b165a02126f4cd0