You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(12) |
Nov
(51) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(15) |
Feb
(9) |
Mar
(27) |
Apr
(9) |
May
(37) |
Jun
(5) |
Jul
(14) |
Aug
(2) |
Sep
(41) |
Oct
(7) |
Nov
(15) |
Dec
(47) |
| 2004 |
Jan
(72) |
Feb
(25) |
Mar
(26) |
Apr
(24) |
May
(48) |
Jun
(32) |
Jul
(5) |
Aug
(31) |
Sep
(6) |
Oct
(3) |
Nov
(1) |
Dec
(2) |
| 2005 |
Jan
(16) |
Feb
(11) |
Mar
(6) |
Apr
(6) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(22) |
| 2006 |
Jan
(6) |
Feb
|
Mar
(6) |
Apr
(1) |
May
(14) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(6) |
Dec
(4) |
| 2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(11) |
Oct
(2) |
Nov
|
Dec
(22) |
| 2008 |
Jan
(15) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
(4) |
Jun
(2) |
Jul
(4) |
Aug
(16) |
Sep
(3) |
Oct
(4) |
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
(9) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(13) |
Jul
(4) |
Aug
|
Sep
|
Oct
(6) |
Nov
(5) |
Dec
(23) |
| 2010 |
Jan
(28) |
Feb
|
Mar
|
Apr
(1) |
May
(11) |
Jun
(4) |
Jul
(9) |
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
|
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Richie <pmc...@ya...> - 2016-04-18 12:17:08
|
Hi, I can't install this package in Debian Jessie 8, Is there somekind of issue or something? -- Richie <pmc...@ya...> |
|
From: Philip T. <phi...@gm...> - 2013-07-03 18:34:02
|
On 2 July 2013 20:58, dark coder <dar...@gm...> wrote:
> Hi. when i compile this code the out put is Segmentation fault
>
>
> #include <libyahoo2/yahoo2.h>
> #include <libyahoo2/yahoo2_callbacks.h>
> #include <yahoo2.h>
> #include <stdlib.h>
> #include <string.h>
> #include <stdio.h>
>
> int main() {
> int id ;
> char username[255] = "yahoooid2323";
> char password[255] = "1234335ss" ;
> id = yahoo_init(username, password);
> enum yahoo_status mYahoo ;
> mYahoo = YAHOO_STATUS_AVAILABLE ;
> yahoo_login(id , mYahoo );
> return 0;
> }
>
>
> would you mine plz help me ?
>
>
>From the README file http://libyahoo2.sourceforge.net/README:
yahoo2_callbacks.h contains prototypes for functions that you *must*
implement. *All* these functions must be implemented by your code. You
can choose at configure time whether these are implemented as callback
functions or as a callback structure.
In the code above it doesn't look like you've defined any of the callbacks,
which is why you get a segmentation fault.
|
|
From: dark c. <dar...@gm...> - 2013-07-03 00:58:15
|
Hi. when i compile this code the out put is Segmentation fault
#include <libyahoo2/yahoo2.h>
#include <libyahoo2/yahoo2_callbacks.h>
#include <yahoo2.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
int main() {
int id ;
char username[255] = "yahoooid2323";
char password[255] = "1234335ss" ;
id = yahoo_init(username, password);
enum yahoo_status mYahoo ;
mYahoo = YAHOO_STATUS_AVAILABLE ;
yahoo_login(id , mYahoo );
return 0;
}
would you mine plz help me ?
|
|
From: alpurkan w. <alp...@ya...> - 2013-06-16 14:57:02
|
wer http://www.kites24.de/rmytr/lrxwxvd/rakixmkpuqn/zlfxxwfogi.php alpurkan widianto |
|
From: Siddhesh P. <sid...@gm...> - 2011-09-12 11:38:40
|
On Thu, Sep 8, 2011 at 1:29 PM, Pankaj <pan...@ca...> wrote: > I am having a tons of issues with -lssl option- could any one help please? > Can you please elaborate on this a little more? -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Pankaj <pan...@ca...> - 2011-09-08 08:19:25
|
I am having a tons of issues with -lssl option- could any one help please? I did install all the stuff step by step. Thanks. |
|
From: Tri S. <tr...@us...> - 2011-06-09 08:27:35
|
Hi, The sample application meant to be simple demonstration and it just bails out at the user log out. This immediate exit leaves the socket closing codes no chance to execute. If you modified the code to allow the program still running on its main processing loop, then the socket closing codes will be called on socket close event. So, to log out of a session, you just need to call yahoo_logoff() *without* yahoo_close() with a given id and then keep running the processing loop. Note that as you can see the yahoo_logout() called yahoo_close() just after calling yahoo_logoff(), this prevents further processing. Now with the log off packet already sent, at some point in the loop the yahoo server will acknowledge and close the connection and our socket closing callback will get called. You can easily inspect the yahoo_callback() call trace to get the picture. Cheers, Tri On Thu, Jun 9, 2011 at 1:09 PM, we axzz <mya...@gm...> wrote: > while im running client_sample and re-wrote the area that while calling > function yahoo_logout(); and not exit the applications, > but it seems not closing socket, so my id still login, even though i've > called function yahoo_logout(), > question : > is there a way to logout and closing the socket ? > > > thanks |
|
From: we a. <mya...@gm...> - 2011-06-09 06:10:00
|
while im running client_sample and re-wrote the area that while calling function yahoo_logout(); and not exit the applications, but it seems not closing socket, so my id still login, even though i've called function yahoo_logout(), question : is there a way to logout and closing the socket ? thanks |
|
From: Philip T. <phi...@gm...> - 2011-05-12 01:32:05
|
On 11 May 2011 08:21, Ray Van Dolson <ra...@bl...> wrote: > I'm the Fedora packager of libyahoo2/freehoo and had a user file a > bug[1] complaining of regular disconnections from Yahoo when idle. > I've been unable to reproduce, but anyone seeing anything similar? I haven't noticed any disconnections, and I have it open all day every day in ayttm. |
|
From: Ray V. D. <ra...@bl...> - 2011-05-11 15:54:54
|
I'm the Fedora packager of libyahoo2/freehoo and had a user file a bug[1] complaining of regular disconnections from Yahoo when idle. I've been unable to reproduce, but anyone seeing anything similar? Thanks, Ray [1] https://bugzilla.redhat.com/show_bug.cgi?id=702361 |
|
From: Jeffrey J. K. <lib...@ya...> - 2011-05-10 15:35:40
|
I have been using Freehoo/libyahoo2 for almost a year and it used to stay logged on indefinitely. For the past few weeks, I have noticed that it disconnects after just a few minutes of inactivity (but stays connected if I am actively chatting). The program exits (automatically) with the message: The server closed the socket The actual disconnection seems to occur a few minutes before the Freehoo program actually exits with the above message. I am running freehoo-3.5.3-5.20100314cvs and libyahoo2-1.0.1 under Fedora (I tried both Fedora 12 and 14) on 2 different computers. When I log into normal Yahoo Messenger, the connection remains stable. Any ideas on what might have changed to cause this? Is anybody else experiencing such disconnects? (Note - nothing that I know of has changed on my end...) Note my Internet connection is otherwise quite stable. Thanks |
|
From: pcb E. <sys...@ya...> - 2011-03-10 20:28:41
|
Thanks Tri S. Do you have an example of SMS for that that you ran across? few lines of codes would help. ________________________________ From: Tri S. <tr...@us...> To: lib...@li... Cc: pcb Eng <sys...@ya...> Sent: Thu, March 10, 2011 12:23:20 AM Subject: Re: [Libyahoo2-users] Sending SMS to phone using libyahoo libyahoo2 doesn't implement SMS yet, so you can't just set the recipient to some mobile phone number. To implement it yourself, you first need to validate the phone number (msidn) against validate.msg.yahoo.com and retrieve the correct carrier given, and then use the number and carrier to construct YMSG packet to send. As for id returned by yahoo_init, it actually is just an incremented reference count of constructed yahoo_datas, so the first init will always got 1 returned. Cheers, Tri S. On Wed, Mar 9, 2011 at 5:16 AM, pcb Eng <sys...@ya...> wrote: > > On a normal Yahoo Messenger Program that comes with the Window, I logged in, >and trying to send a SMS messenge. I inputed my phone number as the receipient. > I typed a brief messenge and hit send. > Voila , my phone got an messenge which is the SMS I sent through Yahoo >Messenger. > So, I figure the code of libyahoo should able to do the same. > However, by using the libyahoo, I couldn't send the same SMS to my phone. >what's wrong? > > I put in some generic name and phone number to cover my real ones. > Is the following sequence correct? > > > > 1)result_id I getting always =1, is that OK? > thanks for any feedback. > > register_callbacks(); > > int result_id; > > const char *username="joe"; > > const char *password="doe"; > > //int yahoo_init(const char *username, const char *password) > > result_id=yahoo_init(username, password); > > //void yahoo_login(int id, int initial) > > yahoo_login(result_id, YAHOO_STATUS_AVAILABLE); > > > > / > > const char *from="john"; > > const char *who="0123456789"; > > const char *what="hello there"; > > int utf8=1; > > int pic=1; > > //void yahoo_send_im(int id, const char *from, const char *who, const >char *what, > > //int utf8, int picture) > > yahoo_send_im(result_id, from, who, what, utf8, pic); > > |
|
From: Tri S. <tr...@us...> - 2011-03-10 08:23:27
|
libyahoo2 doesn't implement SMS yet, so you can't just set the recipient to some mobile phone number. To implement it yourself, you first need to validate the phone number (msidn) against validate.msg.yahoo.com and retrieve the correct carrier given, and then use the number and carrier to construct YMSG packet to send. As for id returned by yahoo_init, it actually is just an incremented reference count of constructed yahoo_datas, so the first init will always got 1 returned. Cheers, Tri S. On Wed, Mar 9, 2011 at 5:16 AM, pcb Eng <sys...@ya...> wrote: > > On a normal Yahoo Messenger Program that comes with the Window, I logged in, and trying to send a SMS messenge. I inputed my phone number as the receipient. I typed a brief messenge and hit send. > Voila , my phone got an messenge which is the SMS I sent through Yahoo Messenger. > So, I figure the code of libyahoo should able to do the same. > However, by using the libyahoo, I couldn't send the same SMS to my phone. what's wrong? > > I put in some generic name and phone number to cover my real ones. > Is the following sequence correct? > > > > 1)result_id I getting always =1, is that OK? > thanks for any feedback. > > register_callbacks(); > > int result_id; > > const char *username="joe"; > > const char *password="doe"; > > //int yahoo_init(const char *username, const char *password) > > result_id=yahoo_init(username, password); > > //void yahoo_login(int id, int initial) > > yahoo_login(result_id, YAHOO_STATUS_AVAILABLE); > > > > / > > const char *from="john"; > > const char *who="0123456789"; > > const char *what="hello there"; > > int utf8=1; > > int pic=1; > > //void yahoo_send_im(int id, const char *from, const char *who, const char *what, > > //int utf8, int picture) > > yahoo_send_im(result_id, from, who, what, utf8, pic); > > |
|
From: pcb E. <sys...@ya...> - 2011-03-08 22:16:31
|
On a normal Yahoo Messenger Program that comes with the Window, I logged in, and
trying to send a SMS messenge. I inputed my phone number as the receipient. I
typed a brief messenge and hit send.
Voila , my phone got an messenge which is the SMS I sent through Yahoo
Messenger.
So, I figure the code of libyahoo should able to do the same.
However, by using the libyahoo, I couldn't send the same SMS to my phone. what's
wrong?
I put in some generic name and phone number to cover my real ones.
Is the following sequence correct?
1)result_id I getting always =1, is that OK?
thanks for any feedback.
register_callbacks();
int result_id;
const char *username="joe";
const char *password="doe";
//int yahoo_init(const char *username, const char *password)
result_id=yahoo_init(username, password);
//void yahoo_login(int id, int initial)
yahoo_login(result_id, YAHOO_STATUS_AVAILABLE);
/
const char *from="john";
constchar*who="0123456789";
constchar*what="hello there";
int utf8=1;
int pic=1;
//void yahoo_send_im(int id, const char *from, const char *who, const
char *what,
//int utf8, int picture)
yahoo_send_im(result_id, from, who, what, utf8, pic);
|
|
From: Philip T. <phi...@gm...> - 2011-01-21 22:54:37
|
If a user uses profiles/aliases and logs in using his alias, then the deny buddy flow doesn't seem to work correctly with many third party clients (no idea which ones) UserA logs in as AliasA UserB sends add_buddy request to AliasA UserA (AliasA) sends deny_buddy The bug is that the deny_buddy request is being sent from UserA instead of from AliasA, and as a result when UserA logs in again as AliasA, they get presented with the same add_buddy request. Client libraries need to change the flow so that deny_buddy requests are sent from the alias that received the add_buddy request Thanks, Philip -- hello world |
|
From: Siddhesh P. <sid...@gm...> - 2010-09-12 07:25:17
|
On Sun, Sep 12, 2010 at 12:02 PM, Tri S. <st...@gm...> wrote: > Dependency on SSL library is needed too for optionally building the > sample clients. May be someone can add this conditionals to our > configure script? > Yes, if the SSL library is not available, it should simply not build the sample clients. Alternatively, disabling the sample client should also disable this check. I was also thinking of installing the sample client sources in $docdir/examples. Does that sound like a good idea? It will provide a good starter for people who get libyahoo2 from distribution packages and not as upstream sources here. -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Siddhesh P. <sid...@gm...> - 2010-09-12 05:16:26
|
Hi, I have now documented the libyahoo2 code using doxygen style comments and also added support in the build tools to get the docs to build during compilation. Could someone please review the generated documentation for technical accuracy, typos, laziness, etc.? Future release will also involve publishing this documentation on the website. Packagers will have to add an additional build dependency as doxygen if they want to include the API documentation in their packages. The documents are currently generated in man, html and latex format. -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Tharindu M. <tha...@gm...> - 2010-09-03 11:31:13
|
Hi, Do you have an idea how yahoo client gets the nick names for yahoo ids.. About protocol message, I am trying to use http://code.google.com/p/ichatcore/ to build a yahoo client. It's protocol implementation looks similar to jYMG Java implementation. But it doesn't have request to ask for nick names of users.. And tried to check the Java code in Session.Java to track a message to change Nick name, seems here also no luck.. :( Then I realized that it was created going through this project - libyahoo2. May be Could some one kindly help me on this. I need to know how this could be done. Thank you and Kind Regards, Tharindu |
|
From: kay <ka...@gm...> - 2010-08-14 01:15:12
|
My username at SourceForge.net is kay21s Thanks =) --Kay 2010/8/14 Siddhesh Poyarekar <sid...@gm...> > Hi, > > Yahoo chat room support is now in trunk. Many thanks to Kai (Kay) > Zhang for this effort, which he made as part of his Fedora Summer > Coding project. The code obviously needs some review and testing, so > those interested, please feel free to pitch in. > > I expected git-svn to commit the patchset along with the history in > Kay's git repository, but unfortunately that did not happen. So those > who want to see the history of commits for this may take a look at: > > http://github.com/kay21s/libyahoo2/commits/master > > There are still a couple of tasks remaining, which need to be done > before we do a release: > > 1) Test the code. I'm planning on working on an implementation for > ayttm, but given my current schedule, it may take quite long > 2) Add an additional copyright notice to source files that have > changed. Kay ought to be doing this, but he'll need commit rights for > it. Kay, you need to get a Sourceforge.net account and tell us the > username so that we can add you > > -- > Siddhesh Poyarekar > http://siddhesh.in > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Libyahoo2-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libyahoo2-devel > |
|
From: Siddhesh P. <sid...@gm...> - 2010-08-13 20:30:33
|
Hi, Yahoo chat room support is now in trunk. Many thanks to Kai (Kay) Zhang for this effort, which he made as part of his Fedora Summer Coding project. The code obviously needs some review and testing, so those interested, please feel free to pitch in. I expected git-svn to commit the patchset along with the history in Kay's git repository, but unfortunately that did not happen. So those who want to see the history of commits for this may take a look at: http://github.com/kay21s/libyahoo2/commits/master There are still a couple of tasks remaining, which need to be done before we do a release: 1) Test the code. I'm planning on working on an implementation for ayttm, but given my current schedule, it may take quite long 2) Add an additional copyright notice to source files that have changed. Kay ought to be doing this, but he'll need commit rights for it. Kay, you need to get a Sourceforge.net account and tell us the username so that we can add you -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Siddhesh P. <sid...@gm...> - 2010-08-09 06:09:21
|
Hi, I'll be merging in Kay's chat room code in today. Can someone please modify your clients and test against it, if this feature is relevant to you? Thanks, Siddhesh -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Ray V. D. <ra...@bl...> - 2010-07-27 03:49:38
|
On Tue, Jul 27, 2010 at 09:06:07AM +0530, Siddhesh Poyarekar wrote: > On Tue, Jul 27, 2010 at 6:46 AM, Ray Van Dolson <ra...@bl...> wrote: > >> Looks like this is the result of cs101.msg.ac4.yahoo.com being > >> hard-coded in the 1.0.0 release. SVN commits 371, 372 and 373 probably > >> would fix this issue. > >> > >> Temporary work around is to add the following to /etc/hosts: > >> > >> 98.136.48.74 cs101.msg.ac4.yahoo.com > >> > >> Ray > > > > I will do a 1.0.1 release (after testing). > > > > Looks like rev 309 undid the website changes. > Curses! Will fix. |
|
From: Siddhesh P. <sid...@gm...> - 2010-07-27 03:36:15
|
On Tue, Jul 27, 2010 at 6:46 AM, Ray Van Dolson <ra...@bl...> wrote: >> Looks like this is the result of cs101.msg.ac4.yahoo.com being >> hard-coded in the 1.0.0 release. SVN commits 371, 372 and 373 probably >> would fix this issue. >> >> Temporary work around is to add the following to /etc/hosts: >> >> 98.136.48.74 cs101.msg.ac4.yahoo.com >> >> Ray > > I will do a 1.0.1 release (after testing). > Looks like rev 309 undid the website changes. -- Siddhesh Poyarekar http://siddhesh.in |
|
From: Ray V. D. <ra...@bl...> - 2010-07-27 02:22:56
|
On Mon, Jul 26, 2010 at 04:57:12PM -0700, Ray Van Dolson wrote: > On Mon, Jul 26, 2010 at 12:59:30PM -0700, Ray Van Dolson wrote: > > Using libyahoo2, having trouble getting freehoo to connect. Worked > > fine yesterday. > > > > Anyone else confirm? > > Looks like this is the result of cs101.msg.ac4.yahoo.com being > hard-coded in the 1.0.0 release. SVN commits 371, 372 and 373 probably > would fix this issue. > > Temporary work around is to add the following to /etc/hosts: > > 98.136.48.74 cs101.msg.ac4.yahoo.com > > Ray I will do a 1.0.1 release (after testing). Ray |
|
From: Ray V. D. <ra...@bl...> - 2010-07-26 23:57:21
|
On Mon, Jul 26, 2010 at 12:59:30PM -0700, Ray Van Dolson wrote: > Using libyahoo2, having trouble getting freehoo to connect. Worked > fine yesterday. > > Anyone else confirm? Looks like this is the result of cs101.msg.ac4.yahoo.com being hard-coded in the 1.0.0 release. SVN commits 371, 372 and 373 probably would fix this issue. Temporary work around is to add the following to /etc/hosts: 98.136.48.74 cs101.msg.ac4.yahoo.com Ray |