微莹·纤绫
fa48507a78
Update issue report url
2022-02-19 21:22:03 +08:00
Karlatemp
7252879f46
Improve performance
2022-02-16 23:15:27 +08:00
Him188
92cd9e1712
Update copyright on OutgoingPacket.kt
2022-02-12 13:27:08 +00:00
Him188
1cc299431d
Rename OutgoingPacketAndroid.kt in commonMain to OutgoingPacket.kt to eliminate ambiguity
2022-02-12 13:03:18 +00:00
Karlatemp
1d2c219b9d
Fix MessagePreSendEvent name; fix #1851
2022-02-09 22:21:09 +08:00
lz1998
e856a017a1
typo
2022-02-07 11:53:59 +00:00
Him188
bd71c486bd
Fix botAsMemberInitialized, fix #1848
2022-01-22 15:04:00 +00:00
Him188
2d26f94769
Move AbstractImage
, FriendImage
, GroupImage
from mirai-core-api to mirai-core, close #1670
2022-01-14 19:02:38 +00:00
Him188
4a32f03797
Add logging for uninitialized botAsMember
on creating new GroupImpl instance. helps #1776
2022-01-14 18:45:25 +00:00
Him188
7d3971259d
Review deprecation for 2.10. close #1742 ( #1774 )
2022-01-14 18:26:44 +00:00
Him188
12999356e2
Prohibit sending FileMessage
manually, except those from FileMessage.upload
. close #1715
2022-01-14 18:21:50 +00:00
Him188
b52783d815
Fix BotOfflineEvent.Active
not broadcast on bot.close
, fix #1717
2022-01-14 17:57:22 +00:00
Him188
85b00f583b
TestEventDispatcherImpl: ensure event is broadcast
2022-01-14 17:57:22 +00:00
Him188
920886434c
Fix SafeStateObserver
: add missing override beforeStateChanged
2022-01-14 17:57:22 +00:00
Him188
1ab48748ab
Fix project structure for Dokka
...
Co-authored-by: 微莹·纤绫 <karlatemp@vip.qq.com>
2022-01-06 20:26:52 +00:00
Him188
3d864362aa
Generalize binary validator
2022-01-06 20:26:52 +00:00
Him188
3844630550
Cleanup code
2022-01-06 20:07:22 +00:00
Him188
2a036d7bb3
Simplify buildscript: remove redundant comments
2022-01-06 04:46:58 +00:00
LaoLittle
0c964f3144
允许使用 IPAD 协议发送戳一戳 ( #1711 )
...
* 修改注释
* IPAD协议发送戳一戳时不抛出UnsupportedOperationException
* 修改注释
“安卓协议”的描述并不准确,ANDROID_PAD 也是安卓协议,但是完全不支持戳一戳
修改进行明确
* Apply suggestions from code review
* Update Nudge.kt
Co-authored-by: Initial-heart <63091661+Initial-heart-1@users.noreply.github.com>
Co-authored-by: Him188 <Him188@mamoe.net>
2022-01-06 01:16:42 +00:00
Karlatemp
6d16d77dad
Secrets Protection
2022-01-03 17:38:34 +00:00
Karlatemp
09920d35ee
Fix size-less image sending; fix #1769
2021-12-30 22:51:49 +08:00
Karlatemp
1b7c1286ef
Fix migrate of soutv
2021-12-29 18:32:34 +08:00
Him188
55fe85473a
Remove unused variables
2021-12-23 01:37:11 +00:00
Him188
7faf630454
Update kotlin-jvm-blocking-bridge to 2.0.0-160.2
2021-12-23 01:37:11 +00:00
Him188
46865721b0
Use new Duration methods
2021-12-23 01:37:11 +00:00
Him188
0f1227d401
Use Mutex
than @Synchronized
2021-12-23 01:37:11 +00:00
Him188
df92607841
Use Mutex
than @Synchronized
2021-12-23 01:37:11 +00:00
Him188
10af69f05e
Filter out duplicated GroupTalkativeChangeEvent and relevant events with same subject. Fix #1707
2021-12-21 22:55:54 +00:00
Him188
aa53d92fbe
Fix Desensitizer for NestedStructure
2021-12-21 22:22:15 +00:00
Him188
83d7c0d3d1
Add test for MemberJoinEvent.Active when request was accepted by bot
2021-12-21 22:21:41 +00:00
Him188
282f0b212c
Ignore local test files
2021-12-21 19:19:17 +00:00
Him188
eb0bf21505
Fix FriendMessageSyncEvent, fix #1624
2021-12-21 19:18:57 +00:00
Him188
3a2663104b
Rewrite and generalize ConstructorCallCodegen for multipurpose usage.
2021-12-21 18:46:25 +00:00
Him188
bf98ab7858
Move _contentToString
outside mirai-core main sourceSets, and rename it to structureToString
2021-12-21 18:46:25 +00:00
Him188
68ec6d52e7
Fix FriendMessageSyncEvent, fix #1624
2021-12-21 03:32:27 +00:00
Him188
e202149c3a
Improve AbstractNoticeProcessorTest
2021-12-21 03:32:27 +00:00
Him188
a7e0f1b288
Initialize ecKf before static-init for ECDH on Android, #1732
2021-12-15 21:14:29 +00:00
Him188
2367ee0fd9
Revert prohibition of sending file message: ( #1716 )
...
* Revert prohibition of sending file message:
- close #1715
- Report a warning in logging with stacktrace
- Show stacktrace only once
* Update util.kt
2021-12-06 15:32:51 +00:00
Him188
bc1cce313f
Support AbsoluteFolder.resolveFolderById
( #1712 )
...
* Support `AbsoluteFolder.resolveFolderById`
* resolveFolderById: Always return null when receiver is not root and id is not root
2021-12-06 15:23:27 +00:00
Karlatemp
561d333cc7
NetInternalKit
2021-12-05 18:28:44 +08:00
Him188
74fc5a5037
Throw specific SendMessageFailedException
when reaching group chat limit, close #1220
2021-11-30 13:06:01 +00:00
Him188
a989ea9db1
Add SendMessageFailedException
, change supertypes of MessageTooLargeException
and BotIsBeingMutedException
to the new exception
2021-11-30 13:06:01 +00:00
Him188
5b16414e9e
Add note to NormalMemberImpl.kick
2021-11-26 18:21:48 +00:00
Him188
ca80f5285f
Throw specific ISE when kicking members too fast, close #1503
2021-11-26 18:04:35 +00:00
Him188
8e8dd0e26b
minor: Do not use Member but required properties in TroopManagement.Kick
2021-11-26 18:04:35 +00:00
Him188
25970cbf56
minor: move NormalMember.kick
overloads from mirai-core to mirai-core-api
2021-11-26 17:59:07 +00:00
Him188
64920a399e
Throw a specific exception when reaching maximum AtAll times limit, fix #1201
2021-11-26 17:31:35 +00:00
Him188
7c550bff7d
Add Image.Factory
and Image.Builder
for constructing Image
inst… ( #1673 )
...
* Add `Image.Factory` and `Image.Builder` for constructing `Image` instances with specific properties. close #1672
* Remove redundant `create`s
* Add docs for `Image.Builder`
* Remove Image.Factory, use Image.Builder in all places.
* Fix cache & parameters
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-11-20 23:36:14 +00:00
Karlatemp
a35a19ffcc
Fix LightApp refining; fix #1660
2021-11-20 18:15:09 +08:00
Karlatemp
511d1fa4f8
Fix NetReplayHelper [no ci]
2021-11-20 17:40:58 +08:00