Commit Graph

734 Commits

Author SHA1 Message Date
Him188
b93002bb72 Fix build 2020-07-31 20:37:49 +08:00
Him188
97c564afdf Make MemorySettingStorage.OnChangedCallback fun interface 2020-07-31 16:39:44 +08:00
Him188
081474931f Use Kotlin language version 1.4 2020-07-31 16:38:39 +08:00
Him188
e0c5e17833 Bump dependency versions 2020-07-31 16:37:30 +08:00
Him188
e758fdf883 Update Kotlin to 1.4 2020-07-31 16:35:48 +08:00
Him188
74925ff6e8 Public api stabilization:
Separate PluginManager and its implementations;
Add Setting extensions;
Documentation updates
2020-07-31 16:35:41 +08:00
Him188
b2177c16cf Fix missing copyright 2020-07-24 20:14:15 +08:00
Him188
4d7826f3d9 API stabilization: rearrange implementations 2020-07-24 20:11:10 +08:00
Him188
ead891e223 Use Semver for plugin version and its dependencies 2020-07-19 22:45:06 +08:00
Him188
54e64082b6 1.0-dev-4 2020-07-19 13:24:58 +08:00
Him188
6daa0ce733 Merge remote-tracking branch 'origin/reborn' into reborn 2020-07-19 13:18:46 +08:00
Him188
9539218150 Use Kotlin compiler 1.4.0 but with stdlib 1.3.72 2020-07-19 13:18:27 +08:00
Him188
abf33bb214 Improve generic parameters 2020-07-13 13:34:36 +08:00
Him188
9fe71e869b
Update README.md 2020-07-13 12:52:22 +08:00
Him188
31aea380eb 1.0-dev-3 2020-07-11 22:14:40 +08:00
Him188
1ca6c7be6c Use same version from console for console-pure 2020-07-11 20:13:59 +08:00
Him188
561df66d1c Misc improvements 2020-07-11 20:12:28 +08:00
Him188
0a50674f67 Cleanup 2020-07-11 20:08:53 +08:00
Him188
b636ea9b31 Support builtin settings; cleanup 2020-07-11 20:04:18 +08:00
Him188
58187f95f0 Explicit APIs 2020-07-11 19:26:31 +08:00
Him188
55ec375e09 Fix typo 2020-07-11 12:15:44 +08:00
Karlatemp
c9f8bef00d Optimize Pure output 2020-07-11 12:07:52 +08:00
Him188
6ef9332217 Fix plugin loader 2020-06-29 23:13:34 +08:00
Him188
7c5a62d18e pure 0.1-dev-1 2020-06-29 22:55:23 +08:00
Him188
c3a34cd018 Merge remote-tracking branch 'origin/reborn' into reborn 2020-06-29 22:52:49 +08:00
Him188
a91558b1dd 1.0-dev-2 2020-06-29 22:52:34 +08:00
Him188
56a01c23fe Fix builtin commands and frontend-pure command processing 2020-06-29 22:52:15 +08:00
Him188
58eac01cad Fix frontend 2020-06-29 22:10:52 +08:00
Him188
032bae492a
Update README.md 2020-06-29 16:55:26 +08:00
Him188
e330597323
Update README.md 2020-06-29 16:55:09 +08:00
Him188
bd33a0e39a fix github 2020-06-29 16:41:35 +08:00
Him188
8754d989a9 fix github 2020-06-29 16:40:09 +08:00
Him188
96abdd8f5f fix github 2020-06-29 16:32:19 +08:00
Him188
6fc9adeb43 Multiply terminal selection 2020-06-29 16:17:50 +08:00
Him188
2fd7c6aec7 Add allRegisteredCommands;
Add val MiraiConsole.job;
Implement command listening;
Add simple built-in commands
2020-06-29 16:17:12 +08:00
Him188
108e425082 Fix checkSubCommand 2020-06-28 11:46:06 +08:00
Him188
6b23d5ba27 Publishing 2020-06-28 11:45:21 +08:00
Him188
b9e498aa39 Implement ConsoleCommandOwner as object 2020-06-28 10:45:08 +08:00
Him188
6bfe5929e8 Implement SimpleCommand 2020-06-28 10:44:55 +08:00
Him188
01fd1b3b6e Implement MiraiConsole bootstrap and plugin loading 2020-06-28 10:44:10 +08:00
Him188
442d7ee0ce Implement SettingStorage 2020-06-28 10:43:25 +08:00
Him188
e25a818942 Rework CompositeCommand, SimpleCommand, RawCommand;
Add ConsoleExperimentalAPI annotation;
Add CommandParserContextAware;
2020-06-28 07:43:58 +08:00
Him188
32e77ca420 Add command test, fix various command bugs 2020-06-28 02:08:44 +08:00
Him188
b9342be382 Rename SimpleCommand to RawCommand 2020-06-27 01:28:32 +08:00
Him188
91d2b0b7d2 Fix build 2020-06-27 01:28:19 +08:00
Him188
9f8ce56f15 Fix build 2020-06-27 00:23:43 +08:00
Him188
e76cfe8c69 Implement PluginSetting and its auto-saving;
Introduce PluginFileExtensions;
Introduce ResourceContainer;
Introduce SettingHolder;
Add extensions to JvmPlugin for getSetting;
Add Plugin.safeLoader extension to eliminate unchecked casting;
Various documentation improvements;
2020-06-27 00:16:36 +08:00
Him188
6beed81f40 BuiltInCommands stub 2020-06-26 20:13:43 +08:00
Him188
d4f80b44fe Fix build and tests 2020-06-26 20:13:09 +08:00
Him188
2ba18ab7e4 Rearrange implementations 2020-06-26 20:07:29 +08:00