Commit Graph

7650 Commits

Author SHA1 Message Date
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
d14261d5b0
Update issue template
[no ci]
2022-01-05 17:46:57 +08:00
Karlatemp
bb3df26817
Fix intellij-plugin 2022-01-05 00:32:56 +08:00
Karlatemp
4fcd19742b
Fix gradle-plugin 2022-01-05 00:24:46 +08:00
Karlatemp
6b571e163d
Fix jvmTarget; fix #1795; fix #1765 2022-01-04 23:59:13 +08:00
Karlatemp
6d16d77dad Secrets Protection 2022-01-03 17:38:34 +00:00
微莹·纤绫
f7e295e20c
Update ConfiguringProjects.md
[no ci]
2022-01-03 23:52:38 +08:00
Him188
bc52924602
Update copyright date 2022-01-01 01:32:20 +00:00
Him188
0639eb8c22
Update UserManual.md 2021-12-30 16:14:58 +00:00
Karlatemp
09920d35ee
Fix size-less image sending; fix #1769 2021-12-30 22:51:49 +08:00
Him188
1819374b9a Use SimpleMessage for Log4J2 for security, close #1729 2021-12-30 14:34:25 +00:00
Karlatemp
1b7c1286ef
Fix migrate of soutv 2021-12-29 18:32:34 +08:00
Karlatemp
de64a59087
Remove duplicated shadowJar 2021-12-29 12:45:10 +08:00
Him188
02e5db95d3
Remove Gradle CI badge 2021-12-28 17:01:35 +00:00
Him188
9ae59ec979 Configure publishing for mirai-console-gradle, fix #1768 2021-12-28 03:25:43 +00:00
Him188
86a389b585 Set version to 2.10.0-RC 2021-12-27 18:25:49 +00:00
Him188
8845472e38 Revert "Set version to 2.10.0-RC"
This reverts commit 312162d02b.
2021-12-27 18:25:34 +00:00
Him188
312162d02b Set version to 2.10.0-RC 2021-12-27 17:15:56 +00:00
Him188
1f9484b2e4 Fix updateSnapshotVersion for updated Versions template 2021-12-27 16:57:33 +00:00
Him188
1cd354a7e3 Add @ResolveContext for usages of abstract message keys, implement relevant inspections, close #1363 2021-12-27 13:07:17 +00:00
Him188
63957b183b Make mirai-console-compiler-annotations multiplatform 2021-12-27 13:07:17 +00:00
Him188
8a2b75ae29 Add configurations for 'Run IDE' and 'Publish local artifacts' 2021-12-27 13:07:17 +00:00
Him188
15a756346b build: Fetch version first from system env "mirai.build.project.version" 2021-12-27 13:07:17 +00:00
Karlatemp
7099244414
Fix /login without passwd 2021-12-23 18:29:08 +08:00
Him188
7a32afc14c Fix build failure caused by different compiler API versions 2021-12-23 01:37:11 +00:00
Him188
ecc4425463 Move KClass.createInstance to mirai-core-utils and optimize TestPointPluginImpl.<init> 2021-12-23 01:37:11 +00:00
Him188
55fe85473a Remove unused variables 2021-12-23 01:37:11 +00:00
Him188
f8bd475740 Use Gradle 7.3.1 2021-12-23 01:37:11 +00:00
Him188
ddb74b9292 Set version to 2.10.0-RC 2021-12-23 01:37:11 +00:00
Him188
c0e885bc24 Set systemProp.use.maven.local to false 2021-12-23 01:37:11 +00:00
Him188
6103628801 Remove __broadcastJava 2021-12-23 01:37:11 +00:00
Him188
d6c2c379c3 Tentatively fix compilation issue 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
3e28cb57b6 Fix deprecation in buildscripts 2021-12-23 01:37:11 +00:00
Him188
d8e0136b8b Update CONTRIBUTING.md: add more details on building project 2021-12-23 01:37:11 +00:00
Him188
75dc7ad5d6 Use JDK 17 on actions 2021-12-23 01:37:11 +00:00
Him188
9d3c7315cb Remove @ExperimentalTime on BotConfiguration 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
5368e6b809 Upgrade buildscript for Kotlin 1.6.0, use Gradle 7.2 2021-12-23 01:37:11 +00:00
Him188
26c099798b
Deprecate experimental EventChannel.asChannel and add EventChannel.forwardToChannel (#1753)
* Deprecate experimental `EventChannel.asChannel` and add `EventChannel.forwardToChannel`

* Remove redundant opt-ins
2021-12-22 19:02:11 +00:00
Karlatemp
45e3f58017
Don't apply shadowJar directly
For fix project dependencies
2021-12-22 23:18:56 +08:00
StarWishsama
53883e885c
修复设置 redirectNetworkLogToDirectory 后日志 identity 为 Bot 的问题 fix #1743 (#1751) 2021-12-21 22:57:46 +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