Commit Graph

139 Commits

Author SHA1 Message Date
Him188
02345597ac 2.0-M1-dev-1 2020-12-18 16:38:25 +08:00
Him188
cbbd6eb083 Update to mirai-core 2.0-M1-dev-3 2020-12-18 16:36:49 +08:00
Him188
4ac0356ecd 1.1.0 2020-12-01 10:25:57 +08:00
Him188
d532a9ffa1 Fix publishing keys 2020-12-01 09:47:00 +08:00
Him188
a6d5656161 Support ReadOnlyPluginData:
Add ReadOnlyPluginData, ReadOnlyPluginConfig,
New inspection: READ_ONLY_VALUE_CANNOT_BE_VAR,
2020-11-30 14:25:40 +08:00
Him188
a66ecbf8c8 New inspection: RESTRICTED_CONSOLE_COMMAND_OWNER, close #216 2020-11-29 16:12:49 +08:00
Him188
525b759d9e 1.1.0-dev-30 2020-11-29 00:27:03 +08:00
Him188
3a5d95aee3 1.1.0-dev-29 2020-11-29 00:15:45 +08:00
Him188
08c61dee0e 1.1.0-dev-1 2020-11-28 13:59:47 +08:00
Him188
c514883557 1.0.1 2020-11-26 12:42:44 +08:00
Him188
fe5bf0e10c 1.0.1-dev-2 2020-11-26 07:51:48 +08:00
Him188
c433450be2 Update dependencies 2020-11-25 17:19:52 +08:00
Him188
cd2ee20961 1.0.1-dev-1 2020-11-24 10:38:51 +08:00
Him188
5778b7c8d5 1.0.0 2020-11-20 10:42:53 +08:00
Him188
efa8468f7a 1.0.0-dev-2 2020-11-19 10:05:42 +08:00
Him188
1f3434e54a Support AutoLoginConfig, close #198 2020-11-18 13:32:52 +08:00
Karlatemp
c17762eaf5
CallerFinder 2020-11-13 21:06:49 +08:00
Him188
9a25ac78fa 1.0-RC2-dev-6 2020-11-13 18:24:40 +08:00
Him188
1d6dccb793 Pretty buildscript 2020-11-12 09:42:18 +08:00
Him188
724d8940f8 Update publisher 2020-11-10 09:06:27 +08:00
Him188
ea4bdddf83 1.0-RC2-dev-3 2020-11-10 08:58:14 +08:00
Him188
9066c9a117 1.0-RC2-dev-1 2020-11-09 09:16:14 +08:00
Him188
289a82189b Fix tests 2020-11-09 09:02:16 +08:00
Him188
7182a500f9 Update dependencies 2020-11-08 23:41:17 +08:00
Him188
e1c1e28713 Update dependencies 2020-11-08 11:10:46 +08:00
Him188
e5a7df46de Code cleanup 2020-11-08 09:52:29 +08:00
Him188
4f3c9bd8d9 Kotlin compiler 1.4.20-RC and Kotlin Jvm Blocking Bridge 1.4.0 2020-11-08 09:33:05 +08:00
Him188
5c03556046 1.0-RC-1 2020-10-30 14:58:04 +08:00
Him188
03467a6f45 Simplify source root structure 2020-10-30 10:28:18 +08:00
Him188
34eb8eb9cb 1.0-RC 2020-10-28 14:02:03 +08:00
Him188
2c5f9ebcf4 Update copyright 2020-10-28 13:35:15 +08:00
Him188
0c98abbb31 Bump versions; 1.0-RC-dev-32 2020-10-24 21:41:02 +08:00
Him188
27aff26bfd 1.0-RC-dev-31 2020-10-23 13:15:09 +08:00
Him188
b1bb417388 Bump versions 2020-10-04 22:28:56 +08:00
Him188
48efa5a469 1.0-RC-dev-30 2020-10-02 13:47:22 +08:00
Him188
e214a43043 Fix IDE resolve on startup 2020-10-02 13:45:25 +08:00
Him188
5af02a4b73 Remove gitVersion 2020-09-27 02:32:57 +08:00
Him188
1425594a70 Remove md5 2020-09-24 14:01:47 +08:00
Him188
2a6d98ba16 Add shadowJarMd5 for shadowed files 2020-09-21 13:22:37 +08:00
Him188
71a02e7630 Import yamlkt using 'implementation', improve buildscript 2020-09-20 21:32:05 +08:00
Him188
100bc10404 Fix shadow 2020-09-20 00:28:57 +08:00
Him188
ec03f8322d Update docs 2020-09-19 23:29:28 +08:00
Him188
ad3124fe10 Gradle plugin 2020-09-19 20:33:34 +08:00
Him188
bade699a1f 1.0-dev-5 2020-09-19 14:36:43 +08:00
Him188
56a7098627 Support checking ArrayValue compile-time constants 2020-09-18 23:58:01 +08:00
Him188
cd86878307 Merge remote-tracking branch 'origin/master' 2020-09-18 20:01:10 +08:00
Him188
7244cb76c4 Introduce inspection NOT_CONSTRUCTABLE_TYPE for PluginData.value 2020-09-18 15:36:03 +08:00
Karlatemp
8fe2506e75
Terminal (#179)
* Rename ConsolePure to ConsoleTerminal

* Fix the way to close console with Ctrl+C

* Fix windows pipeline error. Fix EndOfFileException

* Add ConsoleExperimentalApi

* Collect imports

* Review

- Change old CLI main deprecation level to ERROR
- Update documents
- Update tasks from pure to terminal

* Fix error in closing console.

* Fix terminal closing and Ctrl+C closing.

* Add console shut-downing status

* Don't invokeOnCompletion when console shut-downing

* Fix Input interrupt

* Ensure active unless console is shut downing

* Change MiraiConsole.isShutDowning to `!job.isActive`

* Code Review

- Update Message on MiraiConsolePureLoader.kt
- Change MiraiConsole.isShutDowning to MiraiConsole.isActive
- Change MiraiConsole.shutdown to ConsoleInternalApi

* run catching

* Fix console input

* Update shutdown

* Fix module

* Revert 5199395

* Typo
2020-09-18 12:43:57 +08:00
Him188
5dbf596582 Support checking plugin name and plugin id (ILLEGAL_PLUGIN_DESCRIPTION) 2020-09-18 01:49:08 +08:00
Him188
3fc2d7f5c1 Diagnostics and resolve utilities 2020-09-18 00:21:05 +08:00