Giter VIP home page Giter VIP logo

myqq3's People

Contributors

78 avatar lonicerae avatar

myqq3's Issues

Linux下的BUG

LINUX下,不管怎么样,必须按^C强制干掉才行,不能自己退出�
��即使我加上了exit(0),我想问问既然已经注销了,那么为什��
�还要等待线程?

Original issue reported on code.google.com by [email protected] on 28 Aug 2010 at 10:31

qq好友列表

1.命令u,更新好友列表,然后命令v,显示的好友列表依然是很早�
��前的.
2.命令v,好友显示不全.显示错误: iconv failed err: Argument list too 
long.

Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 8:59

bug make -C

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Aug 2010 at 4:55

LINUX下编译出错~~

以下为错误内容:
collect2: ld returned 1 exit status
make: *** [../myqq] Error 1
make: Leaving directory `/root/trunk/src'


Original issue reported on code.google.com by liushan362724880 on 14 Nov 2010 at 9:04

about myqq

What steps will reproduce the problem?
1. 2011 beta2的协议是不是快被封了?
2. libqq还准备更新吗?

Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 10:04

添加用户问题

尝试用myqq3添加用户时, 添加用户失败.
What steps will reproduce the problem?
1. 发送a7指令,添加用户
2. 腾讯返回a7,提示验证码验证.
3. 输入验证码,再次发出a7请求,添加用户.
3. 收到a7响应.但result结果为2.退出处理
用户添加失败..


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Nov 2010 at 9:49

扫描硬盘问题

即便是开源的客户端,你居然也扫描我硬盘。
还好我在 sandbox 里运行。

Original issue reported on code.google.com by [email protected] on 25 May 2011 at 1:59

抛弃pthreadGC2.dll,增加vc6编译,修正linux下不能退出的问题。

在3.30的基础上,主要的修改如下:
1. 
统一windows和linux用户名和密码的输入格式,都是用****输入密�
��。
2. 增加了myqq.exe和libqq.dll的vc6工程,xp sp2测试通过。
3. 修正linux下不能退出的问题,ubuntu 10.04 
gcc4.6.0测试通过,别的没有测试。
4. 修正linux下linux.mak和libqq.mak。
5. 
把源码中的utf8改为了gbk,包括注释,毕竟用中文的时候多,�
��不然vc6编译有问题。
6. 
源码的结构树没有动,但是移动了myqq_private.rc和myqq.ico到vc60��
�录下。
7. 增加commplatform.c commplatform.h 
以适应windows和linux源码的兼容。
8. 为了适应vc6 和gcc4.6.0修改了代码中的一些地方,比较多。
9. 
为了使用gbk的源代码,增加了许多字符串转换函数和调用。
10 还有想不起来的,比较一下吧。
   由于没有commit权限,就加附件吧,如果主版本更新了,麻烦好心人发个邮件给我,我同步修改附件。
   后续的想法想改成c++的,以便多帐号同时登陆。
   再后加入msn的同时登陆。


Original issue reported on code.google.com by [email protected] on 15 Aug 2011 at 1:02

qqclient_add 这个函数在3.21中不能使用了。

What steps will reproduce the problem?
1. 调用ADD QQ, 提示附言,输入,
2. 程序在运行中将使用qqclient_add  进行添加请求, 
3. 
然而对方没有影应,请求没有发送成功,或协议有变化,以��
�3.19的可以成功添加

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 3:03

使用3.21的QQ被限制登陆

What steps will reproduce the problem?
只要一登陆,就会被踢下来,然后需要去腾讯的网页上解除��
�制
不是所有的号都是这样,但是很多都是

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
3.21 ubuntu

Please provide any additional information below.

我猜测修改客服端版本号可能解除一定的限制
最好哪位提供一点新的版本号

//#define QQ_VERSION    0x1205  //祈福版
//#define QQ_VERSION    0x115b  //贺岁版
//#define QQ_VERSION    0x1525  //QQ2009Preview4
//#define QQ_VERSION    0x1663  //QQ2009正式版
#define QQ_VERSION  0x1801  //QQ2009 International Beta1
//#define QQ09_LOCALE {0x00,0x00,0x08,0x04,0x01,0xE0}
//#define QQ09_VERSION_SPEC 
{0x00,0x00,0x02,0x20,0x00,0x00,0x00,0x01,0x00,0x00,0x08,0xFB}
//#define QQ09_EXE_HASH 
{0xD5,0xCB,0x09,0x9A,0x61,0x63,0x16,0x7E,0xEA,0xF8,0x05,0x6E,0xFF,0x50,0xF3,0x12
}
/* QQ2009 International Beta1 */
#define QQ09_LOCALE {0x00,0x00,0x04,0x09,0x01,0xE0}
#define QQ09_VERSION_SPEC 
{0x00,0x00,0x02,0x20,0x00,0x00,0x00,0x01,0x00,0x00,0x09,0x61}
#define QQ09_EXE_HASH 
{0x2F,0xFD,0xFE,0x74,0xD8,0x3B,0xB5,0x6A,0x24,0x88,0xBB,0xF8,0x75,0x13,0xC1,0x01
}



Original issue reported on code.google.com by [email protected] on 4 Feb 2011 at 8:14

error with windows7

Win I am success building it.But it can not run with windows7.It occur error 
0xc0000005 error code.
So why?

Original issue reported on code.google.com by [email protected] on 25 Nov 2010 at 4:53

about myqq

What steps will reproduce the problem?
1. 2011 beta2的协议是不是快被封了?
2. myqq还准备更新吗?


Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 10:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.