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
|
Mon, 03 Dec 2007 01:18:37 +0000 |
Daniel Atallah |
Fix #4189 to make the bonjour prpl more standards compliant by sending the stream response in the correct order. Thanks to Sjoerd Simons from Telepathy Salut for noticing.
|
Fri, 30 Nov 2007 21:29:18 +0000 |
Daniel Atallah |
Don't advertise our presence in avahi on IPv6 or listen for sevices since we don't support receiving connections from or connecting to IPv6 buddies. If someone needs to do that, they can submit a patch. Fixes #4188.
|
Tue, 27 Nov 2007 15:57:08 +0000 |
Ethan Blanton |
merge of '2fcb5d2cb35c5ba692592e22bc442c3d62000f85'
|
Fri, 16 Nov 2007 07:31:49 +0000 |
Mark Doliner |
Get rid of two compile warnings:
|
Thu, 15 Nov 2007 17:27:16 +0000 |
Daniel Atallah |
Various bugfixes including using purple_account_remove_buddy() in addition to purple_blist_remove_buddy() to make sure that the buddy gets cleaned up fully when logging out or we go offline.
|