Karlatemp
|
a9ca815627
|
Fix device info coping; fix #281
|
2021-02-03 15:32:00 +08:00 |
|
Him188
|
b7c46e27e0
|
2.3.0
|
2021-02-03 13:15:23 +08:00 |
|
Him188
|
5da481dd1b
|
PermitteeIdValueArgumentParser: Parse numerical values as ExactUser for convenience
|
2021-02-03 12:39:40 +08:00 |
|
Him188
|
5bd6182a17
|
PermissionIdValueArgumentParser: Parse "*" as RootPermission.id for convenience
|
2021-02-03 12:39:18 +08:00 |
|
Karlatemp
|
8683e88892
|
Support select protocol in /login ; Close bot when bot login failed
|
2021-02-01 10:09:58 +08:00 |
|
Him188
|
3f98d8ec2a
|
Allow underscore in plugin id, fix #263
|
2021-02-01 09:14:02 +08:00 |
|
Him188
|
0970343bdb
|
Configure workingDir for bots, support custom file name for deviceInfo, close #249
|
2021-02-01 08:53:26 +08:00 |
|
Him188
|
68860f7e12
|
Auto create 'resources' directory when absent on ConfigurePluginMainServiceFix, fix #256
|
2021-02-01 08:30:16 +08:00 |
|
Him188
|
93e4ebfb5a
|
Merge remote-tracking branch 'console/master'
|
2021-02-01 08:14:18 +08:00 |
|
Him188
|
5521e9b3d1
|
Enable autoReconnectOnForceOffline by default. Close #143
|
2021-02-01 08:13:59 +08:00 |
|
Karlatemp
|
a5481accb5
|
2.2.2
|
2021-01-31 23:08:52 +08:00 |
|
Him188
|
24c0482d50
|
2.2.1
|
2021-01-30 22:00:45 +08:00 |
|
Him188
|
3bfb570e69
|
2.2.0
|
2021-01-30 20:38:16 +08:00 |
|
Him188
|
934b36cf90
|
Fix publishing
|
2021-01-30 19:13:25 +08:00 |
|
Him188
|
2a0cc6ca16
|
Fix publishing
|
2021-01-30 14:49:32 +08:00 |
|
Him188
|
11c75e686c
|
Fix PluginMainLineMarkerProvider icon
|
2021-01-29 13:04:44 +08:00 |
|
Him188
|
90c6c7be15
|
idea: disable declaration checkers if mirai-console dependency not found
|
2021-01-29 13:04:20 +08:00 |
|
Him188
|
ea577fa262
|
Update versions
|
2021-01-29 12:43:50 +08:00 |
|
Him188
|
6c71783498
|
Fix CommandDeclarationChecker
|
2021-01-29 12:43:42 +08:00 |
|
Him188
|
8fde96c50a
|
Fix doc 'since' in EnumValueArgumentParser
|
2021-01-29 12:23:24 +08:00 |
|
Him188
|
52df8ef432
|
2.2.0
|
2021-01-29 12:21:51 +08:00 |
|
Him188
|
2d69c6ae10
|
Improve inspection performance
|
2021-01-29 10:23:18 +08:00 |
|
Him188
|
445cfd07c3
|
Migrate deprecated usages of LineMarkerInfo
|
2021-01-29 09:30:54 +08:00 |
|
Him188
|
b254018a74
|
Add README for mirai-console-intellij
|
2021-01-29 09:05:59 +08:00 |
|
Him188
|
4769a0995d
|
Extract ResolveContext and RestrictedScope to separate modules
|
2021-01-29 07:44:22 +08:00 |
|
Him188
|
c697668f53
|
Update docs
|
2021-01-28 12:33:01 +08:00 |
|
Him188
|
fb983f76a9
|
Merge remote-tracking branch 'console/master'
# Conflicts:
# tools/gradle-plugin/src/VersionConstants.kt
|
2021-01-28 12:00:17 +08:00 |
|
Him188
|
d9128e00e8
|
2.2.0-dev-5
|
2021-01-28 11:59:14 +08:00 |
|
Him188
|
a28c661541
|
Merge remote-tracking branch 'origin/master'
|
2021-01-28 10:29:23 +08:00 |
|
Him188
|
6624cc3b4e
|
Drop kapt
|
2021-01-28 10:29:10 +08:00 |
|
Him188
|
d3761e5728
|
Merge remote-tracking branch 'console/master'
|
2021-01-28 10:14:26 +08:00 |
|
Him188
|
2e4ca12929
|
Configure experimental annotations, binary compatibility validator, dokka, build, publishing, for mirai-console.
|
2021-01-28 10:13:42 +08:00 |
|
Him188
|
4432ae30df
|
Include mirai-console in mirai project build
|
2021-01-28 09:32:22 +08:00 |
|
Him188
|
3f92b844cb
|
Merge pull request #269 from iceBear67/patch-1
添加 discussion 引流
|
2021-01-24 11:23:33 +08:00 |
|
iceBear67
|
a177871469
|
Update README.md
添加 discussion 引流
|
2021-01-24 03:20:45 +00:00 |
|
Karlatemp
|
0f03a10d0c
|
EnumValueArgumentParser
close #267
|
2021-01-24 02:34:13 +08:00 |
|
HelloWorld
|
448acef198
|
Update README.md
|
2021-01-16 22:22:36 +08:00 |
|
Him188
|
64c7770b56
|
Update UsingStringPlusMessage inspection message
|
2021-01-16 15:10:16 +08:00 |
|
Him188
|
f2830610a7
|
Add @JvmOverloads to JvmPluginDescription.loadFromResource
|
2021-01-16 15:06:33 +08:00 |
|
Him188
|
1d44ad1520
|
Fix duplicated inspection shortName
|
2021-01-16 14:56:47 +08:00 |
|
Him188
|
d5827f3088
|
Support PluginMainServiceNotConfiguredInspection for Java
|
2021-01-16 13:13:45 +08:00 |
|
Him188
|
2947a7c162
|
2.0.0
|
2021-01-15 18:13:41 +08:00 |
|
Him188
|
da04234a56
|
Merge remote-tracking branch 'origin/master'
|
2021-01-14 17:22:06 +08:00 |
|
Him188
|
a81cd2239c
|
Update docs
|
2021-01-14 17:21:50 +08:00 |
|
Him188
|
f0f2f901be
|
Gradle 6.8
|
2021-01-14 17:02:06 +08:00 |
|
mzdluo123
|
42e9b6edb4
|
2.0-RC-dev-2
|
2021-01-14 09:30:14 +08:00 |
|
mzdluo123
|
96e2a8e2e4
|
fix wrong path of device.json
|
2021-01-13 23:34:46 +08:00 |
|
Him188
|
b16e876718
|
Merge remote-tracking branch 'origin/master'
|
2021-01-12 19:13:18 +08:00 |
|
Him188
|
d422d8e173
|
IJ Plugin since 201..215
|
2021-01-12 19:12:36 +08:00 |
|
Him188
|
876a4ee1aa
|
Update README.md
|
2021-01-12 19:09:53 +08:00 |
|