Commit Graph

2845 Commits

Author SHA1 Message Date
Him188
2ca7050fd0
Create CONTRIBUTING.md 2020-03-10 14:14:15 +08:00
Him188
2928c0ed36 Update issue templates 2020-03-10 13:35:04 +08:00
Him188
826b3692ce
Update ----.md 2020-03-10 13:25:50 +08:00
Him188
45bd4a0518
Update bug---.md 2020-03-10 13:23:06 +08:00
ryoii
e0f96872f2 Merge remote-tracking branch 'origin/master' 2020-03-09 20:23:44 +08:00
Him188
37fa37974c
Fix link 2020-03-09 20:20:35 +08:00
ryoii
712256488d Merge remote-tracking branch 'origin/master' 2020-03-08 22:48:00 +08:00
Him188
0126e4ce67 Apply shadow plugin for future use 2020-03-08 22:25:00 +08:00
Him188
f2608d6956 Merge remote-tracking branch 'origin/master' 2020-03-08 22:22:26 +08:00
Him188
454057f56f 0.27.0 2020-03-08 22:22:03 +08:00
Him188
4a0333524b Update docs and OptIn annotations 2020-03-08 22:21:10 +08:00
Him188
e51cf7ee71 Remove debugging logs 2020-03-08 22:16:04 +08:00
Him188
a64c061377 Support LightApp message 2020-03-08 22:14:59 +08:00
Him188
584b5e9822 xml and Json messages support 2020-03-08 22:05:08 +08:00
Him188
21abfe4a64 Fix zip and unzip 2020-03-08 22:04:11 +08:00
Him188
243b2ea731 Gather all platform-specified utilities into a MiraiPlatformUtils 2020-03-08 21:14:41 +08:00
Him188
9f988e7d04 Remove ImageLink 2020-03-08 21:01:31 +08:00
Him188
8bd6dfcf2c Change Retentions 2020-03-08 20:44:36 +08:00
Him188
71de716e92 Fix compilation bug 2020-03-08 20:26:37 +08:00
Him188
a8a0d583ab Merge remote-tracking branch 'origin/master' 2020-03-08 20:15:14 +08:00
Him188
c58dd8bc06 0.26.2 2020-03-08 20:14:41 +08:00
Him188
592d5fdef5 Add PlainText.of(CharSequence) 2020-03-08 20:14:22 +08:00
Him188
4cc8808372 Make output open 2020-03-08 20:12:33 +08:00
Him188
7593e34898 Add standard output override 2020-03-08 20:09:53 +08:00
Him188
4cd7487253 Remove logger 'Initializing BotNetworkHandler' 2020-03-08 19:55:49 +08:00
Him188
54a37afa59 Make PlainText.of inline 2020-03-08 19:51:13 +08:00
Him188
3cda7aa805 Add PlainText.of 2020-03-08 19:50:43 +08:00
Him188
86389306ee Fix ambiguous NullMessageChain.equals 2020-03-08 19:48:29 +08:00
Him188
dad9c0b7b8 Fix docs 2020-03-08 19:33:58 +08:00
Him188
e3576fe5d0 Add Message.repeat, make Message.times inline 2020-03-08 19:26:15 +08:00
Him188
1998b53451 Add Message.times 2020-03-08 19:23:39 +08:00
Him188
cf6b64ef0d Solve TODO 2020-03-08 18:45:23 +08:00
Him188
9dfc78c0a4 0.26.1 2020-03-08 18:32:53 +08:00
Him188
e04650538a Update versions of kotlinx.serialization, atomicfu, kotlinx.coroutines 2020-03-08 18:06:33 +08:00
Him188
99ffba28b2
Merge pull request #120 from mamoe/kotlin-1.3.70
Kotlin 1.3.70
2020-03-08 04:48:27 -05:00
Him188
c69cb6f3de Fix Map entry tags, remove debugging logs 2020-03-08 17:44:34 +08:00
Him188
ce7af37ef4 Migrate to new Jce serializer 2020-03-08 17:13:33 +08:00
Him188
2acca0c2e6 Jce complex nesting support 2020-03-08 16:34:38 +08:00
Him188
e375d17f82 Support maps and nesting 2020-03-08 16:02:11 +08:00
Him188
7c3a2d8e13 Merge remote-tracking branch 'origin/master' 2020-03-08 14:12:29 +08:00
Him188
17b34b9d10 Simplify group quote 2020-03-08 13:27:23 +08:00
Him188
6731525e49 Improve structure 2020-03-08 00:57:29 +08:00
Him188
0a64654a4f Use kotlinx.io 2020-03-08 00:49:24 +08:00
Him188
ef29345d71 Use RequiresOptIn 2020-03-08 00:47:14 +08:00
Him188
c5d98cbefd Replace use of Experimental with OptIn 2020-03-08 00:47:12 +08:00
Him188
710379eb80 Specify actual type 2020-03-08 00:44:05 +08:00
Him188
1ef3eb471b Use custom Json configuration 2020-03-08 00:43:52 +08:00
Him188
e39fe5a46f Merge branch 'master' into kotlin-1.3.70
# Conflicts:
#	mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/QQAndroidClient.kt
#	mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/highway/HighwayHelper.kt
#	mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/highway/highway.kt
#	mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/login/WtLogin.kt
#	mirai-core/build.gradle.kts
#	mirai-core/src/androidMain/kotlin/net/mamoe/mirai/utils/addSuppressed.kt
#	mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/ExternalImage.kt
#	mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/channels.kt
#	mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/io/chunked.kt
#	mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/io/input.kt
#	mirai-core/src/jvmMain/kotlin/net/mamoe/mirai/utils/addSuppressed.kt
2020-03-08 00:29:51 +08:00
Him188
200b8b98e7 Merge remote-tracking branch 'origin/master' 2020-03-08 00:25:31 +08:00
Him188
b1f36704c8 Revert "Use io.ktor.utils.io than kotlinx.io"
This reverts commit 6a85769e
2020-03-08 00:24:49 +08:00