Commit Graph

318 Commits

Author SHA1 Message Date
Him188
afc2aaf5c9 Portable PluginCenter 2020-05-07 16:32:43 +08:00
Karlatemp
2ffe539a59
Tips for commands with / (#83)
* Tips for commands with `/`

* Use `computeIfAbsent`
2020-05-07 14:03:59 +08:00
Him188
1aafa2fe75
Merge pull request #82 from LXY1226/patch-1
更正`/login`为`login`
2020-05-07 10:39:38 +08:00
LXY
1f1495398f
更正/loginlogin 2020-05-07 10:28:06 +08:00
jiahua.liu
d0c24a9de9 Merge remote-tracking branch 'origin/master' 2020-05-06 16:01:39 +08:00
jiahua.liu
5782a8b15c to merge 2020-05-06 16:01:12 +08:00
jiahua.liu
cebbceddcc to merge 2020-05-06 16:01:00 +08:00
Him188
1b3d60882b wrapper 1.1.0 released 2020-05-06 15:52:03 +08:00
Him188
8721c60493 Fix version checking, add file validation 2020-05-06 15:51:34 +08:00
Him188
b732b9731a Fix version determine 2020-05-06 15:10:01 +08:00
Him188
56181e7341 Fix version 2020-05-06 14:45:27 +08:00
Him188
a35bbbb7d0 Update core to 1.0-RC 2020-05-06 14:45:06 +08:00
Him188
e813b27227 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	buildSrc/src/main/kotlin/versions.kt
2020-05-06 14:41:57 +08:00
Him188
fa8eb466e7 Rework core/console updating, implement command args 2020-05-06 14:40:53 +08:00
mzdluo123
1ecb889aeb
Update README.md 2020-05-06 12:38:02 +08:00
jiahua.liu
6dd6162f78 prep for upgrade 2020-05-03 11:10:09 +08:00
NaturalHG
a9c16d5fef
Merge pull request #74 from mzdluo123/master
add: custom working dir when start
2020-05-03 11:04:37 +08:00
Him188
0b1089c10d Merge remote-tracking branch 'origin/master' 2020-04-30 11:54:17 +08:00
Him188
ea3f51dca9 Opt in config APIs 2020-04-30 11:51:47 +08:00
Him188
f10a1c64de Use LoginCancelledManuallyException 2020-04-30 11:50:35 +08:00
Him188
01fc3f4c32 Use suspendCancellableCoroutine, improve performance 2020-04-30 11:46:38 +08:00
mzdluo123
0a47666b9a add: Android support 2020-04-29 11:14:48 +08:00
mzdluo123
4947c8b7a6 add: custom working dir when start 2020-04-27 16:27:54 +08:00
Karlatemp
68690a62b1
Custom Command Prefix & Fix jvm option classpath invalid. (#66)
* Custom Command Prefix & Fix jvm option `classpath` invalid.

* Modify the loading order of Console ClassLoader; Extended Libraries
2020-04-26 00:35:05 +08:00
Him188
0d66a9959a Update to mirai-core 0.39.1 2020-04-24 09:56:42 +08:00
Him188
3f1c4adeab Cleanup 2020-04-24 09:56:25 +08:00
Him188
96dcea9157 Add AbstractCommand 2020-04-24 09:56:10 +08:00
Him188
a27c2a1edf Mark Config APIs with ToBeRemoved 2020-04-24 09:55:58 +08:00
Him188
e491f46054 Update to newest core 2020-04-23 21:16:22 +08:00
mzdluo123
4470185c3c
Update ToStart.MD 2020-04-23 19:14:55 +08:00
mzdluo123
ef10e6175e
Update ToStart.MD 2020-04-23 19:12:57 +08:00
mzdluo123
a6eb03d727 Update ToStart.MD 2020-04-23 19:11:21 +08:00
mzdluo123
21b10193de
Update README.md 2020-04-22 14:12:51 +08:00
Karlatemp
367f07a6fc
Automatic login; Some amendments to the bot manager (#65)
* Betty tryNTimes

* UTF8

* Automatic login; Some modifications about BotManager

* Make `internal` and rename
2020-04-21 15:18:14 +08:00
Him188
9e605afcea
Merge pull request #52 from Karlatemp/patch-1
修正removeManager的错误
2020-04-15 18:19:39 +08:00
Karlatemp
9f483049c2
修正removeManager的错误
修正removeManager的错误
2020-04-15 17:21:43 +08:00
PeratX
1e2b85b737 PluginManager: remove hot reload 2020-04-15 00:02:44 +08:00
Him188
59ebefb272 Merge remote-tracking branch 'origin/master' 2020-04-13 18:18:26 +08:00
jiahua.liu
de39804d25 release 049 2020-04-13 17:50:38 +08:00
jiahua.liu
757a960236 Merge remote-tracking branch 'origin/master' 2020-04-13 17:32:57 +08:00
jiahua.liu
10fd960aee fix typo 2020-04-13 17:32:28 +08:00
Him188
0217405d2a Update core dependencies 2020-04-13 12:05:13 +08:00
PeratX
7769183f02 PluginManager: do not clear plugin seq when reloading 2020-04-13 00:13:57 +08:00
Him188
2246d906c6 Update core dependencies 2020-04-12 20:06:04 +08:00
PeratX
98e52f0c63 Console: add PluginBase::onReload, plugin now can handle reload event 2020-04-12 12:43:57 +08:00
ryoii
fdf2cec4d5 Fix text 2020-04-11 18:59:39 +08:00
ryoii
cbeeaafc72 Graphic support download and detail 2020-04-11 18:52:39 +08:00
jiahua.liu
6a9f5ec11e new CommandSender 2020-04-10 17:18:27 +08:00
jiahua.liu
6607952eb5 Merge branch 'master' of https://github.com/mamoe/mirai-console
 Conflicts:
	mirai-console/src/main/kotlin/net/mamoe/mirai/console/plugins/PluginManager.kt
2020-04-08 18:20:39 +08:00
NaturalHG
604b944e5d
Merge pull request #42 from Sincky/master
fix class init issues and fix reload exception
2020-04-08 17:09:41 +08:00