Commit Graph

1762 Commits

Author SHA1 Message Date
Him188
72fb82c01f Remove MPP EventCancelledException 2020-04-22 18:42:26 +08:00
Him188
3545482034 Fix #253 2020-04-22 18:39:10 +08:00
Him188
66f4620292 Add MessageSource.internalId, support OfflineMessageSource building 2020-04-22 18:35:30 +08:00
Him188
6311c39c97 Enhance MessageChainBuilder 2020-04-22 18:34:44 +08:00
Him188
0acb89cd36 Extract implementations; Introduce OnlineMessageSource.toOffline 2020-04-22 17:13:09 +08:00
Him188
3e644426c8 Make MessageChainBuilder open 2020-04-22 17:03:06 +08:00
Him188
a63af80668 Deprecate QQ
Introduce `Friend` extending `User`
Introduce `User` acting as the superclass of `Friend` and `Member`

Add extensions `Member.asFriend`, etc.
Remove specialized `Contact.hashCode` and `Contact.equals`, inherit from `kotlin.Any`
Specify `toString` behavior in abstract `Contact` classes, instead of in implementation classes.

Add virtual member `Contact.sendMessage(String)`

Migrate the project from using `QQ` to `Friend`

Remove multiplatform Contact class structure, keep them common.

Remove extension `Long.at` in `GroupMessage`, `QQ.at` in `ContactMessage`.
Add `At.asMember()` in `GroupMessage`.

