Commit Graph

8288 Commits

Author SHA1 Message Date
Him188
f3a74c89a7 [build] configGpgSign after adding -all artifacts for mirai-core-all 2022-11-27 15:25:18 +00:00
Him188
e34f7d0d00 [build] Do not run duplicated macos tests for mirai-core native 2022-11-27 15:25:18 +00:00
Him188
b0af6b0818 [build] Run only native tests for Release Publish to avoid OOM. Do not close repository because it always fails. 2022-11-27 15:25:18 +00:00
Him188
2c9c6bd82b [build] Disable check-publishing for Windows due to OOM 2022-11-27 15:25:18 +00:00
Him188
e9c12eb4a8 [build+docs] Use mirai.native.binaries to enable binaries, update relevant docs. 2022-11-27 15:25:18 +00:00
Him188
9f7face6eb [build] Disable KotlinNativeLink by default. Can be enabled by -Dmirai.native.link=true 2022-11-27 15:25:18 +00:00
Him188
9540bc95c5 [gradle+deps] Adjust memory limit for test Gradle instances 2022-11-27 15:25:18 +00:00
Him188
5c4a3aeb38 [build] Support '~' in disabling build targets. e.g. '~others' 2022-11-27 15:25:18 +00:00
Him188
a6af7e82ea [build] Fix check-publishing actions 2022-11-27 15:25:18 +00:00
Him188
76cee371a9 [build] Register native binaries for mirai-core only to speed up builds 2022-11-27 15:25:18 +00:00
Him188
f7e138086b [build] Disable parallel compilation on Windows and Ubuntu 2022-11-27 15:25:18 +00:00
Him188
4c8a18edb7 [build] Fix shadow task dependencies and check-publishing actions 2022-11-27 15:25:18 +00:00
Him188
c9dd92c694 [build] Use pat-s/always-upload-cache@v3.0.11 for caching 2022-11-27 15:25:18 +00:00
Him188
2df721ed50 [build] Disable ubuntu-18.04 from CI machines for all workflows to speed up builds 2022-11-27 15:25:18 +00:00
Him188
442b52d61c [build] Add separate 'Check Publishing' workflow to speed up usual builds 2022-11-27 15:25:18 +00:00
Him188
23e02a433f [build] Allow using "others" when configuring enabled mirai-core targets 2022-11-27 15:25:18 +00:00
Him188
c0ccdbe9d3 [build] Rewrite shadow relocation 2022-11-27 15:25:18 +00:00
Karlatemp
ca840f88be
[mock] Create task :mirai-core-mock:buildRuntimeClasspath 2022-11-25 23:49:34 +08:00
cssxsh
5618333a9d
[console/plugin] Fix multi-dependency-repositories not working (#2358) 2022-11-23 10:39:21 +00:00
Karlatemp
2682b1665c
[skip ci] Update bug.yml 2022-11-23 17:56:26 +08:00
Karlatemp
841f6e5326
[console] Fix gradle user home detecting; Fix #2357 2022-11-22 13:02:29 +08:00
Karlatemp
0ddf1e85fc
[core/mock] Introduce AvatarGenerator 2022-11-22 13:02:28 +08:00
赵怡然
0e4d5efd38
[console] 修复 JvmPluginInternal 在 Android java.lang.NoSuchMethodError (#2354)
* fix java.lang.NoSuchMethodError

fix java.lang.NoSuchMethodError: No virtual method getDeclaredAnnotation(Ljava/lang/Class;)L

* fix formatting

Co-authored-by: Him188 <Him188@mamoe.net>
2022-11-18 23:26:52 +00:00
Karlatemp
372c25024c
[core] Fix temporary buffer acquiring; Fix #2309 2022-11-18 20:41:53 +08:00
Karlatemp
b38687a3ea
[core] Temporary disable Reconnect without slider request; Reduce device banning caused by loginsolver error 2022-11-15 18:20:33 +08:00
Karlatemp
90f2fee243
[core] Don't reconnect if error in onSolveSliderCaptcha 2022-11-15 18:18:57 +08:00
Karlatemp
85bf607b60
[core] Include login solver information in UnsupportedSliderCaptchaException 2022-11-15 18:15:36 +08:00
Karlatemp
bbf3c09ae4
[core/debug] Fix build 2022-11-14 06:02:46 +08:00
Karlatemp
fe70187881
[core/debug] Add utils for debug running; Update docs for launch debug run 2022-11-14 00:33:07 +08:00
基于人工的bug生成器
7d441393ac
[docs] Add a click link for "Contacts 章节" (#2344) 2022-11-11 16:40:11 +00:00
Karlatemp
28030dfb05
[core] [logging] Change message color of WARNING & ERROR; fix #2336 2022-11-09 22:57:10 +08:00
Karlatemp
4061abff52
[build] Bump asm to 9.4 2022-11-08 17:49:57 +08:00
Karlatemp
dd143890cd
[core] Fix bad atomic 2022-11-08 12:41:02 +08:00
cssxsh
1c79da0f38
[core] feat: Announcement confirmed member api (#2255)
* feat: Announcement confirmed

* add: native

* add: todo

* fix: dump
2022-11-03 10:42:21 +00:00
Him188
a77c4e2adf
[build] Add notes for relocation 2022-11-02 19:29:02 +00:00
Him188
f24ca9628f
[core] Optimize array expansions 2022-11-02 19:29:02 +00:00
Karlatemp
7cbff5a8c2
[console] Fix another concurrently logic 2022-11-02 18:02:24 +08:00
Karlatemp
9e7fd79225
[console] Let JLineInputDaemon use lock terminalExecuteLock; Try to fix \ #2322 2022-11-02 00:24:06 +08:00
Karlatemp
07000456cf
[console] Fix locking; Try to fix \ #2322 2022-11-02 00:10:43 +08:00
微莹·纤绫
4abb3e3703
[core] Introduce Flow<T>.toStream() for simply implement Streamable (#2259)
* [core] Introduce `Flow<T>.toStream()` for simply implement `Streamable`

* Drop `unintercepted` support

* fix ci

* update test
2022-10-31 13:09:58 +00:00
Him188
e47b205e0d
[core] Fix docs of examples on ExternalResource 2022-10-31 10:53:10 +00:00
Him188
9613c9b7e5
[core] Add more information on LIMITED_MESSAGING 2022-10-31 10:44:13 +00:00
Him188
573f08955c
[core] Show specific reason for error 46 while sending message. Close #2127 2022-10-31 10:41:06 +00:00
Him188
4abcb7fb4e
[docs] Add release note for 2.13.0 2022-10-31 10:28:49 +00:00
Him188
c59de206cb
[core] Add default implementation of deprecated LoginSolver.onSolveUnsafeDeviceLoginVerify 2022-10-31 09:58:28 +00:00
Karlatemp
d47221fa35
[console] Add LegacyCompatibilityLayerClassLoader; Load ktor 1.6.8 as fallback; fix #2297 2022-10-29 23:27:17 +08:00
Karlatemp
a47a8e1c2a
[console] [internal] No longer fast resolve netty to core 2022-10-29 23:27:16 +08:00
Karlatemp
d648e56867
[console] Add https://repo1.maven.org/maven2/ to default servers 2022-10-29 22:57:03 +08:00
Him188
440122d4f9
[console] Enable atomicfu compiler 2022-10-29 13:14:35 +01:00
Him188
7e84330262
[core] Use netty-handler instead of netty-all to reduce size 2022-10-29 13:11:30 +01:00