This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
Releases: Rocket1184/qq-bot-rebown
Releases · Rocket1184/qq-bot-rebown
v2.1.8
v2.1.7
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
Fix
- qq:
- detect whether msg is sent by self correctly
- compute pollTime correctly
- treat poll < 3s as short rather than 1s
- use new referer when send msg
- count short poll and msg send retry correctly
- index.d.ts
- fix typo and some wrong type
- message-agent
msg_id
now generated by code from SmartQQ
v2.1.0
Features
- headless: catch and save screenshot to tmpdir when error
- qq: new option
maxSendRetry
andmaxShortAllow
the former controls the max retry count of unsuccessful message send request;
the latter controls max count of which "short poll" happens continuouslly, generally you needn't care about it.
v2.0.0
Depercated
- removed QQ construcotr options
options.cronTimeout
- removed field/method
qq.buddyGroup
qq.buddyNameMap
qq.groupNameMap
qq.discuNameMap
qq.cronJobs
qq.cronTimeout
qq.isAlive
: renamed toqq._alive
qq.getAllGroupMembers()
qq.getAllDiscuMembers()
qq.getBuddyGroupInfo()
qq.getBuddyQQNum()
Breaking & Featrue
- all the methods
get***Name
andgetNameIn***
return Promise now - all info-fetching methods (
qq.getBuddy()
,qq.getGroup()
, etc.) now returns its result qq.innerSendMsg()
would check if msg was sent successfully, and try at most 3 times.
it would returnfalse
and leave aWARNING
log when failed.