Make `calculateGroupUinByGroupCode`, `calculateGroupCodeByGroupUin` static on JVM.
2020-04-22 16:08:04 +08:00
Him188
3c9b057ad0 Rename Identified to ContactOrBot, remove experimental annotations 2020-04-22 14:03:29 +08:00
Him188
4b05cb45d1 Use List instead of Sequence 2020-04-22 13:40:51 +08:00
Him188
373ad9e8aa Replace Bot.instances: List<WeakRef> with Bot.instances: Sequence<Bot> 2020-04-22 13:40:40 +08:00
Him188
d40e3ee745 Make BotIsBeingMutedException.botMuteRemaining inline 2020-04-22 13:18:59 +08:00
Him188
3471684117 Add more DSL clauses 2020-04-22 12:41:51 +08:00
Him188
5aa85ba05c ? 2020-04-22 12:35:24 +08:00
Him188
9ad8dfa79b Make crossinline 2020-04-22 12:16:27 +08:00
Him188
be6cc718c6 Fix version number 2020-04-22 11:51:21 +08:00
Him188
b78d9ad3bb Rearrange tests 2020-04-22 11:40:44 +08:00
Him188
9ae02b5ade Fix build 2020-04-22 11:36:57 +08:00
Him188
a662362131 Fix build 2020-04-22 11:36:27 +08:00
Him188
ca216bc492 Fix syncFromEvent, add Tests 2020-04-21 14:51:50 +08:00
Him188
422e8a9b4b Rename MessagePacket.kt to ContactMessage.kt 2020-04-21 14:37:54 +08:00
Him188
a516764630 Simplify expressions 2020-04-21 14:35:04 +08:00
Him188
069a88e803 Remove senseless contracts 2020-04-21 14:31:28 +08:00
Him188
d94b1d3279 Rename subscribingGet to syncFromEvent, subscribingGetAsync to asyncFromEvent; Improve docs 2020-04-21 14:30:35 +08:00
Him188
5234226788 Add noinline subscribers that take eventClasses 2020-04-21 14:19:17 +08:00
Him188
5af1d0435a Add MessageChain.contentEquals 2020-04-20 22:04:39 +08:00
Him188
f845b5cded Add Message.isPlain, Message.isNotPlain 2020-04-20 21:52:22 +08:00
Him188
edd823c7bc Improve docs 2020-04-20 21:52:07 +08:00
Him188
16fec25747 Fix typo, add MessageChain.allContent, MessageChain.noneContent 2020-04-20 21:51:45 +08:00
Him188
9270195d31 Fix CombinedMessage.toString, add caches. 2020-04-20 21:28:54 +08:00
Him188
96610b30e3 Support CustomMessage 2020-04-20 21:26:16 +08:00
Him188
1258746ec0 Add BotConfiguration.inheritCoroutineContext 2020-04-20 20:15:27 +08:00
Him188
162dfb7c71 Improve performance 2020-04-20 17:08:45 +08:00
Him188
c4b3eade4a MessageChain.firstOrNull rather than MessageChain.getOrNull on JVM 2020-04-20 17:06:28 +08:00
Him188
1542b73fa9 Improve KDoc 2020-04-20 16:55:44 +08:00
Him188
c8cd03ac02 Fix function name on JVM, from MessageReceipt.recall to MessageReceipt.recallIn 2020-04-20 16:55:07 +08:00
Him188
1eff81d41f Use first on JVM 2020-04-20 16:54:20 +08:00
Him188
1fae390fba Enhance MessageChainBuilder 2020-04-20 16:23:37 +08:00
Him188
4fa9f1ac5b Add missing @BotAsMember 2020-04-18 16:58:45 +08:00
Him188
405696d9ac Use sequenceId as MessageSource.id, await sequenceId on Group.sendMessage 2020-04-18 16:56:18 +08:00
Him188
7f347feedd Deprecate openChannel 2020-04-17 21:36:39 +08:00
Him188
ac6f411eb2 Add equals and hashCode to Messages 2020-04-17 14:31:43 +08:00
Him188
db8cb84c99 Rearrange implementations for MessageSource, implement recall state check 2020-04-17 14:19:32 +08:00
Him188
e9c445735d Merge remote-tracking branch 'origin/master' 2020-04-16 18:49:29 +08:00
Him188
870ed59d97 Inherit kotlinx-coroutines dependency from ktor 2020-04-16 10:39:27 +08:00
sandtechnology
67f7be34a3
Fix wrong error message 2020-04-16 01:21:54 +08:00
Him188
2b2edeacb1 Support operator in GroupNameChangeEvent, optimize logs, close #217 2020-04-15 19:55:10 +08:00
Him188
991f46fe64 Introduce ServiceMessage, fix #229, fix #224 2020-04-15 19:14:59 +08:00
Him188
77a0ba6e29 Fix #227 2020-04-15 16:48:41 +08:00
Him188
90ee9b441a Rework reconnection, fixes #228 2020-04-15 16:46:39 +08:00
Him188
f1ac53f115 Cleanup 2020-04-15 10:47:11 +08:00
Him188
a5b82c5e48 Rearrange MessageSubscribersBuilder 2020-04-15 10:11:09 +08:00
Him188
b3a56126d4 Change retention of SinceMirai to BINARY 2020-04-15 08:47:53 +08:00
Him188
f8d2760752 Merge remote-tracking branch 'origin/master' 2020-04-15 08:20:04 +08:00
Him188
a50f1c7274
Update docs 2020-04-14 22:58:51 +08:00
Him188
eeb1f89d81 Simplify DSL 2020-04-14 14:29:56 +08:00
Him188
b0718c5b2e Add experimental annotations 2020-04-13 19:15:35 +08:00
Him188
0a2152dc73 Add SingleMessage.asMessageChain 2020-04-13 18:56:20 +08:00
Him188
075ed6680f Rearrange implementations 2020-04-13 12:30:37 +08:00
Him188
a7de970a81 Simplify exposed public APIs 2020-04-13 12:26:11 +08:00
Him188
e9591981e6 Add shortcuts, fix type issue 2020-04-13 12:21:22 +08:00
Him188
45784c01a8 Introduce experimental common super interface Identified for Contact and Bot 2020-04-13 12:13:34 +08:00
Him188
e10e404c6c Fix MessageSource 2020-04-13 12:12:56 +08:00
Him188
f5a8420231 Speed up image uploading 2020-04-13 11:13:27 +08:00
Him188
f7f3e88878 Add group and senderName shortcuts to TempMessage 2020-04-13 10:27:49 +08:00
Him188
0ef844f79b Fix doc 2020-04-12 20:18:46 +08:00
Him188
da801d7b6d Support server changing, close #52 2020-04-12 19:17:27 +08:00
Him188
6f5441bf1a Add MessageChainBuilder.build 2020-04-12 01:42:16 +08:00
Him188
3921fd3598 Add At.isBot 2020-04-12 01:41:59 +08:00
Him188
53d53d2cbb Add String.invoke DSL 2020-04-12 01:41:38 +08:00
Him188
e279e79b63 Add atBot DSL 2020-04-12 00:54:47 +08:00
Him188
770c5cd5a2 Fix recursive call 2020-04-11 20:22:30 +08:00
Him188
b9a3675dad Support Group.quit, add BotLeaveEvent.Active 2020-04-11 20:15:23 +08:00
Him188
1e93da9a09 Merge remote-tracking branch 'origin/master' 2020-04-11 16:08:01 +08:00
Him188
b6d9154580 Add .group shortcuts to temp OnlineMessageSource 2020-04-11 16:07:19 +08:00
Him188
6d9aceae6e Fix docs 2020-04-11 16:06:23 +08:00
Him188
505943cb3d Handle SMS login 2020-04-11 16:06:21 +08:00
Anders
d3b52732d7
Update BotEvents.kt
"入群申请消息"更改为"申请好友消息"
2020-04-11 13:57:23 +08:00
Anders
686d7577c6
Update BotEvents.kt
将注释: 机器人被邀请加入群 更改为: 一个账号请求加入群事件
2020-04-11 13:37:02 +08:00
Him188
9736909d90 Rename BotKickEvent to BotLeaveEvent 2020-04-10 20:29:01 +08:00
Him188
3c786cb042 Support MemberJoinEvent.Active, also fix #164 2020-04-10 20:21:51 +08:00
Him188
418fb43992 Returns botAsMember when Group.get(bot.id) 2020-04-10 19:40:34 +08:00
Him188
7e02c48122 Add notes 2020-04-10 19:33:20 +08:00
Him188
1e1785f4d6 Add ForwardMessage, support decoding, fix LongMessage decoding 2020-04-10 19:16:06 +08:00
Him188
239b8bcce4 Deprecate MemberCardChangeEvent.operator 2020-04-10 19:03:09 +08:00
Him188
918ede1fa6 Add FriendDeleteEvent, FriendAddEvent, also fix #216 2020-04-10 18:56:26 +08:00
Him188
882c623823 Add @JvmOverloads for BufferedImage.toExternalImage 2020-04-10 13:42:16 +08:00
Him188
7357169560 Fix build 2020-04-10 13:42:04 +08:00
Him188
c27ee12bdb Simplify MessageReceipt 2020-04-10 11:35:14 +08:00
Him188
ae1156b434 Simplify Contact structure 2020-04-10 11:35:05 +08:00
Him188
ec35eeba1c Simplify Bot structure 2020-04-09 16:14:48 +08:00
Him188
3a8b2dd6d2 Fix MessageSource.id from offline quotations 2020-04-09 09:38:30 +08:00
Him188
7f498604d6 Add warning for LowLevelApi 2020-04-09 09:12:02 +08:00
Him188
06786eb3da Add constructor checks 2020-04-09 08:56:09 +08:00
Him188
a604083e9a Fix naming issue 2020-04-09 08:55:17 +08:00
Him188
3dafb8ea90 Add subscribers for TempMessage 2020-04-09 08:46:10 +08:00
ryoii
2053ab198c Support TempMessage 2020-04-08 22:12:18 +08:00
Him188
fc8714de5f Fix build 2020-04-08 14:57:42 +08:00
Him188
df9a5f7c0a Fix incorrect new contact handling 2020-04-08 14:37:33 +08:00
Him188
6480e78b24 Handle ContactList syncing on new friend or member event. 2020-04-08 14:33:13 +08:00
Him188
da39cc41a8 Fix fatal error catching on init 2020-04-08 13:58:56 +08:00
Him188
faf8002de9 Fix massive group list loading 2020-04-08 13:25:20 +08:00
Him188
4633803c55 Add java-friendly APIs 2020-04-08 10:50:13 +08:00
Him188
d9756c212c Add common runBlocking for convenience 2020-04-08 10:49:04 +08:00
ryoii
eec820c1a7 Support for approving requests of adding friend and joining group, close #91 2020-04-07 21:14:34 +08:00
Him188
366de98a6c Adjust exception message 2020-04-07 09:01:32 +08:00
Him188
a797dac5ba Fix MessageSource.key, add MessageSource.isAboutFriend and MessageSource.isAboutGroup 2020-04-07 09:00:39 +08:00
Him188
0aaeaea793 Merge remote-tracking branch 'origin/master' 2020-04-07 08:44:07 +08:00
Him188
9aa32c49b1 Compact MessageSubscribersBuilder 2020-04-07 08:43:49 +08:00
Him188
8dee2dbb2f Fix tests 2020-04-06 21:06:24 +08:00
Him188
c722e97f07 Fix StackOverflowError 2020-04-06 20:33:09 +08:00
Him188
7015f0f4e9 Fix MessageChainBuilder.addAndCheckConstrainSingle 2020-04-06 20:01:19 +08:00
Him188
5c8e995d78 Fix references 2020-04-06 19:17:55 +08:00
Him188
165de9a85d Fix references 2020-04-06 19:14:12 +08:00
Him188
cdf574d97a Fix buidl 2020-04-06 19:13:51 +08:00
Him188
4184b5f7d9 Make CombinedMessage internal 2020-04-06 19:13:11 +08:00
Him188
b8b749bf65 Completed CombinedMessage redesigning and constraining on concatenation 2020-04-06 18:04:41 +08:00
Him188
eb0696be14 Adapt for new Message.contentToString 2020-04-05 23:51:34 +08:00
Him188
8486926694 Constrain single on Message.plus, add stubs 2020-04-05 23:35:47 +08:00
Him188
9ad9fb5cf3 Use constant 2020-04-05 19:01:50 +08:00
Him188
b362c637cd Deprecate NullMessageChain 2020-04-05 18:21:29 +08:00
Him188
8fe13e0ae7 Throws an IllegalStateException on NullMessageChain.followedBy 2020-04-05 18:16:44 +08:00
Him188
944afd78d9 Cover more tests 2020-04-05 17:48:22 +08:00
Him188
ed5a52859a Reduce duplication 2020-04-05 17:48:15 +08:00
Him188
e454502ef8 Implement ConstrainSingle in MessageChainBuilder 2020-04-05 17:36:20 +08:00
Him188
3714b1b95e Implement ConstrainSingle 2020-04-05 17:18:23 +08:00
Him188
4d6085c006 Introduce Message.contentToString 2020-04-05 16:01:33 +08:00
Him188
3575e802c7 Deprecate CombinedMessage.constructor for future plan 2020-04-05 15:32:32 +08:00
Him188
00522f4113 Add filterContext to whileSelectMessages 2020-04-04 23:57:01 +08:00
Him188
ca85eb6258 Fix Message.Key 2020-04-04 23:31:35 +08:00
Him188
864cde060e Fix #180 2020-04-04 23:22:52 +08:00
Him188
19bc7b80c5 Rename MessageSource.senderId to MessageSource.fromId 2020-04-04 22:38:08 +08:00
Him188
039b3d7517 Cleanup 2020-04-04 22:17:35 +08:00
Him188
2b49a7586f Reconstruct MessageSource, fix #197, #133 2020-04-04 22:08:53 +08:00
Him188
9f7088d4a4 Avoid NPE from Android 2020-04-04 16:10:49 +08:00
Him188
eb482a4303 Fix #187 2020-04-04 14:50:53 +08:00
Him188
c3be191db0 Rearrange FlashImage, add more docs 2020-04-04 14:33:55 +08:00
Him188
bd3e73ae42 Simplify constructor 2020-04-04 14:20:22 +08:00
Him188
3cc5cbfcfd Introduce BotIsBeingMutedException to replace IllegalStateException 2020-04-04 14:17:32 +08:00
Him188
e8b0c99006 Fix name 2020-04-04 13:54:11 +08:00
ryoii
eac23171ec Support Bot.nick, closed #93 2020-04-04 09:47:34 +08:00
Him188
18c5911666 Cleanup 2020-04-03 10:32:44 +08:00
Him188
6590d8ade7 Fix message select 2020-04-03 10:32:39 +08:00
Him188
1af139130d Add FlashImage.invoke(imageId: String) 2020-04-03 09:18:22 +08:00
Him188
cb535bb88d Fix ContactMessage.nextMessageContaining 2020-04-03 08:59:04 +08:00
Him188
ed1a675caf Add Image.Key support for FlashImage 2020-04-03 08:55:19 +08:00
Him188
14bce64f41 Fix PlainText.equals, close #192 2020-04-03 08:52:00 +08:00
Him188
b4f77454a1 Fix FlashImage constructing 2020-04-03 08:48:22 +08:00
Him188
ebe3ecd2cb Make AbstractImage sealed 2020-04-03 08:48:05 +08:00
Him188
985b0b4ba4 Make FlashImage constructable from mirai-core 2020-04-03 08:44:18 +08:00
ryoii
5cb93c9fa1 Support FlashImage 2020-04-03 03:11:14 +08:00