Commit Graph

291 Commits

Author SHA1 Message Date
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
Sincky
8ffae709ea change file name 'PluginsClassLoader.kt' ot 'PluginsLoader.kt'
fix class init issues and fix reload exception
2020-04-08 15:59:05 +08:00
Him188
5a599e0141 0.4.7 released 2020-04-08 10:32:23 +08:00
Him188
f5de74c6db Fix typo 2020-04-08 10:32:14 +08:00
Sincky
6460de75a2 change PluginsClassLoader and change method name by 'loadPluginMainClass' to 'loadPluginMainClassByJarFile' 2020-04-07 22:46:24 +08:00
Sincky
c9f0195f8e revert PluginsClassLoader to fix 'suspended issue' 2020-04-07 22:46:24 +08:00
jiahua.liu
e73a509460 Improve Command Sender 2020-04-07 16:48:24 +08:00
jiahua.liu
b08546b5aa Java Friendly Manager API 2020-04-06 23:39:34 +08:00
jiahua.liu
de3cbdafd1 close #24 2020-04-06 23:24:29 +08:00
NaturalHG
cdc7ab3c15
Merge pull request #35 from Sincky/master
change PluginsClassLoader and fix 'loader constraint violation'
2020-04-06 22:46:49 +08:00
Sincky
1a68008041 change PluginsClassLoader and fix 'loader constraint violation' 2020-04-06 22:20:53 +08:00
jiahua.liu
4234d443db fix links 2020-04-06 17:47:35 +08:00
jiahua.liu
646a99432d create readmes 2020-04-06 17:45:27 +08:00
jiahua.liu
c0c4d3dcb7 add jsource 2020-04-06 17:43:37 +08:00
jiahua.liu
28a00b4333 java plugin doc 2020-04-06 17:40:37 +08:00
jiahua.liu
a9b84338a6 release 0.4.5 2020-04-06 14:06:47 +08:00
jiahua.liu
0968487387 add Java API 2020-04-06 14:06:10 +08:00
jiahua.liu
cc4b497286 Java API ant 2020-04-06 13:21:51 +08:00
jiahua.liu
e82281367e add Java API 2020-04-06 13:20:10 +08:00
jiahua.liu
4d8753d8e2 J Event Listener 2020-04-06 13:16:18 +08:00
jiahua.liu
88b1576417 add kotlin API 2020-04-05 23:26:52 +08:00
jiahua.liu
a02f0ff4ee add tryNTimes API for kotlin/java 2020-04-05 23:10:43 +08:00
jiahua.liu
29b27c070b update variable properties 2020-04-05 22:39:55 +08:00
jiahua.liu
c2821a7702 Merge remote-tracking branch 'origin/master' 2020-04-05 20:44:40 +08:00
jiahua.liu
e0a9be74e7 change some views 2020-04-05 20:41:29 +08:00
NaturalHG
ceeb0c9c10
Merge pull request #29 from Sincky/master
add PluginsClassLoader and fix hot-reload from Sincky
2020-04-05 20:31:53 +08:00
Sincky
1a7068940c fix something 2020-04-05 16:07:02 +08:00
Sincky
a541289942 resolve conversation changes 2020-04-05 15:56:47 +08:00