-
Notifications
You must be signed in to change notification settings - Fork 185
/
ChangeLog
190 lines (148 loc) · 5.55 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
pidgin-lwqq : the webqq protocol for pidgin based on lwqq.
author : xiehuc@gmail.com
version 0.6.1: (2015-07-15):
* lwqq版本号更新到0.6.1
version 0.6.0: (2015-06-07):
+ 增加图片服务器
+ 增加文件服务器
version 0.5.0: (2015-04-24):
* 修正ubuntu 15.04 crash问题
* 对于curl支持异步dns则默认开启purple事件循环
* 错误信息重定向至pidgin
version 0.4.3: (2015-04-17):
* 更新 lwqq 0.4.3 版本
version 0.4.2: (2015-02-16):
* 更新 lwqq 0.4.2 版本
version 0.4.1: (2014-12-02):
* 更新 lwqq 0.4.1 版本
- 移除 http 的转义
version 0.4.0: (2014-08-19):
* 更新 lwqq 0.4.0 版本, 更好的退出, 更好的长文本支持
+ 增加lwqq版本检测
* 取消验证码的'在外部查看'按钮
* 转换<a href>和<img src>将链接暴露出来.
version 0.3.1: (2014-06-13):
+ 加入一套暴走漫画表情(只能接受)
+ 加入一套emoji表情(只能接受). 理论上还可以加入其它流行的表情, 当然只能接
受, 发送不出去.
+ 加入cpack自动打包脚本 by edhelas
* 在查看详细资料时刷新昵称 by lainme
+ 使用lwqq 0.3.1的自动hash选择
- 移除'移除重复消息'选项, 实际无用
* 修正退出时验证码窗口没有关闭
+ 在群聊天中显示重复消息的序号(#num)
* 修正github上两个导致crash的issue
* 在缓存建立完成之后才开始接受消息,减少崩溃
* adium支持1.5.10
version 0.3.0: (2014-04-28):
+ gnome 3.12 下的pidgin-extension支持提醒群组消息
+ 删除添加好友时创建的空Buddy
+ 创建讨论组时提示更多信息
+ 群消息提供group参数
- 删除 LWQQ_HTTP_NOT_SET_COOKIE
+ lwqq完全分离出去
* adium默认禁用所见即所发
* 删除好友/退出群组时关闭聊天窗口
+ 不同的系统上使用不同的 'open' 程序
+ 验证码添加 '使用外部程序查看' 选项
* 默认禁用SSL
0.2d Release Note(14-02-16):
Mozjs改为可选依赖
所见即所发送
支持Mozjs-17.0版本
发送IM图片和群图片时延迟发送,增加成功率
统一VERBOSE信息格式
hash错误提示增加链接
修理Windows平台上编译问题.
0.2c Release Note:
完全跨平台(linux,macosx,windows)
使用libcurl的cookie管理
使用动态hash.js计算
记录系统日志
使用自定义表情发送图片
讨论组可以保存聊天记录
群组断线重连
单项删除好友
替换表情格式,切换表情更加直观。
表情自定义文件
0.2a Release Note:
支持Windows
0.1f Release Note:
多语言支持
讨论组发送接受图片
解析group_web_message
表情问题的一些修正
支持讨论组的临时会话
建立缓存和退出速度加快
0.1e Release Note:
修正一个退出死锁的bug
完整支持讨论组
完整支持陌生人
Relink功能
也许你会遇到一些奇怪的问题,比如无法加载群成员列表啦,看输出会发现其实是系统返回了100000错误号。
因为webqq会在poll超时5次之后和收到121,120断线消息之后,发送一个relink(login2)的信号
恢复登录状态。在以前,如果没有relink的话,就会出现接受不了群成员列表,服务器返回100000的错误。
虽然我代码里面也同样设置了,但是据反映效果不佳。还不如直接设置一个计时器。
默认是0,也就是不启用计时器,因为不是所有的号都会出现100000错误,我自己的就很少遇到。
仅仅一部分号码出现100000错误的才需要relink。如果是发现有时候接收不了群成员列表这种。
或者是容易断线这种,就可以试一下设置成20分钟或者30分钟relink一次。
另外不要忘记了,要重启pidgin才生效。
master (04/01/2014)
* release 0.1d
dev (03/02/2013):
* new feature: support ssl
master (02/24/2013):
* release 0.1c
dev (01/30/2013):
* new feature: support download chat log
dev (01/26/2013):
* new feature: support chat topic
* new feature: support change group/discu markname
dev (01/25/2013):
* new feature: support long nick
dev (01/24/2013):
* enhancement: file transport enhanced
dev (01/13/2013):
* new feature: change self business card for group.
dev (01/10/2013):
* enhancement: add timeout retry 3 times.
dev (01/07/2013):
* enhancement: slow down cpu rate by add libev time interval
* new feature: add group
dev (01/06/2013):
* new feature: add friend
* new feature: less lost connection
* enhancement: refine original old api
dev (11/24/2012):
* new feature: add fast index to speed up qqnumber/uin lookup
* new feature: support local qqnumber cache.
dev (10/26/2012):
* new feature: support send/recv offline file.
* new feature: support recv file trans.
dev (09/25/2012):
* new feature: support block group message
dev (09/02/2012):
* new feature: support font style
dev (08/26/2012):
* new feature: not official support for offline file.
dev (08/18/2012):
* new feature: support multi account
* enhancement: not use qqnumber.use uin.big speed up
* bug fix: use offpic instead of cface. stable.
dev (08/12/2012):
* new feature: support group whisper message
* new feature: support change status
dev (08/10/2012):
* disable change group markname
* new feature: visit buddy qqzone
dev (08/08/2012):
* new feature: support change buddy markname
* new feature: support change group markname
* new feature: support change buddy category
* new feature: support confirm buddy request
master (08/04/2012):
* face full support
* introduce new async event/evset api
* send message async
* send picture async
* use cface to upload buddy message pictures