Commit Graph

3643 Commits

Author SHA1 Message Date
Him188
b75f90d541 Fix duplicated BotJoinGroupEvent,
Improve toString of Active, Kick events,
Cancel Group when kicked,
Fix #319
2020-05-21 16:49:57 +08:00
Him188
2de767d499 Fix unexpected exception thrown when no bot available on Image.queryUrl() 2020-05-21 10:39:13 +08:00
Him188
12c38b94fe Fix IllegalStateException when losing packet 2020-05-21 10:38:46 +08:00
Him188
7172ef628c Fix NPE on initialization of Bot 2020-05-21 10:38:21 +08:00
Him188
2ba31871e7 Merge remote-tracking branch 'origin/master' 2020-05-19 19:29:41 +08:00
Him188
1cf5b7fb08 Update English README 2020-05-19 19:29:22 +08:00
Him188
e440e7412a
Update mirai.md 2020-05-19 13:00:42 +08:00
Him188
d5bba2aca4
Update CHANGELOG.md 2020-05-16 20:36:41 +08:00
Him188
dee740cd24
Update CHANGELOG.md 2020-05-16 20:35:46 +08:00
Him188
a66da62a8a
Update mirai.md 2020-05-16 16:37:24 +08:00
Him188
3f3d9c67ed
Update mirai.md 2020-05-16 16:29:53 +08:00
Him188
e4e526ca80 Support object implementations of Event 2020-05-16 15:32:09 +08:00
Him188
23273718fe Improve docs 2020-05-16 15:17:04 +08:00
Him188
3d06219c67 Introduce SimpleListenerHost for a better Java API 2020-05-16 15:11:03 +08:00
Him188
54f89f31ad Add third-party libraries 2020-05-16 14:43:04 +08:00
Him188
61284f1d9b Improve docs 2020-05-16 14:35:14 +08:00
Him188
ae32536ed5 Move BotImpl and BotNetworkHandler to mirai-core-qqandroid. 2020-05-16 14:29:03 +08:00
Him188
84c47c9fe5 Merge remote-tracking branch 'origin/master' 2020-05-16 14:14:56 +08:00
Him188
46598d686c Cleanup;
Use interface for JavaFriendly APIs;
Deprecate event responder in Bot in the favor of their member functions;
Deprecate `Bot.queryUrl(image: Image)`` in the favor of the extension `Image.queryUrl`
2020-05-16 14:14:21 +08:00
Him188
af63f40f1f
Merge pull request #324 from LXY1226/master
暂时解决mirai半身像
2020-05-15 20:04:16 +08:00
Him188
dc8945aa39 Increase default heartbeatTimeoutMillis 2020-05-14 19:24:49 +08:00
Him188
4cc814cda5 Annotate Bot.selfQQ with @MiraiExperimentalAPI 2020-05-14 19:24:38 +08:00
Him188
9b52aa6012 No backing field for MemberJoinRequestEvent.group 2020-05-14 19:12:34 +08:00
Him188
f5db6e0201 Improve docs 2020-05-14 19:12:32 +08:00
LXY
ed63a8a77c
Update README.md 2020-05-14 19:12:25 +08:00
PeratX
90e78e4bf1 Add mirai-kts to README.md 2020-05-13 23:15:33 +08:00
PeratX
8fdeaed6cf Update README.md 2020-05-12 13:58:29 +08:00
mzdluo123
f078ccdbdc
Update mirai.md 2020-05-12 13:18:51 +08:00
mzdluo123
3d11f09510
Update README.md 2020-05-11 16:17:24 +08:00
Him188
af3d4ac6b4
Update mirai.md 2020-05-11 16:10:56 +08:00
Him188
cac46f5e30
Merge pull request #320 from mamoe/doc
Add docs
2020-05-11 16:07:03 +08:00
Him188
644af5e2aa Add docs 2020-05-11 16:05:41 +08:00
Him188
29012d74c1 Add docs 2020-05-11 15:50:18 +08:00
Him188
aa12684050 Let ContactOrBot implements CoroutineScope 2020-05-11 15:28:31 +08:00
Him188
7f33f48f98 Improve docs 2020-05-11 15:28:20 +08:00
Him188
68a9d49237 Add a java way to broadcast an event 2020-05-11 15:15:52 +08:00
Him188
b432b39cf3
Update bug---.md 2020-05-11 15:00:50 +08:00
Him188
f7533e3cd6 Fix #318 2020-05-11 14:32:52 +08:00
Him188
746acddfa6 Update version number 2020-05-11 12:41:32 +08:00
Him188
ba2213d5ae Update error reporter 2020-05-11 12:13:20 +08:00
Him188
45f00b4651 Fix VerifyError 2020-05-11 11:34:08 +08:00
Him188
8cb8adc478 1.0-RC2 released 2020-05-11 10:32:18 +08:00
Him188
8f65a416cd Extract events to separate files 2020-05-11 10:04:18 +08:00
Him188
1db7bba837 Make FriendEvent.bot final 2020-05-11 09:53:03 +08:00
Him188
5be7f2bb2d Fix #315 2020-05-11 09:50:18 +08:00
Him188
d8ef80ea97 Adjust visibility 2020-05-11 09:48:53 +08:00
Him188
2295e832bb Pass @ExperimentalCoroutinesApi to the caller of Message.plus(Flow<Message>) 2020-05-10 19:46:25 +08:00
Him188
719c4b402d Clear group members after Bot completion 2020-05-10 17:55:01 +08:00
Him188
b0888a272e Use Message.plus extensions instead of member functions 2020-05-10 16:09:10 +08:00
Him188
4e187cc95b Fix Message.repeat 2020-05-10 15:47:37 +08:00