Mon, 15 Dec 2008 08:39:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)
|
Thu, 06 Nov 2008 03:20:05 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
|
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 05:41:19 +0000 |
Richard Laager |
Fix Bonjour to work with the hidden structs, except for proto_data.
|
Wed, 16 Jul 2008 21:55:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
|
Thu, 26 Jun 2008 20:25:38 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
|
Tue, 27 May 2008 06:27:46 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
|
Sat, 22 Mar 2008 04:45:46 +0000 |
Sadrul Habib Chowdhury |
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
|
Wed, 06 Feb 2008 19:44:41 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
|
Sat, 29 Dec 2007 16:54:15 +0000 |
Sadrul Habib Chowdhury |
Fix the prplinfo structs and get rid of some compile warnings.
|
Sat, 29 Dec 2007 06:34:59 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
|
Wed, 05 Sep 2007 00:47:58 +0000 |
Sean Egan |
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
|
Sun, 13 Jul 2008 18:01:57 +0000 |
Sadrul Habib Chowdhury |
Add purple_get_host_name to get the hostname of the machine.
|
Thu, 26 Jun 2008 09:07:56 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
|
Sun, 25 May 2008 21:56:36 +0000 |
Richard Laager |
Use "email" and "Email" consistently. This is potentially controversial,
|
Fri, 23 May 2008 16:47:59 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 71320664d16c85cf4292830959527b4509e2182b)
|
Wed, 21 May 2008 02:09:00 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
|
Tue, 13 May 2008 06:04:27 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 64263ae223a317116a83aab2c6a2a36b4c308d7b)
|
Mon, 05 May 2008 06:55:00 +0000 |
Sadrul Habib Chowdhury |
Patch from Jaywalker to let prpls add some helpful text for some account
|
Mon, 05 May 2008 06:19:46 +0000 |
Sadrul Habib Chowdhury |
Use up the last padding for PurplePluginProtocolInfo in a way that allows
|
Thu, 22 May 2008 21:38:06 +0000 |
Daniel Atallah |
Some fixes from Eion Robb and me to prevent bonjour crashes with the newly
|
Thu, 19 Jun 2008 03:13:30 +0000 |
Daniel Atallah |
applied changes from b57781a52511d0ab7a57590bf5c348f3b9d05640
|
Thu, 19 Jun 2008 02:56:37 +0000 |
Daniel Atallah |
applied changes from 3d595739f53a259d5dae408a05f64d2836f02ac9
|
Tue, 20 May 2008 04:31:39 +0000 |
Daniel Atallah |
Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found"
|
Fri, 16 May 2008 18:21:09 +0000 |
Daniel Atallah |
Bonjour buddies will be saved persistently if they're moved out of the
|
Mon, 12 May 2008 02:08:04 +0000 |
Daniel Atallah |
Bonjour build fixes for MSVC.
|
Mon, 28 Jan 2008 05:31:28 +0000 |
Mark Doliner |
From the gethostname() man page:
|
Thu, 03 Jan 2008 04:57:40 +0000 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
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.
|
Mon, 26 Nov 2007 19:03:39 +0000 |
Daniel Atallah |
Don't allow buddies to be manually added to Bonjour (remove the added buddy in the prpl add_buddy callback). Also, fix a crash when rendering the tooltip for one of these previously added buddies. Fixes #4045.
|