changelog
- Fri, 05 Jun 2009 04:27:53 +0000
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 05 Jun 2009 04:27:53 +0000] rev 27253
- merge of '47fc0f87ce94c58d502b80a6bbf2fe4f503b59cb'
and 'c989a290be33508d661668999fc3cc18b1fa19fd'
- Fri, 05 Jun 2009 04:13:10 +0000
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 05 Jun 2009 04:13:10 +0000] rev 27252
- Patch to change around some logic that should fix missing buddies that are
set to "show when offline".
Fixes #9288 and #4606.
- Fri, 05 Jun 2009 02:58:26 +0000
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 05 Jun 2009 02:58:26 +0000] rev 27251
- Apply patch from Peter to handle the left and right arrow keys in the buddy
list to expand and contract groups or contacts, plus a few leak fixes.
Fixes #2111.
- Fri, 05 Jun 2009 02:30:31 +0000
- by Florian Quèze <florian@instantbird.org> [Fri, 05 Jun 2009 02:30:31 +0000] rev 27250
- Consistently emit conversation-updated for typing state changes.
Also reformatted ChangeLog.API a bit (I noticed there's a Changed section)
and added a comment to the psychic plugin (since I had to look up why it
was doing that).
Patch from Florian Quèze. Closes #7605.
committer: Paul Aurich <darkrain42@pidgin.im>
- Fri, 05 Jun 2009 01:58:22 +0000
- by Hu Yong <ccpaging@gmail.com> [Fri, 05 Jun 2009 01:58:22 +0000] rev 27249
- Add purple_proxy_connect_udp. Closes #6589.
Patch from ccpaging with two modifications by me:
* Connections are attempted when a proxy is set (bypassing proxy). A note is logged about this.
* Change the type of socket_type to int.
committer: Paul Aurich <darkrain42@pidgin.im>
- Fri, 05 Jun 2009 01:46:29 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Fri, 05 Jun 2009 01:46:29 +0000] rev 27248
- Hmm, this wasn't saved when I committed it.
- Thu, 04 Jun 2009 06:40:16 +0000
- by Sulabh Mahajan <sulabh@pidgin.im> [Thu, 04 Jun 2009 06:40:16 +0000] rev 27247
- Set yahoo to connected after processing the buddy list, should help get rid of the bug reported by the adium user
- Thu, 04 Jun 2009 05:19:49 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 04 Jun 2009 05:19:49 +0000] rev 27246
- Change the way we parse messages on MySpace a little bit. This
fixes #8846: people using web myspaceIM can't respond to pidgin myspaceIM
For some reason IMs send using the myspace web site are sent so that
they won't become offline messages if the other person is offline.
I'm not really sure why that decision was made.
So now we treat messages with bm 1 the same as messages with bm 121. This means
we have to combine the function that parses out typing notification with
the function that parses IMs. And we check for typing notifications by
looking for %typing%. Which means if someone sends the IM "%typing%" with
no markup then we'll interpret it as a typing notification. And there's
nothing we can do to differentiate between the two. I asked.
- Thu, 04 Jun 2009 01:51:41 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 04 Jun 2009 01:51:41 +0000] rev 27245
- Fix an issue with the server responding with jid/node items as first-level children and add a TODO.
That bug was revealed by ejabberd returning the ad-hoc commands
(with no way to identify them as such) as children of the domain.
- Thu, 04 Jun 2009 01:18:45 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 04 Jun 2009 01:18:45 +0000] rev 27244
- @since!