lwqq
lwqq copied to clipboard
A Linux WebQQ Client
Hi .. I am using libghttp library in linux/c enviornment for my http communications. Due to some server side issues my ghttp_process call keep on hanging for long time. Do...
RT hash 可以从 mq.js 里提取。 提取代码可以参考 https://github.com/avplayer/avbot/blob/master/protocols/libwebqq/src/impl/webqq_hash.cpp 43 行 extract_hash_function 的实现。
I seen a lot of hand written code to match the returning results of webqq server. However, such code can be easily replaced by one line regular expression match. example:...
with or without http proxy, both failed. showup captcha again and again, with passwd failed error. seems QQ changed some protocal on Captcha verification. -suse --- [Jan 22 11:09:06] ERROR[3620]:...
I type the following command, but I get compile error. Did i do something wrong? If you have time, please offer me a hand. thanks. [chenqan@localhost lwqq-master]$ ./autogen.sh - aclocal...
``` [ 1月 16 14:42:37] NOTICE[11998]: login.c:731 lwqq_login: Get webqq version: 201401140930 [ 1月 16 14:42:37] DEBUG[11998]: http.c:357 lwqq_http_create_default_request: Create request object for url: http://check.ptlogin2.qq.com/check?uin=281055003&appid=1003903 sucessfully [ 1月 16 14:42:37]...
是不是协议又改了
获取好友列表失败
昨天忽然不能获取好友了,大概一个星期前还可以的。 我估计QQ又修改协议了。 不知道,其他人则麼樣?
There is a lot malloc/free . very bad code style and use busy loop to waiting for messages ( I'm not refer to the pull form TX server, but the...