Commit Graph

1874 Commits

Author SHA1 Message Date
Him188
1f308b3018 Update docs 2020-05-28 14:08:37 +08:00
Him188
df8c9e947b Merge remote-tracking branch 'origin/master' 2020-05-27 22:35:22 +08:00
Him188
4b893563bc Add docs 2020-05-27 22:35:04 +08:00
ryoii
7fd5cfe3bb Low level api for request event again 2020-05-25 22:40:10 +08:00
Him188
534ba00f69 Remove (internal) low level API for responding events 2020-05-25 15:33:32 +08:00
Him188
906fbfc191 Fix various ReplaceWith 2020-05-25 14:23:27 +08:00
Him188
aad0cbe6e2 Setup mirai-doc publishing 2020-05-24 16:42:42 +08:00
Him188
452dd94831 Fix doc reference 2020-05-24 16:00:49 +08:00
Him188
4ac4607902 Remove BotJoinGroupEvent.Invite.invitorName as not provided by the server 2020-05-24 14:46:35 +08:00
Him188
0b62370d9d Make MessageEvent constructors internal for future compatibility 2020-05-24 14:44:18 +08:00
Him188
b2b8e1206a Optimize internal event logs 2020-05-24 14:29:59 +08:00
Him188
f558537465 Fix KDoc, close #337 2020-05-24 14:22:17 +08:00
Him188
fb9980f61b Close #341 2020-05-24 14:14:06 +08:00
Him188
9631a2de1f Fix loggers 2020-05-24 14:10:43 +08:00
Him188
5485ffe801 Support Bot.isOnline, close #342 2020-05-24 14:09:16 +08:00
Him188
ab464388c1 Support BotJoinGroupEvent.Invite, close #344 2020-05-24 13:50:36 +08:00
Him188
e8345c382d Make event constructors internal for future compatibility 2020-05-24 13:25:29 +08:00
ryoii
250497dcad Close #338 2020-05-24 10:55:36 +08:00
ryoii
2ca73a4383 Low level api for request event 2020-05-23 21:57:22 +08:00
Him188
0376bc6002 Fix test 2020-05-22 22:49:24 +08:00
Him188
3c1ee33ee0 Fix Java function resolving 2020-05-22 13:20:59 +08:00
Him188
abf367bd5c Fix test 2020-05-22 12:33:17 +08:00
Him188
fa80753250 Update docs 2020-05-22 12:28:56 +08:00
Him188
d47c764a81 Update coroutine version 2020-05-22 00:04:30 +08:00
Him188
5d37d279cb Ignore reply when muted 2020-05-21 23:32:21 +08:00
Him188
5871f727dc Fix exception logging 2020-05-21 21:27:02 +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
3f4dd1ec12 Improve PlatformLogger.jvm, prints stacktrace to a specified output 2020-05-21 17:52:36 +08:00
Him188
6aaba6c5ae Use non-strict JSON serialization for deviceInfo 2020-05-21 17:27:52 +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
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
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