Him188
7a6e930fc7
Support key refresh ( #901 )
...
* Add skey tests
* t106
* Fix some protocol errors. skey refresh
* login extra
* Support Key refresh, close #833
* apiDump
* Merge with dev
2021-01-26 19:32:27 +08:00
Him188
d8b1505181
Highway big data channel ( #917 )
...
- Fix retryWithServers exception suppress
- ConfigPush BDH session
- ConfigPush SSO change server
- Upload group PTT silk, #577
- Support upload private image through highway, close #194 ;
- Add fallback strategies for uploading group voice #577 and private image #916
- Upload all resources through highway BDH
- Support concurrent uploading
- Add BotConfiguration.highwayUploadCoroutineCount
close #916 , close #577 , close #194
2021-01-26 19:08:01 +08:00
Him188
8ad0b91974
Fix blocking calls in suspend contexts
2021-01-26 13:38:23 +08:00
Him188
63860f9ab7
Improve logs
2021-01-26 13:25:13 +08:00
Him188
544006b0e7
Improve OtherClients load messages
2021-01-26 12:42:11 +08:00
Him188
fed003e491
async reconnect
2021-01-25 23:26:18 +08:00
Him188
d3b9741bdb
Renew QQAndroidClient on reconnection
2021-01-25 22:53:04 +08:00
Him188
af9eadf34e
Fix endless reconnection on LoginFailedException, close #895
2021-01-25 12:41:07 +08:00
Him188
ff9cc6a74e
Improve logs on reconnection
2021-01-25 12:36:16 +08:00
Him188
336cc6a8f9
Add OutgoingPacketWithRespType for developing convenience
2021-01-24 04:39:59 +08:00
Him188
8e2e259618
Move queryProfile from Bot to IMirai and add User.queryProfile
2021-01-24 01:15:12 +08:00
Him188
8da048af63
Serialization support for MusicShare;
...
Rename MusicShare.type to kind;
Rename MusicType to MusicKind;
2021-01-24 00:39:05 +08:00
Him188
9d77382b6d
Remove delay on BotOfflineEvent.Force
2021-01-24 00:20:21 +08:00
Him188
44d96fe36b
Speed up reloadGroupList: use Semaphore with 30 initial permits
2021-01-24 00:15:46 +08:00
Him188
80b00f9910
Fix reloadGroup retry
2021-01-24 00:13:52 +08:00
Him188
ab2a8539e0
Fix reconnect, #894
2021-01-24 00:09:19 +08:00
Him188
e605c293f5
Revert "Fix reconnect. Fix #894 "
...
This reverts commit 65eff19f
2021-01-23 23:48:38 +08:00
Him188
65eff19f32
Fix reconnect. Fix #894
2021-01-23 23:29:09 +08:00
Him188
2e5b223b6a
支持使用QQ互联通道发送音乐分享 ( #889 )
...
* Add new MessageContent MusicShare and its protocol internals. #690 , #682
* MusicShare sending
* MusicShare: MessageSource integration fundamentals
* - MessageReceipt integration for MusicShare
- Support MusicShare in QuoteReply: transform as PlainText
- Support LightApp refining, support decoding MusicShare
* Dump api for MusicShare
* Remove debugging code
* 2.1.0-dev-3
* Remove confusing providedSequenceIds in OnlineMessageSourceToGroupImpl
* fix build
Co-authored-by: wdvxdr <wdvxdr@foxmail.com>
2021-01-23 22:09:27 +08:00
Karlatemp
5a468a0177
Delete debugging println
2021-01-23 14:44:32 +08:00
Karlatemp
4e2ba2f7e3
Improve group message sending ( #892 )
2021-01-23 14:31:26 +08:00
Karlatemp
c762ecd0a2
Fix recall error message
2021-01-23 14:30:43 +08:00
Him188
162bc9113c
Improve message event logs:
...
- Do not include MessageSource
- Treat MessageSyncEvent as a message sent by others
2021-01-23 03:09:04 +08:00
Him188
e2554f0ea6
Fix message results in internal impl
2021-01-23 02:58:22 +08:00
Him188
76459aca34
Remove ProtoBufWithNullableSupport.kt, use Kotlin's ProtoBuf instead, fix potential serialization problems
2021-01-23 01:29:34 +08:00
Him188
9b38b9a54d
Avoid re-broadcasting MessagePostSendEvent for long messages
2021-01-23 00:28:14 +08:00
Him188
d60006376c
Rewrite Group sendMessageImpl, improve current Highway impls, for music share #889 #682 and further friend message highway #194 , #577
2021-01-23 00:09:35 +08:00
Him188
5a0b0e494e
Fix forward message when wrapped in MessageChain
2021-01-22 13:42:55 +08:00
Him188
8dd3830a71
Fix build
2021-01-22 13:22:32 +08:00
Him188
1963b3768d
Improve PlatformSocket:
...
- Close channels on close
- Interrupitable `connect`
- Cancel `raed` on continuation cancellation
2021-01-22 13:01:40 +08:00
Him188
bdfbe43271
Enable explicitApi for mirai-core, add notes for BotFactoryImpl
2021-01-22 11:25:01 +08:00
sandtechnology
209b2b7616
Support decode the join request by member invite ( #882 )
...
* Support detect official bot, fix #439
* Fix wrong command name and add missed value
* Adapt to changed invite event
* Internal MessageData
* Fix build
* Fix wording
* Support decode the join request by member invite
* Fix shadow warning
* Fix build
* Adapt to MemberJoinEvent broadcast logic when accepted
* Downgrade blockingBridge version to 1.7.2 for passing build
* Fix binary compatibility
* Reformat code
* Update api
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-22 07:48:10 +08:00
Karlatemp
c77f94cd52
UserProfile query ( #866 )
...
* UserProfile query
* zip vReq0x5ebFieldId
* Move UserProfile to `net.mamoe.mirai.data`
* Move `queryProfile` to high-level api
* Add doc
* Update UserProfile.kt
* Make UserProfile experimental
* Convert UserProfile.sex to enum
* Remove debugging code
* Dump apis
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-22 07:47:57 +08:00
Him188
988794343b
Improve buildscript, fix publication
2021-01-21 10:08:21 +08:00
sandtechnology
3a5d707417
Support detect official bot, fix #439 ( #810 )
...
* Support detect official bot, fix #439
* Fix wrong command name and add missed value
* Adapt to changed invite event
* Internal MessageData
* Fix build
* Fix wording
2021-01-20 19:20:24 +08:00
Him188
73eb4813e5
Support joinTimestamp and lastSpeakTimestamp, fix #865 , fix #394
2021-01-17 19:35:04 +08:00
Him188
4467f69110
Improve member impls
2021-01-17 19:34:40 +08:00
Him188
08badca2af
Merge remote-tracking branch 'origin/dev' into dev
2021-01-17 18:44:44 +08:00
Him188
4b1e7be524
Ignore SystemMsgNewGroup subType=3 groupMsgType=5, fix #651
2021-01-17 18:43:54 +08:00
Him188
bb348930d8
Extract login subcommands to simplify WtLogin, add exchange_emp, #833
2021-01-17 18:32:43 +08:00
Karlatemp
cbae09bf4a
JceRequestSBufferBuilder
2021-01-17 17:42:02 +08:00
Him188
3098a7d953
Broadcast FriendAddEvent on acceptNewFriendRequest
2021-01-17 17:18:11 +08:00
Him188
45072c92d3
Broadcast MemberJoinEvent on acceptMemberJoinRequest, fix #641
2021-01-17 17:16:20 +08:00
Karlatemp
57463fddd8
mirai-login-solver-selenium 1.0-dev-14
2021-01-15 00:47:47 +08:00
Him188
1e55d15047
Fix potential SvcReqMSFLoginNotify (OtherClient online) decode failure
2021-01-14 18:11:53 +08:00
Him188
b49894a4f1
Merge remote-tracking branch 'origin/dev' into dev
2021-01-14 18:00:25 +08:00
Him188
10ef21dd91
Simplify internal implementation
2021-01-14 12:38:13 +08:00
Him188
067ab7c765
Replace deprecation calls internally
2021-01-14 12:28:00 +08:00
Karlatemp
d48ccee708
Splicing fragmented plain text
2021-01-14 11:48:11 +08:00
sandtechnology
3cc3f52e69
Fix #856 , also fix wrong comment in PbPushTransMsg.kt ( #859 )
2021-01-13 21:46:16 +08:00
sandtechnology
72ca12a347
Fix long message error again ( #858 )
...
* Fix #195 again, also fix #539
* Let AtAll consistent with At
Co-authored-by: Him188 <Him188@mamoe.net>
* Change Member to NormalMember for capable events
* Make StrangerRelationChangeEvent sealed
* 2.0-RC
* Fix dokka
* Fix #195 again
* Revert Image length to 260 and increase limit to 15000
* Add fallback measure to group message
* Remove unnecessary log
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-13 21:45:35 +08:00
sandtechnology
837bae41fc
Fix Long message error ( #857 )
...
* Fix #195 again, also fix #539
* Let AtAll consistent with At
Co-authored-by: Him188 <Him188@mamoe.net>
* Change Member to NormalMember for capable events
* Make StrangerRelationChangeEvent sealed
* 2.0-RC
* Fix dokka
* Fix #195 again
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-13 18:53:00 +08:00
sandtechnology
72f870a3df
Fix inconsistent message length ( #855 )
...
* Fix #195 again, also fix #539
* Let AtAll consistent with At
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-13 17:25:07 +08:00
Him188
0b2bb82d10
Change Member to NormalMember for capable events
2021-01-12 18:11:47 +08:00
sandtechnology
b9f78be0d5
Support C2C sync and fragmented message decoding of friend ( #841 )
...
* Support C2C sync and fragmented message in friend
* Update mirai-core-api/src/commonMain/kotlin/event/events/MessageSyncEvent.kt
* Update mirai-core-api/src/commonMain/kotlin/event/events/MessageSyncEvent.kt
* Update mirai-core-api/src/commonMain/kotlin/event/events/MessageSyncEvent.kt
* Update mirai-core-api/src/commonMain/kotlin/event/events/MessageSyncEvent.kt
Co-authored-by: Him188 <Him188@mamoe.net>
2021-01-11 23:32:32 +08:00
Him188
219ecde909
Merge pull request #842 from sandtechnology/FixPCClientMsg
...
Fix missed PC client message
2021-01-11 23:27:34 +08:00
sandtechnology
ee906d85f3
Fix missed PC client message
2021-01-11 21:44:58 +08:00
Him188
d1c9acf7f4
Migrate to new GroupTempMessageEvent
2021-01-11 19:26:15 +08:00
Him188
564c961d3f
Add low level APIs for recalling message
2021-01-11 19:11:46 +08:00
Him188
a7dabd63aa
Allow modifying IMirai.Http
2021-01-11 18:57:01 +08:00
Him188
190a098227
Do not kill bot on offline. Fix #838
2021-01-11 17:59:07 +08:00
Him188
1d4867d9b6
Merge remote-tracking branch 'origin/dev' into dev
2021-01-11 17:39:28 +08:00
Him188
25ad97766c
Fix potential memory leak. #556
2021-01-11 17:39:10 +08:00
Him188
7f8003478c
Make OtherClientInfo.platform nullable.
2021-01-11 17:14:24 +08:00
Him188
c074bef9c6
Deprecate TempMessageEvent and add GroupTempMessageEvent for #429
2021-01-11 17:09:01 +08:00
Karlatemp
01c050d0b6
FragmentedMsgParsingCache
2021-01-10 23:20:15 +08:00
sandtechnology
268dcc7039
Support PushStatus and add new ClientKind, Fix #787 ( #836 )
...
* Support PushStatus and improve ClientKind
* Revert NotNull changes
2021-01-10 23:18:14 +08:00
Him188
c8298b1cac
Filter redundant At around QuoteReply sent by Android clients
2021-01-10 04:38:20 +08:00
Him188
ad6e951be8
Fix MessageSource.originalMessage: now offline sources does not have MessageSource in their originalMessage
2021-01-10 03:44:58 +08:00
Him188
b65afd8533
Fix messageSourceKind for OfflineMessageSource in QuoteReply
2021-01-10 03:12:30 +08:00
Him188
1a1eb0e2a4
[Review] MessageSourceBuilder
2021-01-09 21:36:27 +08:00
Him188
989cd3292e
Merge remote-tracking branch 'origin/dev' into dev
2021-01-09 14:54:02 +08:00
Karlatemp
bca98c72d5
Fix StackOverflowError in QuoteReply
...
fix #829
2021-01-09 13:11:07 +08:00
Him188
619dafa1ae
[Review] Move Listener.ConcurrencyKind and Listener.EventPriority to top-level
2021-01-08 12:41:42 +08:00
Him188
4e2108d841
[Review] NudgeEvent: Simplify and stabilize NudgeEvent, remove all XXXNudgeEvent, add single NudgeEvent
2021-01-08 12:28:12 +08:00
Him188
8f998320ca
Fix sendAndExpect retry
2021-01-08 12:04:15 +08:00
Him188
7dd7f48994
Don't catch Error while reconnecting and sending packet, fix #824
2021-01-08 12:03:42 +08:00
Him188
b32090bf2a
[Review] OtherClient:
...
- Change Bot.otherClients to ContactList<OtherClient>
- Change OtherClient.id to delegate info.appId
- Stabilize OtherClientInfo
2021-01-08 11:42:44 +08:00
Him188
1885db5523
Code cleanup
2021-01-08 11:37:09 +08:00
Him188
976901603e
[Review] MessageRecallEvent: make author and operator not null
2021-01-08 11:11:45 +08:00
Him188
b17c269b62
[Review] Add FlashImage.from(Image), remove deprecated FriendImage.flash and GroupImage.flash
2021-01-08 08:33:47 +08:00
Him188
668398c597
Fix build
2021-01-07 21:11:30 +08:00
Him188
986ebd3c5c
[Review] Mirai code: rename CodableMessage.appendAsMiraiCode to appendMiraiCodeTo
2021-01-07 21:05:36 +08:00
Him188
d4852ceb6f
[Review] Add missing @MiraiExperimentalApi
to appendMiraiCode
2021-01-07 20:53:29 +08:00
Him188
faece77942
[Review] Rearrange utilities
2021-01-06 16:09:44 +08:00
Him188
41a34bdf65
[Review] Extract MessageSerializersImpl to separate file
2021-01-06 15:55:26 +08:00
Him188
5b74f2a64e
[Review] Move JavaFriendlyApi to Annotations.kt
2021-01-06 15:02:49 +08:00
Him188
dc449bdca9
[Review] Code cleanup
2021-01-06 14:59:20 +08:00
Him188
1215a56775
[Review] LowLevelApiAccessor:
...
- Rename method names, remove "_lowLevel"
- Add blocking bridges
2021-01-06 14:58:06 +08:00
Him188
1f0d8363f6
Cover all message types in tests
2021-01-06 14:45:00 +08:00
Him188
1fc7698b9b
Fix MessageSerializationTest.kt
2021-01-06 14:42:04 +08:00
Him188
ebc7d655e3
Message serialization, fix #767
2021-01-06 13:14:57 +08:00
sandtechnology
866df1b2e1
Fix empty marketFace name and failed to decode on PC ( #817 )
...
* Fix empty marketFace name and failing decoding on PC
* Fix build
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-01-06 00:08:36 +08:00
Him188
1d24a810fe
Unify image id
2021-01-05 23:28:34 +08:00
Him188
b7232182ae
Ignore OnlinePush.PbPushTransMsg msgType=529, subtype=9. Fix #743
2021-01-05 23:00:26 +08:00
Him188
f00bb216b6
Support sending friend image to group, #307
2021-01-05 22:31:08 +08:00
Him188
ac03d405f9
Support sending group image to friend, #307
2021-01-05 22:31:08 +08:00
Him188
767eb75d4e
Move Http client from MiraiPlatformUtils to IMirai.Http
...
Delete MiraiPlatformUtils
Add timeout configuration for ktor HttpClient, fix #673
2021-01-05 20:43:04 +08:00
Him188
95e6ca4c7a
Add BotOfflineEvent.reconnect
, support auto-reconnect control.
...
AbstractBot.offlineListener is now MONITOR
2021-01-05 20:23:00 +08:00
Him188
44053ae85f
Extract network logic to separate classes to speed up inspections
2021-01-05 18:16:20 +08:00
sandtechnology
7d43ab20f8
Syncing when joined group by other client & Add missed invitor in invite event ( #804 )
...
* Introduce UserInfo and change uin to id
* Stranger api: List and asStranger
* Stranger api: Events
* Stranger api: MessageDSL and MessageSource
* Update docs
* Improve LoginSolver
fix project-mirai/mirai-login-solver-selenium#4
* Improve SeleniumLoginSolver loading
* Fix MessageChain.fragmented
* 2.0-M2-1
* Stranger api change: StrangerRelationChangeEvent
* Stranger impl: list and asStranger
* Stranger impl: get stranger list and del stranger protocol
* Stranger impl: add stranger protocol
* Stranger impl: MessageSource refactor and sending&receiving message
* Stranger impl: Dropping long message support (server rejected)
* Stranger impl: sending stranger message when member is stranger
* Fix wrong key
Co-authored-by: Him188 <Him188@mamoe.net>
* Add @LowLevelApi
Co-authored-by: Him188 <Him188@mamoe.net>
* Remove redundant val modifier
* Replace nudge if statement to when statement
* Move list seq to QQAndroidClient
* Replace id with uin in UserInfo and fix build error
* Using by lazy in asStranger
* Fix wrong wordings
* Fix wrong wordings in uploading image
* Fix nudge
* Fix #478 , sync other client join group
* Change to NormalMember and update toString method
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
* Launch on bot network scope
Co-authored-by: Him188 <Him188@mamoe.net>
* Fix TarsDecoder
fix #762
* Fix TarsInput.skipField
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-01-05 17:27:40 +08:00
sandtechnology
24a95201a0
Fix wrong mute packet decoding ( #811 )
2021-01-05 12:43:21 +08:00
Karlatemp
7edcf987ce
Fix TarsInput.skipField again
2021-01-05 00:18:08 +08:00
sandtechnology
2d5a37f220
Remove debug information in StrangerList.kt ( #809 )
...
* Remove debug information in StrangerList.kt
* Format
2021-01-04 20:13:06 +08:00
Karlatemp
fce2ac469e
Fix TarsInput.skipField
2021-01-03 23:49:51 +08:00
Karlatemp
1eecefd16e
Fix TarsDecoder
...
fix #762
2021-01-03 22:24:28 +08:00
Karlatemp
9c60961271
Fix display of At
2021-01-01 23:54:13 +08:00
Karlatemp
6bc67c7c48
Fix display of At
2021-01-01 23:51:24 +08:00
sandtechnology
1117c14c7d
Support Stranger & Fix #664 ( #795 )
...
* Introduce UserInfo and change uin to id
* Stranger api: List and asStranger
* Stranger api: Events
* Stranger api: MessageDSL and MessageSource
* Update docs
* Improve LoginSolver
fix project-mirai/mirai-login-solver-selenium#4
* Improve SeleniumLoginSolver loading
* Fix MessageChain.fragmented
* 2.0-M2-1
* Stranger api change: StrangerRelationChangeEvent
* Stranger impl: list and asStranger
* Stranger impl: get stranger list and del stranger protocol
* Stranger impl: add stranger protocol
* Stranger impl: MessageSource refactor and sending&receiving message
* Stranger impl: Dropping long message support (server rejected)
* Stranger impl: sending stranger message when member is stranger
* Fix wrong key
Co-authored-by: Him188 <Him188@mamoe.net>
* Add @LowLevelApi
Co-authored-by: Him188 <Him188@mamoe.net>
* Remove redundant val modifier
* Replace nudge if statement to when statement
* Move list seq to QQAndroidClient
* Replace id with uin in UserInfo and fix build error
* Using by lazy in asStranger
* Fix wrong wordings
* Fix wrong wordings in uploading image
* Fix nudge
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-01-01 21:39:45 +08:00
Him188
901c8b5267
Fix image upload, close #797
2021-01-01 17:07:39 +08:00
Him188
77a0fb4c34
Fix NormalMember.toString
2021-01-01 15:55:19 +08:00
Him188
1a1c15d0d3
Fix potential memory leak on login
2020-12-31 23:50:16 +08:00
Him188
31a5957509
Fix potential memory leak on login
2020-12-31 23:49:12 +08:00
Him188
c9cc29d1d4
Fix JavaApiTest
2020-12-31 21:00:49 +08:00
Him188
c82eb29769
MarketFace should not implement CodableMessage
2020-12-31 17:33:31 +08:00
Karlatemp
7a9557dab7
Fix MessageChain.fragmented
2020-12-30 22:17:44 +08:00
Karlatemp
e9e9a12137
Improve LoginSolver
...
fix project-mirai/mirai-login-solver-selenium#4
2020-12-30 18:22:57 +08:00
Karlatemp
dca1eab5a5
Improve voice upload
2020-12-28 17:44:19 +08:00
Him188
9347d6baf6
Fix voice upload, fix #782
2020-12-28 16:39:30 +08:00
Him188
d8228c523e
Fix voice transform
2020-12-28 16:03:17 +08:00
Him188
31a8932070
Fix voice upload
2020-12-28 15:10:47 +08:00
Him188
dfad8572ee
Use OkHttp client than CIO
2020-12-28 15:10:32 +08:00
Him188
fc72811e2a
Hide Message serializers and postpone implementations later
2020-12-28 14:20:51 +08:00
sandtechnology
ca5835e058
Support delete friend ( #776 )
...
* Support delete friend
* Improvement Member delete
* Add @JvmBlockingBridge
* Revert changes in GetFriendListReq
* Fix build error
* Apply suggestions, check if friend still exist before executing
Co-authored-by: Him188 <Him188@mamoe.net>
* Just let delete function existed in Friend
* Delete missed delete function
* Revert kick function return value to unit
* Let delete function throwing exception instead of returning boolean
* Update doc
* Revert missed kick function change
Co-authored-by: Him188 <Him188@mamoe.net>
2020-12-28 00:36:34 +08:00
sandtechnology
2b1fe9f27a
Support Group Honor (Talkative Only) ( #774 )
...
* Support Group Honor (Talkative Only)
* Apply suggestions from code review
Co-authored-by: Him188 <Him188@mamoe.net>
* Replace Member with NormalMember
Co-authored-by: Him188 <Him188@mamoe.net>
2020-12-28 00:34:55 +08:00
Him188
0198e3363a
2.0-M2-dev-13
2020-12-27 23:57:12 +08:00
Him188
42f824d516
Integrate Voice APIs with ExternalResource
2020-12-27 23:31:04 +08:00
Him188
16e4bde07e
Stable MessageKey
2020-12-27 23:04:16 +08:00
Him188
b2f0424418
Remove deprecated APIs
2020-12-27 22:47:31 +08:00
Him188
392d62142b
Fix tests
2020-12-27 20:36:11 +08:00
Him188
7fe0eb23b6
Improve logs
2020-12-27 18:51:26 +08:00
Him188
e38fb5c1d0
Improve logging on login and init failure
2020-12-27 18:44:57 +08:00
Him188
ec6e23d450
Introduce EventChannel.registerListenerHost and deprecate ListenerHost.registerEvents
2020-12-27 15:57:27 +08:00
Him188
de4bbafbd4
Unified FriendInfoImpl and MemberInfoImpl
2020-12-27 15:28:54 +08:00
Him188
1152fe9357
Print more details on Friend.checkIsFriendImpl and FriendInfo.checkIsInfoImpl
2020-12-27 15:13:08 +08:00
Him188
ac95ef4472
Move EventChannel kotlin function reference extensions to separate file
2020-12-27 15:05:30 +08:00
Him188
7df0c96004
Add Java friendly functional event subscribers to EventChannel
2020-12-27 14:47:09 +08:00
Him188
96c7b51094
Check passwordMd5 on BotAccount init
2020-12-27 14:24:13 +08:00
Him188
eacdfed97a
Fix serialization
2020-12-26 23:42:44 +08:00
Him188
5196cc410a
Bot.otherClients now does not include self, close #770
2020-12-26 22:22:06 +08:00
Him188
d4a8573772
SMS login part
2020-12-26 22:16:36 +08:00
Him188
822c3049c2
Fix package
2020-12-26 22:16:27 +08:00
Him188
ade169253b
Fix package
2020-12-26 20:50:49 +08:00
Him188
6ee8305566
Fix build
2020-12-26 20:32:16 +08:00
Him188
4404af3071
Merge remote-tracking branch 'origin/dev' into dev
2020-12-26 20:06:26 +08:00
Him188
73954130f8
Move utilities to mirai-core-utils
2020-12-26 20:05:10 +08:00
Karlatemp
f93813c34e
Fix message limit
2020-12-26 18:44:52 +08:00
Him188
bda4cee0ed
Move utilities to mirai-core-utils
2020-12-26 17:45:30 +08:00
Him188
bfda72e58f
ExternalResource ( #754 )
...
* ExternalResource fundamentals:
- Introduce ExternalResource
- Migrate functions
- Move utilities to mirai-core-utils
* Fix build
* Fix filename and misc improvements
* Close file on ExternalResource.close;
Reset filePointer to 0 on stream close
* Rearrange image extensions
* Fix tests
* Fix build
* toExternalResource: formatName = null by default
* Reduce unnecessary continuations
* Fix ExternalResourceImplByFileWithMd5.inputStream
* ExternalResource: Remove BufferedImage support
* Don't close stream on image upload;
Unified closing behaviorImprove;
Improve FileCacheStrategy;
* Fix createImageDataPacketSequence closing
* Fix image upload, change size to long
* Fix docs
* Rename SendImageUtilsJvmKt to SendResourceUtilsJvmKt
* Run BIO appropriately
* Postpone file detection on formatName getter
* Fix SendResourceUtilsJvmKt JvmName
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2020-12-26 17:36:00 +08:00
Him188
c3bbabc274
Use mirai-login-solver-selenium in jvmTest
2020-12-26 17:34:16 +08:00
Him188
53cb76f2cd
Merge remote-tracking branch 'origin/dev' into dev
2020-12-26 16:56:35 +08:00
Him188
5ba10aed31
Fix PbGetMsg, fix #766
2020-12-26 16:56:19 +08:00
Karlatemp
471e70205e
Covert SimpleListenerHostTest to kotlin
2020-12-26 16:43:10 +08:00
Karlatemp
2f903cef9e
Mirai code ( #768 )
...
* Mirai Code
* cleanup code
* mirai code of MarketFace
2020-12-26 15:55:13 +08:00
Him188
da7abc5bf6
Login to default servers randomly
2020-12-25 22:37:39 +08:00
sandtechnology
ed289ed81d
Support MarketFace ( #761 )
...
* Support MarketFace
* Change HummerMessage to interface
* Let MarketFace implement HummerMessage
* Move MessageKey implementation to MarketFace
* Chang baseKey to HummerMessage
2020-12-25 21:32:31 +08:00
Him188
c0d95ae958
Introduce EventChannel ( #753 )
...
* Introduce EventChannel, close #514
* Fix generics in EventChannel
* Don't require Job in CoroutineScope for EventChannel.parentScope
* Don't attach child job on EventChannel.parentJob
* Improve tests
* Fix tests
* Merge with dev
2020-12-25 18:49:34 +08:00
sandtechnology
6219b041a9
Add LICENSE
2020-12-25 11:13:12 +08:00
sandtechnology
e5ed1b8c3a
Support decode SvcRespRegister
2020-12-25 11:08:38 +08:00
Him188
39cda54a71
Fix build
2020-12-24 23:59:57 +08:00
Him188
3ce6f092a1
Support OtherClient list sync after login, support deviceName
2020-12-24 23:37:52 +08:00
Him188
ad8ffa6cd4
Internal optimizations: simplify RequestPacket and jce struct sending
2020-12-24 17:46:41 +08:00
Him188
2a7e9fb617
Internal optimizations: move transformers to top-level to reduce intents and simplify code
2020-12-24 14:07:24 +08:00
Him188
89ec0b6a4f
Internal optimizations
2020-12-24 13:48:23 +08:00
Him188
3ac188bb64
Internal optimizations
2020-12-24 13:14:07 +08:00
Him188
bef91ea9d0
Support syncing message sent from other clients, close #644
2020-12-24 13:05:17 +08:00
Him188
d3be13b6e6
Fix package name
2020-12-24 12:06:20 +08:00
Him188
15ee2303c2
Throw UnsupportedOperationException for OtherClient.sendMessage and OtherClient.uploadImage
2020-12-24 11:48:09 +08:00
Karlatemp
1e53f56212
Rename NotSupportedSliderCaptchaException to UnsupportedSliderCaptchaException
2020-12-24 01:14:27 +08:00
Karlatemp
2b12ae0ded
typo
2020-12-24 01:07:41 +08:00
Karlatemp
5db71cd299
Disable SliderCaptcha. #745
2020-12-24 00:34:13 +08:00
Karlatemp
dffade2a92
Don't relogin bot when bot logging in
2020-12-24 00:14:17 +08:00
Him188
7446453e8e
HummerResv12
2020-12-23 22:56:10 +08:00
Him188
81ef2d4195
Merge remote-tracking branch 'origin/dev' into dev
2020-12-23 22:46:43 +08:00
Him188
f613b7f7b7
Support other client messages:
...
- Add OtherClientMessageEvent
2020-12-23 22:46:10 +08:00
Karlatemp
33ab43f222
Merge pull request #758 from sandtechnology/Update-packet
...
Update outdated packet value
2020-12-23 22:10:27 +08:00
sandtechnology
f4d2fc3ac6
Update outdated packet value
2020-12-23 21:23:28 +08:00
Him188
3b35dbcac5
Support OtherClient online status:
...
- Add ClientKind
- Add OtherClientOnlineEvent,OtherClientOfflineEvent
- Add Bot.otherClients
- Add OtherClientList
2020-12-23 20:57:39 +08:00
Him188
960b67f829
Move FriendImpl.uploadImage implementation to AbstractUser.uploadImage, simplify MemberImpl
2020-12-23 19:55:27 +08:00
Him188
db9ee62250
Add AbstractContact and AbstractUser for future inheritance
2020-12-23 19:49:04 +08:00
Him188
d7bddc77ed
Merge pull request #749 from sandtechnology/Fix-login
...
Fix protocol error again, thanks to @wdvxdr1123 and MiraiGo
2020-12-22 11:14:20 +08:00
Karlatemp
27030d150e
login result type: 239, fix #744
2020-12-21 23:33:09 +08:00
sandtechnology
5a7771012b
Fix protocol error again, thanks to @wdvxdr1123 and MiraiGo
2020-12-21 22:45:56 +08:00
Karlatemp
2b041f64f8
Merge branch 'anonymous' into dev, close #432
2020-12-21 13:05:08 +08:00
Karlatemp
62f605eb35
Fix voice missing
2020-12-21 13:00:10 +08:00
Karlatemp
2aacfe4064
Merge remote-tracking branch 'origin/dev' into dev
2020-12-21 12:51:51 +08:00
Karlatemp
3d09b8f911
Support long message in private message, close #171
2020-12-21 12:50:41 +08:00
sandtechnology
23114b7e81
Support New QQ System Faces ( #720 )
...
* Update QQ original faces name
* Add missed channel check
* Change data struct to array
* Revert "Add missed channel check"
This reverts commit e30f97dc
* Remove author
* Make internal
* Update Face implement
* Support decode and encode new system faces
* Correct the magic number
* Lazy name val
* Fix naming inconsistent
* Revert "Fix naming inconsistent"
This reverts commit b7db927f
* Fix naming inconsistent again
2020-12-20 20:59:34 +08:00
sandtechnology
a097e494ef
Fix Sub8A ( #742 )
...
* Fix Sub8A
* Fix error
2020-12-20 20:58:53 +08:00
Karlatemp
b2c0f8a13a
Don't @AnonymousMember in QuoteReply
2020-12-20 16:45:17 +08:00
Karlatemp
fc9a4e73d3
Improve message logging
2020-12-20 16:28:30 +08:00
Karlatemp
de3fd9d698
Merge remote-tracking branch 'origin/dev' into anonymous
...
# Conflicts:
# mirai-core/src/commonMain/kotlin/message/incomingSourceImpl.kt
2020-12-20 15:53:06 +08:00
Karlatemp
7796fbf2d2
Fix duplicated GroupRecall broadcast in recall group message
2020-12-20 15:43:08 +08:00
Karlatemp
28249b317c
Support parsing fragmented message.
...
close #440
2020-12-20 15:40:25 +08:00
Karlatemp
c96e7b609e
Support anonymous in network
2020-12-20 09:56:42 +08:00
Karlatemp
c6bef602b5
AnonymousMember
2020-12-20 09:54:26 +08:00
Karlatemp
1083e5d625
Low level api for mute AnonymousMember
2020-12-20 09:51:23 +08:00
Him188
e3b553b4de
Improve LoginSolver, close #703 :
...
- Remove DefaultLoginSolver (originally experimental API)
- Add docs
- No default instance for Android platform
- LoginSolver.Default is nullable now (in case on Android platform)
- BotConfiguration.loginSolver is nullable now (meaning not provided by the user)
2020-12-20 09:19:52 +08:00
Him188
56e7d4de3d
Fix MessageRecallEvent.FriendRecall.authorId, close #704 ; Add MessageRecallEvent.author
2020-12-20 08:42:34 +08:00
Him188
4474a86e59
Merge remote-tracking branch 'origin/dev' into dev
2020-12-20 08:22:21 +08:00
Him188
d51b268c15
Kill bot on returnCode <=-10000, fix #691
2020-12-20 08:21:50 +08:00
Him188
fcba657fa9
Merge pull request #724 from sandtechnology/update-nudge
...
Update nudge template id
2020-12-20 08:10:52 +08:00
Him188
279758f08f
Merge pull request #728 from sandtechnology/Fix-voice
...
Fix #577 : voice compression
2020-12-20 08:10:14 +08:00
Karlatemp
0bb34ee05b
Merge remote-tracking branch 'origin/dev' into anonymous
2020-12-19 23:36:09 +08:00
Karlatemp
3252221308
fix protocol
...
Thanks Mrs4s/MiraiGo
fix #737
Maybe fix:#717
2020-12-19 21:42:21 +08:00
sandtechnology
ea113dd246
Fix #577
2020-12-19 01:45:19 +08:00
Him188
e762a23f00
Improve packet queue
2020-12-18 21:32:41 +08:00
Him188
4eb0c80f08
Merge remote-tracking branch 'origin/dev' into dev
2020-12-18 20:51:29 +08:00
Karlatemp
2340486db8
Re-design Member interfaces #725
2020-12-18 20:31:24 +08:00
Him188
a616991f3e
Merge remote-tracking branch 'origin/dev' into dev
2020-12-18 20:12:58 +08:00
Him188
669b04b287
Add At.getDisplay
2020-12-18 19:56:39 +08:00
Karlatemp
b8b9b0afdc
ByteArray.encodeToBase64()
2020-12-18 18:52:02 +08:00
jihuayu
17a223d9ce
fix bkn calculate error.
...
close #671
2020-12-18 18:25:34 +08:00
Him188
82f24b736c
Fix HMPP platform structure
2020-12-18 15:37:13 +08:00
sandtechnology
80e1b53b63
Update nudge template id
2020-12-18 13:14:10 +08:00
Him188
20b912bee7
Fix Bot init
2020-12-17 19:50:02 +08:00
Him188
95013a6ca2
Change Duration.asHumanReadable to Duration.toHumanReadableString for clearer semantics
2020-12-17 09:21:59 +08:00
Him188
6ccd20c377
Simplify platform structure, simplify network implementations
2020-12-17 09:18:25 +08:00
Him188
9c71a9c953
Change Bot to interface
2020-12-17 09:08:26 +08:00
Him188
9fc3bad9fe
Common ssoVersion, thanks to @
...
wdvxdr1123 (for the previous commit)
2020-12-16 23:13:15 +08:00
Him188
c478f24db0
Update to 8.4.18
2020-12-16 22:57:37 +08:00
Him188
51c9bf5d2b
Review MessageReceipt:
...
- Remove constructor parameter botAsMember
- Add extensions
2020-12-16 19:31:05 +08:00
Him188
6c0b6473ed
Make Group.get, Bot.getFriend, Bot.getGroup return nullable. Add getOrFail for migration
2020-12-16 19:11:42 +08:00
Him188
07fc0cbf0a
Migrate deprecated calls
2020-12-14 20:31:27 +08:00
Him188
c66eebfda4
Fix build
2020-12-14 20:30:41 +08:00
Him188
0662e48fd2
Use ConcurrentLinkedQueue instead of LockFreeLinkedList for ContactList
2020-12-14 19:46:56 +08:00
Him188
47b4c0f8c1
Remove At.display and defer it to message elems conversions
2020-12-14 19:46:10 +08:00
Him188
6ec0310b1a
Introduce messageTarget for message elems conversions
...
Introduce messageTarget for message elems conversions
Introduce messageTarget for message elems conversions
2020-12-14 19:46:10 +08:00
Him188
895c8f6bb3
Add internal Group.uin shortcut for GroupImpl.uin, User.uin and Bot.uin for ContactOrBot.id for clearer logics
2020-12-14 12:51:42 +08:00
Karlatemp
d43cfd1e08
Improve messages logging
2020-12-13 12:10:53 +08:00
Karlatemp
0a5d3097f7
Correct format name of GroupImage
2020-12-13 11:39:54 +08:00
Karlatemp
f504dbd8f2
Move events in net.mamoe.mirai.message
to net.mamoe.mirai.event.events
, #699
2020-12-11 19:42:50 +08:00
Him188
f59fcf7d5d
Message serialization
2020-12-11 15:52:10 +08:00
Him188
021aac1b56
Rename PokeMessage.type to PokeMessage.pokeType
2020-12-11 14:54:52 +08:00
Him188
288f325ca0
Review MessageKey
and Message
s:
...
- Add `Image.isGroupImage`, `Image.isFriendImage`
- Simplify `FlashImage`:
- Remove `GroupFlashImage`, `FriendFlashImage`
- Java-friendly factory functions and Kotlin-friendly top-level constructor-like functions
- Unify names of constants in `PokeMessage.Key`
- Make constants in VipFace `@JvmField`
- Review `Image`:
- Make `AbstractImage` internal (`@MiraiInternalApi`)
- Improve docs
- Move top-level regexes to companion statics
- Make Nudge.sendNudge static
- Opt-in `net.mamoe.mirai.message.data.ExperimentalMessageKey`
2020-12-10 13:54:40 +08:00
Him188
7d5063653a
Polymorphic message key, #693
2020-12-10 12:36:17 +08:00
Him188
970f51fbe1
Blocking bridges for contacts, MessageReceipt and Bot
2020-12-05 16:55:57 +08:00
Him188
db100d336f
Change currentTimeSeconds from property to function
2020-12-05 16:40:34 +08:00
Him188
360df3e011
Fix Message.contentEquals: compare only contents regardless of classes.
2020-12-05 16:28:29 +08:00
Him188
f6e9f306d4
Redesign Message.Key. #693 .
...
- `ConstrainSingle` now extends a more general type `SingleMessage` instead of `MessageMetadata` for extendability
- `Message.Key` moved to `ConstrainSingle.Key`
- Delete `companion object Key`s from duplicable messages
2020-12-05 12:57:34 +08:00
Him188
8e05d97315
Review MiraiLogger:
...
- Replace top-level `DefaultLogger` with
- `MiraiLogger.create`, and
- `MiraiLogger.setDefaultLoggerCreator`
- `MiraiLogger.Companion` is no longer `MiraiLogger`, moved to `MiraiLogger.TopLevel`
- Mark `PlatformLogger` as
an internal API
close #633
2020-12-04 22:27:26 +08:00
Him188
1cc40bd95d
Don't use pool for sendPacket, #556
2020-12-04 12:46:19 +08:00
Him188
aa7bef113b
Message serialization fundamentals #630 , close #219
2020-12-03 14:18:49 +08:00
Him188
42a2814125
Ignore sync event, close #619
2020-12-02 16:48:38 +08:00
Him188
a7b1be99e5
Remove all functions and classes deprecated in 1.x, close #530
2020-12-02 13:20:46 +08:00
Him188
dc00c84820
Fix references
2020-12-02 11:29:58 +08:00
Him188
64bd63d7a0
Multiple MessageSource.id and MessageSource.internalId for split sources now, and split messages in the future. Close #618
2020-12-02 10:46:06 +08:00
Him188
8fdfe830fe
Introduce new module mirai-core-utils
2020-12-02 09:25:25 +08:00
Karlatemp
d1bd88c001
Fix image extension. fix #635
2020-12-01 22:40:19 +08:00
Him188
46e3f42432
Change Contact classes into interfaces
2020-12-01 15:45:57 +08:00
Him188
97be9afeb9
Fix internals
2020-12-01 13:20:02 +08:00
Him188
ff9702a992
Simplify platform structure
2020-12-01 13:10:04 +08:00
Him188
3fb25a07ae
Update versions
2020-12-01 13:02:45 +08:00
Him188
b55893ccb1
Simplify files
2020-12-01 12:38:02 +08:00
Him188
3910044490
Remove @SinceMirai
2020-12-01 12:30:13 +08:00
Him188
16c3e02521
Remove Context
...
Simplify BotFactory
2020-12-01 12:27:35 +08:00
Him188
eafca6d4ed
Simplify platform structure: merge jvmMain into commonMain
2020-11-30 23:30:57 +08:00
Him188
641396224e
Fix build
2020-11-22 14:45:03 +08:00
Him188
64b5251779
Move service to common resources
2020-11-22 14:33:18 +08:00
Him188
b8002d4b4d
Hierarchical MPP:
...
- JDK in common target
- Disabled common compilations
- Android targets
- Kotlin 1.4.20
2020-11-22 14:25:49 +08:00
Him188
bbda068e78
Update buildscript
2020-11-22 11:57:47 +08:00
Karlatemp
525830739c
Fix ReusableInput resources releasing
...
fix #675
2020-11-14 12:06:47 +08:00
Him188
7c2f2bb870
Rename Mirai to IMirai, introduce top-level property Mirai to hold lazy instance. Fix build.
2020-11-07 12:21:03 +08:00
Him188
efdf68a553
Fix tests
2020-11-01 23:57:37 +08:00
Him188
17eeb56a76
Fix build
2020-11-01 23:48:26 +08:00
Him188
6391955459
Merge remote-tracking branch 'origin/dev' into dev
2020-11-01 15:16:33 +08:00
Him188
1e7aaaec48
Rearrange protocol implementations
2020-11-01 15:07:32 +08:00
AdoptOSS
fd5b0251d0
Use emptyList() as the default value of List<*> for ProtoBuf ( #666 )
2020-11-01 08:30:30 +08:00
Karlatemp
75f3f9de93
Review remark
...
- Change DeprecationLevel of FriendRemarkChangeEvent.newName to ERROR
- Simplify logic
2020-10-29 12:51:45 +08:00
Karlatemp
d1d5435e99
remark
2020-10-28 12:43:28 +08:00
Karlatemp
14e3ddf8d6
Remark support
2020-10-28 12:33:17 +08:00
Karlatemp
d3f6b3ce33
Merge branch 'remark' into dev
...
# Conflicts:
# mirai-core/src/commonMain/kotlin/contact/FriendImpl.kt
2020-10-28 11:46:02 +08:00
AdoptOSS
bb3d039bf8
Simplify DeviceInfo ( #655 )
...
* Simplify DeviceInfo
* Place random string helper properly
* Make DeviceInfo::random java-friendly
2020-10-27 08:57:28 +08:00
Karlatemp
26fdf6b22d
Merge remote-tracking branch 'origin/dev' into 1.x
...
# Conflicts:
# build.gradle.kts
# mirai-core-api/src/commonMain/kotlin/event/events/bot.kt
# mirai-core-api/src/commonMain/kotlin/event/events/friend.kt
2020-10-03 22:15:52 +08:00
Karlatemp
c1f609d0de
Nugde stability update
2020-10-03 22:12:49 +08:00
Him188
0477ed94e8
Fix tests
2020-10-03 13:47:36 +08:00
Him188
0d96ea53d0
Fix build
2020-10-03 13:44:19 +08:00
Him188
80722aaea7
Pretty buildscript
2020-10-03 13:35:05 +08:00
Him188
a9d4d14576
Rearrange module structure:
...
- Rename mirai-core to mirai-core-api
- Rename mirai-core-qqandroid to mirai-core
- Rename package net.mamoe.mirai.qqandroid to net.mamoe.mirai.internal
- Delete old android targets
- Configure default packages correctly
- Update licenses
2020-10-03 12:42:13 +08:00
Him188
fb2f437a21
Merge remote-tracking branch 'origin/dev' into dev
2020-10-03 12:09:12 +08:00
Him188
32705d9920
Remove JvmBlockingBridge on Image.queryUrl
2020-10-03 12:08:57 +08:00
Karlatemp
e643988c87
Standard Captcha update ( #543 )
...
* Standard Captcha update
- Add icon
- Typo
- System tips
* Remove unnecessary message.
* Update WindowHelperJvm.kt
2020-09-28 13:29:45 +08:00
Him188
780598d6fa
Add mirai-core-all
2020-09-22 18:56:27 +08:00
Karlatemp
ae6d6a8f9c
Fix BotJoinGroupEvent.Retrieve.toString() ( #606 )
2020-09-20 01:33:34 +08:00
Karlatemp
d860d6b328
Support friend remark
2020-09-19 21:39:41 +08:00
Him188
1b7252e8ef
Update event README
2020-09-16 12:12:22 +08:00
Him188
1717501d85
Fix nudge
2020-09-16 09:44:05 +08:00
Him188
8a7f56f90b
Redesign nudge
2020-09-15 22:42:28 +08:00
Him188
c21b28e160
Add SinceMirai for FriendNudgeEvent
2020-09-15 21:24:46 +08:00
sandtechnology
59f465f66b
Support Nudge ( #600 )
...
* Support Nudge message
* Delete duplicated code
* Renamed NudgeManager and using boolean return value in Nudge method
* Fix document and remove JvmSynthetic annotation
* Remove test code
* Add document for bot object
* use checkIsFriendImpl to instead cast operation
* Add a space between char and number
* Change the text of bot and member to reference
* Revert change in QQAndroidBotNetworkHandler
* Make debug log more clearly
* Support tracking chat target in FriendNudgeEvent
* Add LICENSE in NudgePacket.kt
2020-09-15 21:17:21 +08:00
Him188
140a851d46
Add SinceMirai for _lowLevelGetGroupHonorListData
2020-09-15 19:35:29 +08:00
Karlatemp
359c9cdc5f
Support Group Retrieve, fix #528 ( #531 )
...
* Support Group Retrieve, fix #528
* Code Review
- Fix unexpected member in owner changing event.
- Allocate group when changing the owner to the bot if group is missing.
2020-09-15 19:30:52 +08:00
Karlatemp
8d0fd96a22
Fix Ansi Pollution ( #596 )
2020-09-15 19:29:27 +08:00
Hieuzest
152709a0f1
Fix: add host for Voice.url ( #584 )
...
* Fix: add host for Voice.url
* Full return url for Voice
2020-09-15 19:29:16 +08:00
yyuueexxiinngg
1faccc72f3
Add low level api for getting group honor members list. ( #501 )
...
* Add low level api for getting group honor members list.
* Remove default value for level name, unifies serialize result typing in GroupHonorTypeSerializer
* Remove unnecessary commas
* Remove filed 'bkn' from GroupHonorListData to prevent potential credential leak
* _GetGroupHonorList support getting ACTIVE data
* Add @SinceMirai("1.3.0") annotation to GroupHonorInfo
* Add @JvmStatic annotation, rename GroupHonorType.fromInt to .deserializeFromInt and make it internal
2020-09-15 12:54:02 +08:00
Him188
19e8d8c6ed
Fix group info, e.g. isMuteAll, isAllowMemberInvite. Close #286
2020-09-15 12:51:25 +08:00
Him188
db588f949f
Add missing SinceMirai
2020-09-15 09:47:32 +08:00
Him188
4aeb23fe81
Introduce companion object for BotFactory
2020-09-15 09:47:01 +08:00
Him188
c4b76db4a1
Merge branch 'master' into dev
2020-09-08 12:10:32 +08:00
Him188
0388e1756f
Merge remote-tracking branch 'origin/dev' into dev
2020-09-08 12:10:07 +08:00
Him188
557c933e61
Add JvmBlockingBridge for Image.queryUrl
2020-09-08 12:09:54 +08:00
Him188
dd051eb710
Merge pull request #505 from shenshaoming/master
...
change the way of device lock verify
2020-09-01 20:13:35 +08:00
Him188
89974923f8
Merge pull request #561 from sandtechnology/Fix#550
...
Fix #550 : NoSuchElementException when concatenating an EmptyMessageChain with another
2020-09-01 20:09:28 +08:00
sandtechnology
208ecfc1b2
Fix #550
2020-09-01 12:41:11 +08:00
Him188
bd4dcec68e
Fix copyright
2020-08-23 19:57:09 +08:00
yyuueexxiinngg
f577a5fd99
Make BotJoinGroupEvent.Active and .Invite inherit BotJoinGroupEvent ( #532 )
2020-08-23 16:38:17 +08:00
Him188
45cde508a9
Merge remote-tracking branch 'origin/dev' into dev
2020-08-22 12:57:09 +08:00
Him188
44d90c703f
Exclude kotlinx-coroutines-core and kotlin-stdlib from dependencies to avoid clashes ( fix #523 )
2020-08-22 12:56:41 +08:00
Karlatemp
e7a1ee20e5
Semantic ( #526 )
2020-08-22 12:15:35 +08:00
Him188
e56e4ec1db
Fix LockFreeLinkedList.isEmpty, also fixes ContactList.isEmpty
2020-08-22 01:28:55 +08:00
Him188
0dd4974250
Add blocking bridge for group.uploadVoice, close #512
2020-08-19 20:42:40 +08:00
Him188
9bf6a59d9b
Fix #511 : group.uploadImage causes compiler error in Java
2020-08-19 20:36:31 +08:00
Him188
31f688cdca
Merge remote-tracking branch 'origin/dev' into dev
2020-08-19 10:22:23 +08:00
Karlatemp
b42733ad15
Support Nick changed event ( #507 )
...
* Support Nick change
* Fix up FriendInfo
* @JvmField
* Update friend.kt
Co-authored-by: Him188 <Him188@mamoe.net>
2020-08-19 10:04:59 +08:00
Him188
679d61a6b1
Replace deprecated String.toMessage
2020-08-19 09:32:28 +08:00
Him188
fdede76f11
Merge remote-tracking branch 'origin/dev' into dev
2020-08-18 22:59:42 +08:00
Him188
6235dd20ea
Fix typo
2020-08-18 22:41:49 +08:00
Him188
91853acab0
Remove receiver type from nextEvent.filter
2020-08-18 22:38:48 +08:00
Him188
3340651998
Enhance nextEvent
and nextEventOrNull
: add filter
2020-08-18 22:37:26 +08:00
Him188
4703095f46
Use JvmBlockingBridge
2020-08-18 22:09:05 +08:00
Him188
329f18a0cb
Deprecate String.toMessage for semantic issue with mirai code
2020-08-18 21:44:24 +08:00
Him188
419a8f84c4
Deprecate URL.toExternalImage, Input.toExternalImage and relevant APIs.
2020-08-18 21:21:21 +08:00
mzdluo123
bebe75271c
fix build
2020-08-18 20:33:35 +08:00
HelloWorld
7d321ee206
Merge branch 'dev' into dev
2020-08-18 20:16:12 +08:00
Him188
de05757799
Fix function name after merging (from uploadGroupVoice to uploadVoice)
2020-08-18 20:10:07 +08:00
Him188
6c21971ce0
Merge remote-tracking branch 'origin/dev' into dev
...
# Conflicts:
# mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/Group.kt
2020-08-18 19:55:12 +08:00
sandtechnology
293e4fb06f
Format and annotation
2020-08-18 15:25:39 +08:00
申劭明
31773954ad
Update HyperLinkLabel.kt
...
修改代码格式
2020-08-18 13:09:01 +08:00
shenshaoming
8b22e922a0
添加internal访问限制
2020-08-18 12:23:18 +08:00
shenshaoming
df7779b88b
修改提示信息
2020-08-18 11:58:38 +08:00
shenshaoming
9b53fb99ad
修改设备锁验证方式,改为通过点击超链接弹出页面
2020-08-18 10:54:57 +08:00
mzdluo123
f779ac08ac
fix typo
2020-08-18 10:39:01 +08:00
mzdluo123
2936ce4066
Merge remote-tracking branch 'origin/dev' into dev
...
# Conflicts:
# mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/contact/GroupImpl.kt
2020-08-18 10:37:41 +08:00
mzdluo123
ea8ed17844
add @SinceMirai("1.2.0") to voice upload api
2020-08-18 10:31:03 +08:00
Him188
ad74673e7f
New MPP publishing ( #489 )
2020-08-18 09:24:44 +08:00
Him188
370e139221
Rename uploadGroupVoice to uploadVoice
2020-08-18 09:01:45 +08:00
Him188
80debd962a
Migrate to new kotlinx-serialization-core;
...
Embed JceKt as net.mamoe.mirai.qqandroid.utils.io.serialization.Tars (#489 )
2020-08-18 08:50:16 +08:00
sandtechnology
410f371c74
Merge branch 'dev' of https://github.com/mamoe/mirai into dev
2020-08-18 02:28:11 +08:00
sandtechnology
a062ff9ed3
支持解析好友输入状态
2020-08-18 02:25:21 +08:00
yyuueexxiinngg
c848ab2146
Add send silk format voice support, fix typo.
2020-08-18 00:53:48 +08:00
mzdluo123
ecd00f8c55
Merge remote-tracking branch 'origin/dev' into dev
2020-08-17 22:43:47 +08:00
mzdluo123
f96c20767d
simple api for send group voice message #423
2020-08-17 22:43:22 +08:00
Karlatemp
39775c2fa0
日志系统可以重定向为log4j等jvm日志系统 ( #498 )
...
* Close #395
* LoggerAdapters
2020-08-17 22:21:53 +08:00
Karlatemp
2161b67775
Fix ListenerHost: inappropriate receiver for invoke for Java methods. ( #499 )
...
* Fix the abnormal behavior of ListenerHost.
* Rename test unit name
2020-08-17 21:18:37 +08:00
sandtechnology
f8eed41d62
Fix Method.registerEvent for Kotlin functions ( #495 )
...
* Fix test error
* correct error message
* using none to instead exclamation mark
2020-08-17 20:41:31 +08:00
sandtechnology
3a346686ed
using none to instead exclamation mark
2020-08-17 19:39:46 +08:00
sandtechnology
bf8d07f87b
Fix test error
2020-08-17 18:53:51 +08:00
mzdluo123
7cc6241e45
some things about can't receive friend message
2020-08-16 20:12:28 +08:00
ryoii
fdbbe0b205
[Renaissance] Fix typo
2020-08-16 10:28:17 +08:00
Him188
b175119f0f
Merge branch 'master' into dev
...
# Conflicts:
# buildSrc/src/main/kotlin/Versions.kt
# gradle.properties
# mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/QQAndroidBot.common.kt
# mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/highway/HighwayHelper.kt
# mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/LoginFailedException.kt
# mirai-core/src/jvmMain/kotlin/net/mamoe/mirai/event/JvmMethodListeners.kt
# mirai-core/src/jvmMain/kotlin/net/mamoe/mirai/utils/internal/retryCatching.jvm.kt
# settings.gradle
2020-08-16 01:57:07 +08:00
Him188
45eea16fd5
Update license
2020-08-16 01:49:30 +08:00
Him188
2d83b69d06
Update copyright
2020-08-16 01:31:14 +08:00
Him188
8b421ec45c
Remove improper inline functions
2020-08-01 22:10:56 +08:00
Him188
43407aa427
Fix #470 : Network Protocol: java.lang.IllegalStateException: returnCode = -10008
2020-07-31 22:49:07 +08:00
Him188
9a9ff4a58e
Add supertype GroupEvent for GroupMessageEvent
2020-07-31 22:34:41 +08:00
Him188
8c4855a10e
Fix build
2020-07-31 22:32:22 +08:00
Him188
1d0b42df73
Cleanup
2020-07-31 16:33:12 +08:00
Him188
01e887fff5
Fix clashed Jvm classname
2020-07-31 16:32:23 +08:00
Him188
87e76d4890
Update Kotlin version to 1.4 and relevant libraries
2020-07-31 16:29:25 +08:00
Him188
2b09cdaa12
Add JDK bindings
2020-07-31 16:26:22 +08:00
Him188
80c477b42e
Improve documents
2020-07-30 01:12:40 +08:00
Him188
5607301244
Close #450 : add BotConfiguration.loadDeviceInfoJson
2020-07-30 01:12:05 +08:00
Him188
ac91e77b5f
Fix #427 : documentation issue on syncFromEvent
2020-07-30 01:02:18 +08:00
Him188
d51678fa29
Misc improvements
2020-07-30 00:53:03 +08:00
Him188
474e548137
Move MiraiCode from mirai-serialization to mirai-core
2020-07-30 00:52:36 +08:00
Him188
22b9868f13
Use Kotlin language level 1.4
2020-07-30 00:51:48 +08:00
Him188
90185490df
Implementations rearrangement
2020-07-30 00:26:55 +08:00
Him188
f1efa0016b
Remove Suppress 'WRONG_MODIFIER_CONTAINING_DECLARATION'
2020-07-30 00:16:09 +08:00
Him188
dd35cc62d5
Fix #444 : FriendMessageEvent is not a subclass of FriendEvent
2020-07-30 00:15:57 +08:00
Him188
c1d54f2fdf
Specify @file:JvmName("BotEventsKt")
for types.kt
2020-07-30 00:14:49 +08:00
Him188
4f86d15ef3
Simplify buildscript
2020-07-20 17:21:00 +08:00
Him188
719b5ac7b5
Explicit api mode
2020-07-20 15:06:30 +08:00
Karlatemp
22550cafd2
Create java test. Fix #443 ( #446 )
...
* Create java test. Fix #443
* Typo
* gradle-kotlin-dsl
2020-07-17 20:43:26 +08:00
Him188
9ebfef2dd8
Add tests for #436
2020-07-16 22:24:14 +08:00
Him188
2e7370a0e7
Add notes to UnsupportedSMSLoginException
2020-07-16 22:11:43 +08:00
Him188
0a7ebffd95
Fix #428
2020-07-16 22:07:35 +08:00
Him188
45785adc09
Fix #436
2020-07-16 21:11:34 +08:00
Him188
58908d60b2
Merge remote-tracking branch 'origin/dev' into dev
2020-07-16 13:47:49 +08:00
Him188
d0377a360b
Add implementation notes
2020-07-16 13:47:33 +08:00
ryoii
2f0ff513a2
Close #435 , support FriendRecallEvent
2020-07-15 15:15:49 +08:00
mzdluo123
4b26d4d2c2
Merge remote-tracking branch 'origin/dev' into dev
2020-07-09 21:04:41 +08:00
mzdluo123
fab0378078
fix #360
2020-07-09 12:36:51 +08:00
Him188
46af55fcdf
Add @SinceMirai
for MiraiProtocol
2020-07-09 01:13:41 +08:00
ryoii
5929233cf9
Fix JvmMethodEventsTest.kt
2020-07-08 17:29:25 +08:00
mzdluo123
a174f17493
finish fix tim pc
2020-07-07 23:56:21 +08:00
mzdluo123
82faf7732c
try fix tim pc
2020-07-07 11:28:39 +08:00
mzdluo123
038c9d1db1
add: voice upload
2020-07-06 23:47:40 +08:00
mzdluo123
07d9365d70
fix: crash when get GroupActiveData
2020-07-04 14:18:18 +08:00
mzdluo123
2eac5ab607
android watch
2020-07-03 23:08:44 +08:00
Him188
a95acad028
Remove withJava()
for IDE issue https://youtrack.jetbrains.com/issue/KT-39991
2020-07-03 16:52:34 +08:00
Him188
9a57f35890
Support Nothing type for EventHandler; Add Java tests
2020-07-03 16:12:55 +08:00
Him188
c18a62deed
Fix potential Job shadowing in SimpleListenerHost.coroutineContext
2020-07-03 15:52:25 +08:00
Him188
ecf4b8b95b
Fix build
2020-07-02 01:27:16 +08:00
Him188
447e7349fc
Move MiraiProtocol from BotConfigurationBase to BotConfiguration
2020-07-02 01:20:49 +08:00
Him188
dcfe934a83
Fix missed BotOfflineEvent.Dropped. Close #376
2020-07-02 00:34:37 +08:00
Him188
680dc0f0cf
Fix memory leak on failure on image uploading ( Fix #385 , fix #387 )
2020-07-01 23:24:14 +08:00
Him188
dfddfae876
Add PlatformLogger.printLog, .Color, .timeFormat, .color ( Fix #407 )
2020-07-01 22:27:42 +08:00
Him188
04eb59dc51
Make BotConfigurationBase public, fix #409
2020-07-01 22:15:08 +08:00
Him188
2de1ebf3df
Fix documentation on @PlannedRemoval
2020-07-01 22:11:22 +08:00
Him188
e973079337
Merge remote-tracking branch 'origin/dev' into dev
2020-06-29 13:42:45 +08:00
ryoii
49924ea35e
Close #398
2020-06-29 10:07:00 +08:00
Him188
23dd54b300
Merge remote-tracking branch 'origin/dev' into dev
2020-06-28 01:05:39 +08:00
ryoii
510a041f0c
Close #393
2020-06-26 19:51:10 +08:00
Him188
74af082a2a
Update README.md
2020-06-26 19:31:05 +08:00
Him188
5dbc9b3015
Remove Event.DoNotImplementThisClassButExtendAbstractEvent for compiling issue
2020-06-26 19:01:10 +08:00
ryoii
9375c0fa7b
Regex for extension name of image
2020-06-24 21:16:38 +08:00
ryoii
0cf9b1b975
Magic number for image type
2020-06-23 23:25:04 +08:00
Him188
4cb5d654b2
Delegate json serialization strategy to BotConfiguration
2020-06-17 14:19:59 +08:00
Him188
7d79f0a8f2
Revert "Deprecate FriendFlashImage and GroupFlashImage in the favor of general FlashImage"
...
This reverts commit 36fd7ccd
2020-06-16 16:08:23 +08:00
Him188
d993dff499
Update module descriptions
2020-06-16 16:05:36 +08:00
Him188
e2e68b091b
Make botInstancesSequence stable API
2020-06-16 15:43:36 +08:00
Him188
b10d339adc
Add missing @MiraiExperimentalAPI
2020-06-16 15:20:53 +08:00
Him188
245d52149e
Add default dir
and file
for redirectBotLogToDirectory
and redirectBotLogToFile
2020-06-16 15:11:57 +08:00
Him188
c4541c8fdc
Fix directory detecting
2020-06-16 15:10:03 +08:00
Him188
f175d07c0a
Introduce multi-platform BotConfiguration structure; Add redirectNetworkLogToDirectory
functions, fix #371
2020-06-16 15:09:32 +08:00
Him188
6684f35379
Add deprecation warnings, Fix #374
2020-06-16 14:16:58 +08:00
Him188
1e15edc39b
Add tests for MessageChain delegations
2020-06-15 16:04:14 +08:00
Him188
3178aeb619
Fix doc
2020-06-15 16:03:54 +08:00
Him188
e52c341155
Arise deprecation level
2020-06-15 15:02:53 +08:00
Karlatemp
f5165f7d77
Add Manifest; Disabling SwingSolver with vm property mirai.no-desktop
( #362 )
...
* Disabling SwingSolver with vm property 'mirai.no-desktop'
// for ssh
// java -Dmirai.no-desktop ....
* Add Manifest
* Removed Per-Entry Attributes
Co-authored-by: Him188 <Him188@mamoe.net>
2020-06-15 11:13:15 +08:00
Him188
f74ee547f2
Fix #369
2020-06-14 23:47:56 +08:00
Niltok
169942237f
Add name for Face ( #345 )
...
* add faceName
* fix incorrect merge
* fix misspelling
* fix incorrect access control
* fix test
* fix typo
2020-06-14 20:03:37 +08:00
Him188
c7ab173a5d
Add bug report hints
2020-06-14 19:54:04 +08:00
Him188
35f2335a5f
Fix build
2020-06-14 19:20:00 +08:00
Him188
e829939154
Arise deprecation level, fix #353
2020-06-14 19:13:31 +08:00
Him188
2d1bc6578e
Fix reference in KDoc
2020-06-14 18:48:58 +08:00
Him188
6f0853e6e4
Implement MessagePreSendEvent
and MessagePostSendEvent
.
...
Deprecate `MessageSendEvent`
Fix #339
2020-06-14 18:43:21 +08:00
Him188
4c79d4cd18
Add @MustBeDocumented
to MiraiInternalAPI
and MiraiExperimentalAPI
2020-06-14 18:36:32 +08:00
Him188
4cb870cb85
Fix build
2020-06-13 22:40:38 +08:00
Him188
f0a67d781e
Improve docs on mirai code
2020-06-12 16:33:26 +08:00
Him188
7583172976
Remove parentheses in mirai code of VipFace
2020-06-12 16:02:09 +08:00
Him188
d2602cb97f
Introduce interface CodableMessage
2020-06-12 15:59:06 +08:00
Him188
4961b60494
Merge branch 'master' into dev
2020-06-12 14:43:12 +08:00
Him188
4c9532bad6
Update docs
2020-06-07 18:48:43 +08:00
ryoii
9fd2468354
Fix #340
2020-06-06 14:48:27 +08:00
Him188
d689c6c9d0
Improve docs
2020-06-05 13:33:47 +08:00
Him188
2e8df632cd
Fix #361
2020-06-01 20:38:31 +08:00
Him188
2dcd8ffea0
Fix log time
2020-06-01 18:11:55 +08:00
Him188
0d98f47348
Fix FlashImage.toString
2020-05-29 17:09:52 +08:00
Him188
0af6639e9d
Fix build
2020-05-29 16:13:03 +08:00
Him188
0a928407e7
Remove @Serializable
from core module
2020-05-29 14:16:32 +08:00
Him188
36fd7ccda6
Deprecate FriendFlashImage and GroupFlashImage in the favor of general FlashImage
2020-05-29 13:50:47 +08:00
Him188
dd7e2d0bc1
Rename CustomMessage.Factory.serialize
to CustomMessage.Factory.dump
;
...
Rename `CustomMessage.Factory.deserialize` to `CustomMessage.Factory.load`.
Add `CustomMessage.toByteArray()`
2020-05-29 13:24:59 +08:00
Him188
a5f9504b10
Add Bot.botInstancesSequence
2020-05-28 14:25:11 +08:00
Him188
2e119f4eeb
(internal) Extendable Image.originUrl
2020-05-28 14:25:10 +08:00
Him188
9ced447055
Remove @ExperimentalCoroutinesApi
since Flow.fold
is now stable
2020-05-28 14:10:18 +08:00
Him188
5c7dff223c
Mark PttMessage
and Voice
with @MiraiExperimentalAPI
2020-05-28 14:10:18 +08:00
Him188
0153ed9fa5
Fix build
2020-05-28 14:10:18 +08:00
Him188
f653f33a6f
Improve stability, returns -1 for sequenceId when failed to fetch from server
2020-05-28 14:10:18 +08:00
Him188
a084eac8be
Rearrange internal implementations
2020-05-28 14:10:18 +08:00
Him188
57b85a3517
Add Bot.botInstancesSequence
2020-05-28 14:10:18 +08:00
Him188
5fd1ba86eb
(internal) Extendable Image.originUrl
2020-05-28 14:10:18 +08:00
Him188
1d971badd9
Add docs
2020-05-28 14:08:39 +08:00
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
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
7525dc7c33
Add JvmMethodListeners.kt
2020-05-10 00:41:18 +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
Him188
6db2c23a17
Improve exception message
2020-05-09 17:16:24 +08:00
Him188
28f48e5c78
Make random device info more random
2020-05-09 16:20:57 +08:00
Him188
1e885dbf7a
Rearrange MessageSvc and OnlinePush
2020-05-09 16:11:29 +08:00
Him188
1c1a37a103
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/MessageSource.kt
2020-05-09 15:38:20 +08:00
Him188
238e94dae7
Cleanup
2020-05-09 15:09:01 +08:00
Him188
f765804ff7
Make MessageMetadata.contentToString
final
2020-05-09 15:07:29 +08:00
Him188
b0089d58d6
Deprecate ambiguous extensions on QuoteReply
, like QuoteReply.id
2020-05-09 15:03:49 +08:00
Him188
b64b1da666
Make MessageChain implement List<SingleMessage>
;
...
Hide relevant APIs on `Iterable`;
Deprecate `__forEachForJava__` in favor of Java 8 API;
Add `fun messageChainOf(vararg messages: Message): MessageChain`;
Add `fun Array<out Message>.asMessageChain(): MessageChain`;
Add `fun Array<out SingleMessage>.asMessageChain(): MessageChain`;
Add `fun Array<out Message>.flatten(): Sequence<SingleMessage>`;
Add `fun Array<out SingleMessage>.flatten(): Sequence<SingleMessage>`;
Close #312
2020-05-09 14:54:48 +08:00
Him188
9733490266
Add docs
2020-05-09 13:45:29 +08:00
Karlatemp
0716438242
Update duration display
2020-05-09 11:06:00 +08:00
ryoii
2f3c1b5d8f
BotFaceChangedEvent, closed #271
2020-05-07 22:09:37 +08:00
Him188
ed11f38b3f
Use MONITOR priority for subscribeMessages by default
2020-05-07 10:47:23 +08:00
无限UCW
8a6f306cdb
fix typo ( #308 )
...
* fix typo
* fix typo
2020-05-07 10:44:20 +08:00
Him188
ad41b7a0d0
Fix ambiguous doc on MessageSource.internalId
2020-05-06 22:34:15 +08:00
mzdluo123
ff4739f57e
fix: BufferedImage not found on Android
2020-05-06 14:09:53 +08:00
Him188
5cd027dfa9
Remove param format
from FileCacheStrategy.newImageCache
2020-05-06 13:17:08 +08:00
Him188
6e75f8dd34
Implement event priority for nextMessage
2020-05-06 12:55:31 +08:00
Him188
47df80d3ea
Implement event priority for syncFromEvent
and nextEvent
2020-05-06 12:53:24 +08:00
Him188
15e6bb4b8b
Implement event priority for subscribeMessages
2020-05-06 12:50:41 +08:00
Him188
cdb188cd42
Add docs
2020-05-06 12:46:25 +08:00
Him188
07004311f4
Merge remote-tracking branch 'origin/master'
2020-05-06 12:43:55 +08:00
Him188
5cd3178c3f
Make Message.get
returns M?
instead of M
;
...
Deprecate `Message.getOrNull` in favor of `Message.get`;
Add `Message.getOrFail`
2020-05-06 12:38:30 +08:00
Him188
3255e330c0
Implement event priority for selectMessages
2020-05-06 12:05:08 +08:00
Him188
42ceb38020
Use CONCURRENT concurrency as default for subcribeAlways
2020-05-06 12:03:50 +08:00
Him188
aadea751ac
Add precondition checks
2020-05-06 11:52:44 +08:00
Him188
05429e5800
Add docs
2020-05-06 11:33:58 +08:00
Him188
e54ead6331
Fix binary compatibility
2020-05-05 17:01:40 +08:00
Him188
17bbcdb3dc
Fix binary compatibility
2020-05-05 16:45:41 +08:00
Him188
e35820d035
Fix binary compatibility
2020-05-05 16:44:01 +08:00
Him188
8ca4357eb8
Merge pull request #304 from mamoe/1.0.0
...
1.0.0
2020-05-05 16:10:32 +08:00
Him188
2d9db234d7
Introduce FileCacheStrategy
;
...
Rework `ExternalImage`, introduce `ReusableInput` for multiple attempts when uploading images;
Add `BotConfiguration.fileCacheStrategy`, defaults use cache system from host OS;
Introduce `DeferredReusableInput` for `*.toExternalImage` on JVM.
Deprecate `*.suspendToExternalImage` as no longer need to be suspend.
Open input only when required, close input after uploading files, fix #302
2020-05-05 16:09:32 +08:00
Him188
96a5825283
Add nextEvent
, add docs
2020-05-05 14:23:08 +08:00
Him188
37ce266091
Cleanup, remove verbose functions
2020-05-05 14:10:17 +08:00
Him188
84cfe2626f
Remove all @SinceMirai("0.x.x")
2020-05-05 13:56:17 +08:00
Him188
4ee27f2069
Fix ambiguous message event names. Fix #299 .
...
Binary compatibility until 1.2.0.
Migrations:
- `MessagePacket` deprecated in favor of `MessageEvent`
- `MessagePacketBase` deprecated in favor of `MessageEvent`
- `ContactMessage` -> `MessageEvent`
- `FriendMessage` -> `FriendMessageEvent`
- `GroupMessage` -> `GroupMessageEvent`
- `TempMessage` -> `TempMessageEvent`
2020-05-05 13:55:01 +08:00
Him188
66da881ebb
Add val Message.content
which is a shortcut to contentToString()
2020-05-05 13:41:43 +08:00
Him188
45d96a8855
Merge pull request #296 from Karlatemp/patch-4
...
Fix the error that directly closing the verification code window will block the coroutine.
2020-05-05 12:20:11 +08:00
Him188
f041a7eda7
Use strong reference in message events, fix #303
2020-05-05 12:19:24 +08:00
Him188
53ba8aba00
Improve docs
2020-05-03 22:32:42 +08:00
Him188
e5404b397b
Simplify MemberPermission comparing
2020-05-03 22:25:57 +08:00
Him188
c2fa014c78
Add docs
2020-05-03 22:25:35 +08:00
Him188
35e39a7fba
Add docs
2020-05-03 20:43:18 +08:00
Him188
b244697dd5
Add timing on reconnecting
2020-05-03 19:06:27 +08:00
Karlatemp
edb80ec0ca
Fix the error that directly closing the verification code window will block the coroutine.
2020-05-02 19:12:38 +08:00
Him188
73c700b4b7
Support protocol selecting
2020-05-02 18:42:51 +08:00
Him188
86689cf575
Adjust filenames
2020-05-02 18:21:13 +08:00
Him188
6ac1ea19a5
Remove MessageType
2020-05-02 18:13:07 +08:00
Him188
fbf4dd6bb2
Adjust filenames
2020-05-02 18:12:40 +08:00
Him188
752ec5b83c
Implement FriendEvent
2020-05-02 18:08:25 +08:00
Him188
8366c353c4
Correct filenames
2020-05-02 18:07:54 +08:00
Him188
f0e8deab68
Remove unused files
2020-05-02 18:07:41 +08:00
Him188
6b5cbc3dd7
Implement new ExternalImage and image chunk strategy
2020-05-02 17:58:22 +08:00
Him188
b14bfde694
Fix tests
2020-05-02 17:18:31 +08:00
Him188
2be325d781
Remove all deprecated APIs
2020-05-02 16:56:18 +08:00
Him188
a7e0f63dc6
FileCacheStrategy
, ReusableInput
fundamental
2020-05-02 16:16:33 +08:00
ryoii
1dbeb44f5b
Support Group VoiceMessage receiving
2020-05-02 04:46:51 +08:00
Him188
9924d37e54
Misc improvements
2020-05-01 23:04:24 +08:00
Karlatemp
20af1fc3b6
Reset listeners before run a new task ( #294 )
...
* 支持监听优先级, 事件传递拦截
* Fix test
* 并发
* 优先级&并发
* Test
* Fix unused
* To GlobalEventListeners
* Add tests
* intercept with subscribeAlways
* test listener.complete()
* Add functions
* Fix test and add new test
* Test concurrent listening
* Test concurrent listening
* update broadcast
* Fix Boom
* Reset listeners before run a new task
Co-authored-by: Him188 <Him188@mamoe.net>
2020-05-01 22:59:34 +08:00
Him188
32eb36f817
Allow quoting offline message sources
2020-05-01 21:52:26 +08:00
Him188
1a4c3ba602
Simplify Image structure: deprecate online and offline classification.
2020-05-01 21:51:09 +08:00
Him188
20c2f6fb05
Merge remote-tracking branch 'origin/master'
2020-05-01 21:14:03 +08:00
Him188
7050d30a60
Add docs
2020-05-01 21:13:50 +08:00
Karlatemp
c17e8a3263
支持监听优先级, 事件传递拦截 ( #279 )
...
* 支持监听优先级, 事件传递拦截
* Fix test
* 并发
* 优先级&并发
* Test
* Fix unused
* To GlobalEventListeners
* Add tests
* intercept with subscribeAlways
* test listener.complete()
* Add functions
* Fix test and add new test
* Test concurrent listening
* Test concurrent listening
* update broadcast
* Fix Boom
Co-authored-by: Him188 <Him188@mamoe.net>
2020-05-01 21:05:04 +08:00
Him188
16c440433f
Introduce AbstractEvent
acting as all events' super class
2020-05-01 14:44:12 +08:00
plex
b47955a824
add ( #291 )
2020-05-01 13:04:31 +08:00
Him188
df4cef6299
Improve image regex
2020-04-30 17:18:47 +08:00
Him188
244bbff85c
Fix typo
2020-04-30 17:10:41 +08:00
Him188
868ff0008c
Fix typo
2020-04-30 17:10:20 +08:00
Him188
c37380017b
Use simpleName
2020-04-30 14:41:15 +08:00
Him188
195cfc395c
Add docs
2020-04-30 14:36:54 +08:00
Him188
d3669dffa0
Add event lists overview
2020-04-30 14:36:53 +08:00
Him188
644f0f175b
Deprecate ExternalImage
constructors
2020-04-29 19:39:41 +08:00
Him188
a08bf241ed
Improve event handler coroutine management
2020-04-29 18:21:01 +08:00
Him188
6a726050bc
Fix event concurrency for Java callers
2020-04-29 18:20:34 +08:00
Him188
2501cbb59a
Ensure binary compatibility
2020-04-29 15:49:01 +08:00
Him188
50934f9b7d
Ensure binary compatibility until 1.1.0
2020-04-29 15:33:25 +08:00
Him188
0de76149c8
Make SingleMessage
not extending CharSequence
for clearer semantics
2020-04-29 15:21:00 +08:00
Him188
b30b508f4b
Deprecate PlainText.stringValue
2020-04-29 15:20:37 +08:00
Him188
3d5e928382
Merge remote-tracking branch 'origin/master'
2020-04-29 12:14:51 +08:00
Him188
e3084c5f7d
Deprecate XmlMessage
and JsonMessage
in favour of ServiceMessage
2020-04-29 12:14:40 +08:00
ryoii
1a557984f4
Fix BufferedImage compressed
2020-04-29 01:48:11 +08:00
Him188
90df88050f
Fix typo
2020-04-28 16:43:42 +08:00
Him188
9b4006222f
Rework re-init, fix #282
2020-04-28 16:35:03 +08:00
Him188
ece7d8901a
Fix SinceMirai
2020-04-28 15:29:32 +08:00
Him188
20acc3c459
Support parsing VipFace
2020-04-28 15:25:43 +08:00
Him188
128125eec7
Support more poke messages
2020-04-28 14:59:57 +08:00
mzdluo123
3c98151f87
fix: Regex error on Android
2020-04-28 00:49:19 +08:00
Him188
c89e2a7aa6
Improve performance
2020-04-27 22:25:53 +08:00
Him188
c3de96dde0
Mark LockFreeLinkedList with MiraiInternalAPI, planning to make it internal in 1.0.0
2020-04-27 22:07:27 +08:00
Him188
f75d597c29
Remove being shadowed extensions
2020-04-27 19:08:42 +08:00
Him188
7e1a6c8be7
Add docs
2020-04-27 10:19:49 +08:00
Him188
4ba153c358
Fix BotInvitedJoinGroupRequestEvent.ignore
2020-04-27 10:16:00 +08:00
Him188
6ab8be55c2
Add Java-friendly Group.quit
2020-04-25 19:55:59 +08:00
Him188
781dd721d1
Fix LoginSolver
choosing, add NoStandardInputForCaptchaException
2020-04-25 15:28:26 +08:00
Him188
56fc3aa88b
Add checks for empty message being sent
2020-04-25 13:14:57 +08:00
Him188
364ffc334a
Fix typo
2020-04-25 13:13:33 +08:00
Him188
626b1d6a5d
Add tests for Message.isContentEmpty()
2020-04-25 13:13:18 +08:00
Him188
e3add186fb
Add Message.isContentNotEmpty
2020-04-25 12:50:31 +08:00
Him188
97dda77f04
Requests input in IO dispatcher
2020-04-25 12:47:24 +08:00
Him188
cebd4a8079
Fix typo
2020-04-25 12:47:06 +08:00
Him188
86aacc5d47
Add Message.isContentEmpty
2020-04-25 12:40:40 +08:00
Him188
48362a241c
Add check: ForwardMessage.nodeList mustn't be empty
2020-04-25 12:34:39 +08:00
Him188
6a631418d2
Add docs
2020-04-25 12:31:59 +08:00
Him188
cd1dbf63fc
Fix doc
2020-04-25 12:29:16 +08:00
Him188
3bdfd21df6
Add Contact.sendMessage(String)
2020-04-25 12:27:40 +08:00
Him188
9c5bfb3bf5
Fix #270
2020-04-25 12:24:31 +08:00
ryoii
bb3944d5ae
Support handle bot invited into a group, close #259
2020-04-25 00:24:16 +08:00
Karlatemp
7271ff375d
#257 的追加修正 ( #267 )
...
* Rename
* Fix resource missing
* Fix typo
2020-04-24 21:32:56 +08:00
Him188
bf4b56ab07
Fix calculateImageMd5ByImageId
2020-04-24 16:55:39 +08:00
Him188
09524da1e9
Add docs, rearrange implementations
2020-04-24 16:41:21 +08:00
Him188
716e3ade48
Rearrange deprecated functions
2020-04-24 15:14:06 +08:00
Him188
077885465b
Add docs, rearrange implementations
2020-04-24 15:12:50 +08:00
Him188
92a1b0d4df
Add imageId regex, fix #262
2020-04-24 15:12:33 +08:00
Karlatemp
d57ce6eb09
#257 additional display repair ( #260 )
...
* LoginSolver, gui support
* make `internal`,`object`, and rename.
* Edit message
* Edit message
2020-04-24 10:19:15 +08:00
Karlatemp
0ede49896e
LoginSolver swing ( #257 )
...
* LoginSolver, gui support
* make `internal`,`object`, and rename.
2020-04-24 10:03:27 +08:00
Him188
331d9d5e3f
Fix incompatible Bot.instances
2020-04-24 09:10:00 +08:00
Him188
96ed65442d
Fix missing ForwardMessage.Key
in firstOrNull
2020-04-23 21:36:39 +08:00
Him188
848c50ae9d
Remove incompatible functions
2020-04-23 20:46:32 +08:00
Him188
1f97454b37
Fix unhandled BotOfflineEvent.Force
2020-04-23 20:41:23 +08:00
Him188
437f9db575
Unified Image suffix: .mirai
2020-04-23 20:37:01 +08:00
Him188
5ad5c17a60
Add examples
2020-04-23 20:18:48 +08:00
Him188
2d96314d72
Cleanup
2020-04-23 19:29:19 +08:00
Him188
5b2ae6e9ad
Simplify Image structure, close #244
2020-04-23 17:10:21 +08:00
Him188
eb123bb3a9
Fix #242
2020-04-23 14:46:30 +08:00
Him188
83f721c59a
Cleanup
2020-04-23 14:20:55 +08:00
Him188
1b4e1475a0
Support ForwardMessage DSL
2020-04-23 14:17:24 +08:00
Him188
6734403fb0
Add User.nameCardOrNick
; Rename Member.takeIfFriend
to Member.takeIfIsFriend
; Replace fun Member.isMuted()
with val Member.isMuted
2020-04-23 14:16:40 +08:00
Him188
efb186e26d
Add ContactMessage.senderName
2020-04-23 11:57:38 +08:00
Him188
454205a6af
Add ContactMessage.time
2020-04-23 11:52:44 +08:00
Him188
1786c95e07
Support merged forward messages!
2020-04-22 22:09:53 +08:00
Him188
bb4c13d789
Add docs
2020-04-22 20:13:34 +08:00
Him188
7116173ed7
Rearrange MessageSource
2020-04-22 20:07:48 +08:00
Him188
d9135cb8a3
Fix #248
2020-04-22 19:57:38 +08:00
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