<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/libyahoo2/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/libyahoo2/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 06 Feb 2011 17:52:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libyahoo2/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Auto logout in windows</title><link>https://sourceforge.net/p/libyahoo2/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I compiled libyahoo2 with vs 2008 and only replace fcntl() function with the windows ioctlsocket() with the last parameter as 1 to enable nonblocking mode. However, I get the message that "server closed the socket" right after I logged in and got buddy status successfully and it automatically logs me out.&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 06 Feb 2011 17:52:35 -0000</pubDate><guid>https://sourceforge.net49473a642d098ca02fe052c092c0f2966000a593</guid></item><item><title>sigsev when yahoo_login</title><link>https://sourceforge.net/p/libyahoo2/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;well.. the installation goes without errors on kubuntu and cygwin .. but i get&lt;br /&gt;
the same error on both for this simple code:&lt;br /&gt;
int main(int narg,char **args){&lt;/p&gt;
&lt;p&gt;printf("test\n");&lt;br /&gt;
int id= yahoo_init(args[1], args[2]);&lt;br /&gt;
yahoo_login(id,0);&lt;br /&gt;
yahoo_close(id);&lt;/p&gt;
&lt;p&gt;return 0;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Segmentation fault&lt;br /&gt;
in yahoo_login (id=1, initial =0) at libyahoo2.c:1709&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Avner Solomon</dc:creator><pubDate>Tue, 15 Jun 2010 20:42:09 -0000</pubDate><guid>https://sourceforge.net3422a2b6889a9fc93e466d7143e592590973f206</guid></item><item><title>libyahoo2 with bitlbee.org</title><link>https://sourceforge.net/p/libyahoo2/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I connect to Yahoo through the im.bitlbee.org server. I use (K)ubuntu Linux (feisty and gusty) also Linux Mint and have configured the chat through the Opera browser.  Since a release in November 2007 of bitlbee, I have at times not been able to connect to Yahoo.  I filed a bug report with the bitlbee.org server group and finally someone mentioned that the problem could be a libyahoo2 bug.  At times, I cannot connect to Yahoo at all. I try maybe 6-7 times with account on x/account off x and it will not work.  This problem persist at work and at home. It happens at no particular time just every once and a while.  Can someone follow-up with the Bitlbee or maybe it's an Opera browser issue. I am not a programmer but an end user who is concerned that problems like this discourage and frustrate new users in the Open Source arena. I am living with the issue but something is wrong and maybe no one is aware but should be.  Thank you in advance for you help.  Jim .. b727.plane@gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim H</dc:creator><pubDate>Fri, 08 Feb 2008 20:48:45 -0000</pubDate><guid>https://sourceforge.net59999499448e62edae65ced65112e2bb3f86ac56</guid></item><item><title>Service 1C (CONFINVITE), members on key 53 (not 52)</title><link>https://sourceforge.net/p/libyahoo2/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In libyahoo2.c, service 0x1C &lt;br /&gt;
(YAHOO_SERVICE_CONFADDINVITE) I was not&lt;br /&gt;
getting the list of conference members from the library &lt;br /&gt;
API.&lt;/p&gt;
&lt;p&gt;I observed that the list of members come in on key 53, &lt;br /&gt;
instead of on 52.  So I switched keys 52 and 53 for this &lt;br /&gt;
one service in yahoo_process_conference().&lt;/p&gt;
&lt;p&gt;I also occasionally observed duplicate member names.&lt;/p&gt;
&lt;p&gt;I temporarily worked around the problem by making a &lt;br /&gt;
custom copy of yahoo_process_conference() for service &lt;br /&gt;
0x1C.  This copy swaps the keys and filters out &lt;br /&gt;
duplicate names.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dnorgord</dc:creator><pubDate>Wed, 09 Mar 2005 16:58:53 -0000</pubDate><guid>https://sourceforge.net803d6c7e08877193725cd8756f46a56b2ec3321b</guid></item><item><title>memory leak in yahoo_process_auth_0x0b</title><link>https://sourceforge.net/p/libyahoo2/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the line&lt;/p&gt;
&lt;p&gt;crypt_result = yahoo_crypt(yd-&amp;gt;password, "$1$_2S43d5f$");&lt;/p&gt;
&lt;p&gt;returns a memory block that is never freed. it is&lt;br /&gt;
allocated inside yahoo_free. should be called before&lt;br /&gt;
returning from yahoo_process_auth_0x0b.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todor Buyukliev</dc:creator><pubDate>Mon, 14 Feb 2005 16:43:02 -0000</pubDate><guid>https://sourceforge.net47ab19f5ee1b42bb15f3df173d641b4ba73e50d8</guid></item><item><title>Problem logging in with ids that end in a number</title><link>https://sourceforge.net/p/libyahoo2/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I first noticed this while using centericq, but have&lt;br /&gt;
also seen this same behavior on other programs that use&lt;br /&gt;
libyahoo2 as well (which is why I think it's a&lt;br /&gt;
libyahoo2 bug).&lt;/p&gt;
&lt;p&gt;I have two ids that I use on yahoo, one ends in a&lt;br /&gt;
number while the other does not.  I have no problem&lt;br /&gt;
logging in with the id that doens't end in a number,&lt;br /&gt;
but with the other id I do.  It takes me several tries&lt;br /&gt;
to login and I often get disconnected.&lt;/p&gt;
&lt;p&gt;Dave&lt;br /&gt;
dartan713@yahoo.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 14 Jan 2005 18:43:04 -0000</pubDate><guid>https://sourceforge.net1b1f74b111f89861ca7c1c823248a23813e38138</guid></item><item><title>Memory leak in yahoo_process_chat</title><link>https://sourceforge.net/p/libyahoo2/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When the YAHOO_SERVICE_CHATJOIN service is processed&lt;br /&gt;
and firstjoin is set, ext_yahoo_chat_join will be&lt;br /&gt;
called. But the code will never free the members YList&lt;br /&gt;
after this. Is that meant to be that way? In the&lt;br /&gt;
!firstjoin case, the list is freed...&lt;/p&gt;
&lt;p&gt;Nico&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 07 Jan 2005 00:38:36 -0000</pubDate><guid>https://sourceforge.netc3f966d15553e66a280ebd99c85e79edeb402134</guid></item><item><title>Support for voice-enabled conferences and PMs</title><link>https://sourceforge.net/p/libyahoo2/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The attached patch is against the libyahoo2 included in&lt;br /&gt;
CenterICQ 4.11.0 I hope it doesn't diverge too much&lt;br /&gt;
from upstream.&lt;/p&gt;
&lt;p&gt;Basically, it adds a new callback, that is triggered&lt;br /&gt;
whenever voice-chat is turned on, for the library user&lt;br /&gt;
to deal with. It seems to me that libyahoo2 shouldn't&lt;br /&gt;
be doing any more than that with voice-chat, since it's&lt;br /&gt;
a distinct protocol and a distinct set of servers, with&lt;br /&gt;
only the startup details linking the two.&lt;/p&gt;
&lt;p&gt;This also attempts to address voice-enabled chat-rooms&lt;br /&gt;
with two extra parameters on the chat-join callback,&lt;br /&gt;
which are needed to connect to the chatroom's voice&lt;br /&gt;
session. This is untested as I discovered while doing&lt;br /&gt;
this that CenterICQ doesn't support chats, just PMs and&lt;br /&gt;
conferences.&lt;/p&gt;
&lt;p&gt;I've successfully joined a chat session using this&lt;br /&gt;
patch an pY!Voice, but pY!Voice seemed to lock when&lt;br /&gt;
trying to access my sound system, so I haven't actually&lt;br /&gt;
got voice back and forth. That's out of scope though,&lt;br /&gt;
since I was able to _see_ the other members of the&lt;br /&gt;
voice-session.&lt;/p&gt;
&lt;p&gt;I hope this helps. ^_^&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Hampson</dc:creator><pubDate>Mon, 30 Aug 2004 17:43:50 -0000</pubDate><guid>https://sourceforge.net3fc0a7c5bb83deb61959651db824aaea93bb1f35</guid></item><item><title>Version 0.7.4</title><link>https://sourceforge.net/p/libyahoo2/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I downloaded 0.7.4 and compiled it : login fails &lt;br /&gt;
I downloaded gaim =&amp;gt;login is working &lt;/p&gt;
&lt;p&gt;gaim uses Yahoo protocol version 0x0b while libyahoo2 uses &lt;br /&gt;
0x0a &lt;/p&gt;
&lt;p&gt;regards, &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 11 Jul 2004 16:51:14 -0000</pubDate><guid>https://sourceforge.net73ba29b5ea767327a84a05f7bc5f45f62cdfb2ac</guid></item><item><title>encryption / obfuscation ?</title><link>https://sourceforge.net/p/libyahoo2/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;unlike yahoo messenger official windows build, programs&lt;br /&gt;
linked with libyahoo2 are subject to be sniffed using&lt;br /&gt;
dsniff.&lt;/p&gt;
&lt;p&gt;(example: mirinda&lt;br /&gt;
&lt;a href="http://www.coincoins.net/index.php?id=59" rel="nofollow"&gt;http://www.coincoins.net/index.php?id=59&lt;/a&gt;  with&lt;br /&gt;
yahoo.dll plugin&lt;br /&gt;
&lt;a href="http://www.miranda-im.org/download/index.php" rel="nofollow"&gt;http://www.miranda-im.org/download/index.php&lt;/a&gt; )&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 Mar 2004 18:15:16 -0000</pubDate><guid>https://sourceforge.net8a0f6527d4617d0541fbf644c8a91b859be8c1cd</guid></item></channel></rss>