Commit Graph

301 Commits

Author SHA1 Message Date
Him188
91e30377fc Introduce JPluginConfig for Java callers, update docs 2020-08-23 16:50:48 +08:00
Him188
c821f9e9e9 Public API stabilization: misc improvements 2020-08-23 16:36:49 +08:00
Him188
66e4852c4d Update docs 2020-08-23 16:36:10 +08:00
Him188
6fe8f6f57c Introduce JPluginData for Java callers 2020-08-23 16:35:13 +08:00
Him188
4ffa67ddf6 Fix filename 2020-08-23 02:34:17 +08:00
Him188
367b17ad7f Ignore 'v' and 'V' prefixes in plugin versions 2020-08-23 02:31:27 +08:00
Him188
775b888273 Documentations and several improvements 2020-08-23 02:25:42 +08:00
Him188
0a7097b354 Make CommandPermission a fun interface 2020-08-23 00:44:01 +08:00
Him188
cd60a60d97 CommandExecuteResult for executeCommand 2020-08-23 00:34:34 +08:00
Him188
cdc9f8f613 Fix fuzzyCompare 2020-08-22 21:49:09 +08:00
Him188
faaf8d34f2 Improve exception noticing 2020-08-22 20:41:19 +08:00
Him188
d496df3deb Cleanup 2020-08-22 20:16:02 +08:00
Him188
98224cfe5e Fix build tasks for buildDate, cleanup 2020-08-22 20:13:05 +08:00
Him188
218fb2bdcc Public API stabilization:
- Redesign MiraiConsoleFrontEndDescription
- Redesign MiraiConsoleImplementation
- Rework path-relevant properties
- Add docs
2020-08-22 19:43:07 +08:00
Him188
bcd93ab34e Move JavaPluginScheduler to net.mamoe.mirai.console.plugin.jvm 2020-08-22 17:50:36 +08:00
Him188
808be4dce1 Public API stabilization: rename packages and introduce internal implementations 2020-08-22 17:45:39 +08:00
Him188
ea7751238c Move ResourceContainer to plugin package 2020-08-22 17:30:52 +08:00
Him188
bc447fc103 Add blocking bridge for ConsoleInput.requestInput 2020-08-22 17:29:50 +08:00
Him188
a4d5a4cbf2 Implement PluginConfig, update docs 2020-08-22 17:18:46 +08:00
Him188
f862f7d4f5 Merge remote-tracking branch 'origin/master' 2020-08-22 17:08:55 +08:00
Him188
74f56c1e70 Public API stabilization 2020-08-22 17:06:22 +08:00
Him188
259d0f90d5 Make CommandArgumentContext not inline 2020-08-22 17:05:55 +08:00
PeratX
c1c84575f3 Make CommandOwner open 2020-08-22 14:35:00 +08:00
Him188
408589b615 Rearrange implementations 2020-08-22 14:24:36 +08:00
Him188
50958868cf Introduce Plugin.isEnabled 2020-08-22 01:43:07 +08:00
Him188
74353d1aaf Fix various bugs 2020-08-22 01:38:32 +08:00
Him188
c8854b3391 Introduce CommandSenderOnMessage, support exception catching in CommandSender 2020-08-22 01:37:18 +08:00
Him188
0016a04d5e Rename Setting to PluginData for compatiblity issue 2020-08-22 01:36:22 +08:00
Him188
938db950e6 Rework CommandArgumentParser 2020-08-22 01:23:45 +08:00
Him188
c13076eea0 Fix Settings 2020-08-20 23:46:51 +08:00
Him188
b00b3d97f0 Adjust loggers 2020-08-20 20:49:27 +08:00
Him188
e51c3ac4af Add implementation notes 2020-08-20 20:34:33 +08:00
Him188
3b540a102d Set -Xjvm-default=enable 2020-08-20 20:24:08 +08:00
Him188
1c5ca81c8b Make CommandSender.onDefault in CompositeCommand protected 2020-08-20 20:13:10 +08:00
Him188
61a42d9370 Rework JvmPluginDescription, Introduce JvmMemoryPluginDescription, JvmPluginDescriptionImpl. 2020-08-20 20:12:50 +08:00
Him188
a6d98426e3 Fix #117: owning setting storage is not set after load 2020-08-20 20:11:21 +08:00
Him188
f862f575d7 Fix clashes on merge 2020-08-20 19:51:34 +08:00
Him188
8d2009d273 Make JvmPluginInternal.description and .dataFolder final 2020-08-20 16:08:25 +08:00
Him188
6ee1f91314 Merge remote-tracking branch 'origin/master' 2020-08-20 14:30:57 +08:00
Him188
f048890c54 Fix MultiFileSettingStorage 2020-08-20 14:30:29 +08:00
Him188
dc6bb61352 Use classloader for ResourceContainer 2020-08-20 14:30:12 +08:00
Him188
d240ba7b83 Fix CompositeCommand; Rename CommandParam to CommandParameter 2020-08-20 14:26:44 +08:00
Him188
2843f91d02 Fix builtin command Login 2020-08-20 13:51:59 +08:00
Him188
657c2ac613 Fix fillBuildConstants 2020-08-20 12:52:41 +08:00
Him188
a478b85ba2 Add ClassLoader.asResourceContainer; Fix nullability of getResource 2020-08-20 12:52:19 +08:00
PeratX
ba91731576 Fix TestCommand deprecated warning 2020-08-20 12:26:13 +08:00
Karlatemp
c1090c1074
Thread safe. (#114)
* Thread safe.

* Fix OOM in Java x32
2020-08-20 12:17:31 +08:00
Him188
8dd692bbb5 Update documents 2020-08-20 09:02:47 +08:00
Him188
36fc942ace Update documents 2020-08-20 08:42:48 +08:00
Him188
f08a29b472 Remove @JvmSynthetic on bridge functions 2020-08-19 23:53:07 +08:00
Him188
89b7a821a1 Fix build and publishing 2020-08-19 22:39:34 +08:00
Him188
89784db637 Update to Kotlin 1.4.0, kotlinx.serialization 1.0.0-RC, yamlkt 0.4.0 2020-08-19 22:25:42 +08:00
Him188
47e52e20dd Update versions 2020-08-19 21:03:34 +08:00
Him188
30608aedf6 Update licenses 2020-08-16 23:36:24 +08:00
Him188
0f5d46d017 Public API stabilization 2020-08-16 23:21:11 +08:00
Him188
30e359c282 Fix blocking call in shutdown hook 2020-08-01 23:13:49 +08:00
Him188
5efa4824bf Fix tests 2020-08-01 23:05:03 +08:00
Him188
a555137da5 Add explicit kotlin-reflect dependency 2020-08-01 22:19:06 +08:00
Him188
cc8ec67340 Public API stabilization 2020-08-01 22:12:52 +08:00
Him188
e53363482d Fix build 2020-08-01 21:53:24 +08:00
Him188
a1e5cf3b8f 1.0-M1 released 2020-08-01 13:04:32 +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
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
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
31aea380eb 1.0-dev-3 2020-07-11 22:14:40 +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
Him188
6ef9332217 Fix plugin loader 2020-06-29 23:13: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
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
Him188
d2194c2c2b Introduce interface MiraiConsole 2020-06-26 19:50:13 +08:00
Him188
bd4b0b88ca Add TODO 2020-06-26 18:41:42 +08:00
Him188
d4271f670f Use unstable Json API with guarantee;
Move plugin center from ./center to ./plugin/center
2020-06-26 18:41:27 +08:00
Him188
0dd274fc4e Cleanup 2020-06-24 04:31:30 +08:00
Him188
1186083f09 Introduce AbstractJvmPlugin 2020-06-24 04:31:24 +08:00
Him188
b5b3df4075 Move SettingImpl to internal package 2020-06-24 04:21:01 +08:00