Commit Graph

1303 Commits

Author SHA1 Message Date
Him188
fa80753250 Update docs 2020-05-22 12:28:56 +08:00
Him188
5d37d279cb Ignore reply when muted 2020-05-21 23:32:21 +08:00
Him188
c053a31f87 Add warning for unspecified deviceInfo 2020-05-21 21:12:20 +08:00
Him188
ae8d6e0cd2 Fix doc and DefaultLogger usage 2020-05-21 20:35:18 +08:00
Him188
f848473289 Improve loggers:
Make SimpleLogger open;
Simplify PlatformLogger;
PlatformLogger on JVM now has `isColored` param and prints exception canonically;
Unify log format;
2020-05-21 20:32:49 +08:00
Him188
b4a3d13011 Add experimental nameAligned and simpleName to SimpleLogger.LogPriority 2020-05-21 17:53:03 +08:00
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
7172ef628c Fix NPE on initialization of Bot 2020-05-21 10:38:21 +08:00
Him188
e4e526ca80 Support object implementations of Event 2020-05-16 15:32:09 +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
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
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
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
f7533e3cd6 Fix #318 2020-05-11 14:32:52 +08:00
Him188
45f00b4651 Fix VerifyError 2020-05-11 11:34:08 +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
Him188
06205cb69b Improve Bot life cycle management, close #317 2020-05-10 15:41:08 +08:00
Him188
aa2805b81f Let ContactList<C> implement Collection<C> 2020-05-10 15:34:06 +08:00
Him188
0b4f53ee12 Optimize Face constructor 2020-05-10 02:55:12 +08:00
Him188
3238223a3f Add doc 2020-05-10 02:54:31 +08:00
Him188
90c0c5c549 Optimize experimental API usages 2020-05-10 02:22:16 +08:00
Him188
904513667c Fix reference 2020-05-10 01:50:35 +08:00
Him188
54794a6e49 Fix references 2020-05-10 00:59:12 +08:00
Him188
4bbdd588d5 Add typealias 2020-05-10 00:54:48 +08:00
Him188
cbdc8bb098 Support Kotlin functional references in event subscribing 2020-05-09 22:23:19 +08:00
Him188
346aecd68b Enable progressiveMode 2020-05-09 22:23:02 +08:00
Him188
613ab883bb Add type projection for subscribe.eventClass 2020-05-09 21:10:59 +08:00
Him188
0475cbb841 Rename listener to handler 2020-05-09 21:04:54 +08:00
Him188
8a2027a0e4 Use volatile than atomic 2020-05-09 20:42:55 +08:00
Him188
8117382f74 Add docs for event intercepting 2020-05-09 20:16:13 +08:00
Him188
288c4cf5fa Fix doc 2020-05-09 20:12:38 +08:00
Him188
0f0ca8e2cc Deprecate Bot.subscribe* for better Coroutine life cycle management; Add docs 2020-05-09 20:11:25 +08:00
Him188
5db9d1d0db Fix doc 2020-05-09 18:27:17 +08:00
Him188
e6dec8a498 Add nextEventOrNull 2020-05-09 18:18:50 +08:00
Him188
d16a699810 Fix BotFaceChangedEvent, Add FriendFaceChangedEvent 2020-05-09 17:19:02 +08:00