Commit Graph

71 Commits

Author SHA1 Message Date
Him188
2947a7c162 2.0.0 2021-01-15 18:13:41 +08:00
Him188
a81cd2239c Update docs 2021-01-14 17:21:50 +08:00
Him188
18affb2b0c 2.0-RC 2021-01-12 19:00:29 +08:00
Him188
7d353f9ca1 Update docs 2021-01-12 18:02:05 +08:00
Him188
76056d6d60 Update docs 2021-01-12 18:00:53 +08:00
Him188
8ebbbe2a69 Update docs 2021-01-12 17:58:13 +08:00
Him188
0b957d6475 Update permitteeIds to new temp user structure 2021-01-12 17:31:10 +08:00
Him188
e3af014389 Update docs 2021-01-11 23:03:40 +08:00
Him188
98a403a42f Update docs 2021-01-11 23:03:16 +08:00
Peaksol
eaec022569
Typo 2020-12-31 17:21:03 +00:00
Him188
f0cee57006 Update docs 2020-12-31 15:59:45 +08:00
Him188
d2965c87f5 2.0-M2 2020-12-28 18:39:54 +08:00
Him188
e6621fbb3d 2.0-M1-1 2020-12-19 23:30:06 +08:00
Him188
e2fb094e0f Update to mirai-core 2.0-M1 2020-12-19 00:55:56 +08:00
Him188
fb4f51f19e 1.1.0 2020-12-01 11:21:45 +08:00
Him188
b201583136 update docs 2020-11-28 12:44:29 +08:00
Him188
c514883557 1.0.1 2020-11-26 12:42:44 +08:00
Him188
ac36a560fb Update publishing guides 2020-11-25 18:13:52 +08:00
Him188
335f8cb0ad Update embedded run 2020-11-25 17:46:52 +08:00
Him188
425b570683 Merge remote-tracking branch 'origin/master' 2020-11-24 12:58:48 +08:00
Him188
67206a6eec Update docs 2020-11-24 12:52:51 +08:00
Karlatemp
653ca7ac79
Update Run.md 2020-11-23 23:32:08 +08:00
Karlatemp
e56860deb5
Update Plugins.md 2020-11-23 22:42:14 +08:00
Him188
6ab182abba
Update ConfiguringProjects.md 2020-11-22 10:15:44 +08:00
Him188
5fad5e9337
Update FrontEnd.md 2020-11-21 09:14:27 +08:00
Him188
539b397be0
Update Permissions.md 2020-11-08 12:16:26 +08:00
Him188
34a892e4d7
Update Permissions.md 2020-11-08 12:13:39 +08:00
Him188
e5a7df46de Code cleanup 2020-11-08 09:52:29 +08:00
Him188
c8f6575c44 Update build constants and README 2020-10-30 15:01:20 +08:00
Him188
03467a6f45 Simplify source root structure 2020-10-30 10:28:18 +08:00
Karlatemp
7e480c2de2
Update ExportManager rule 2020-10-27 12:49:05 +08:00
Karlatemp
9b042a439c
Merge remote-tracking branch 'origin/master' into dependencies 2020-10-27 12:37:11 +08:00
Him188
fa43f2689c Merge branch 'master' into command
# Conflicts:
#	tools/gradle-plugin/src/main/kotlin/net/mamoe/mirai/console/gradle/VersionConstants.kt
2020-10-20 14:11:51 +08:00
Him188
1935352ae6
Update ConfiguringProjects.md 2020-10-15 07:07:42 +08:00
Karlatemp
bf40b6036b
Merge remote-tracking branch 'origin/master' into dependencies
# Conflicts:
#	backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/internal/plugin/BuiltInJvmPluginLoaderImpl.kt
#	backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/internal/plugin/JvmPluginClassLoader.kt
2020-10-10 11:42:24 +08:00
Him188
c413e9f79d Rename command.description to command.descriptor for future use 2020-10-01 16:38:37 +08:00
Him188
05c5e60492 Merge remote-tracking branch 'origin/master' 2020-09-24 14:02:19 +08:00
Him188
c712824048 Update docs 2020-09-24 14:01:58 +08:00
Him188
e478f10250
Update Run.md 2020-09-24 07:41:09 +08:00
Him188
a6411005f5 Update docs 2020-09-20 15:25:27 +08:00
Him188
30a10f56d0 Update docs 2020-09-20 14:25:54 +08:00
Him188
e25c88aaec Update docs 2020-09-20 00:04:24 +08:00
Him188
ec03f8322d Update docs 2020-09-19 23:29:28 +08:00
Him188
799123c331 Add Version Selection 2020-09-19 14:31:21 +08:00
Karlatemp
38f748ba6d
Update Run.md 2020-09-19 00:29:07 +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
Karlatemp
106704a010
Update ExportManager 2020-09-17 12:35:39 +08:00
Him188
be311923d0 Add descriptions for permissions 2020-09-14 12:48:38 +08:00
Him188
5471f7d687
Update Run.md 2020-09-13 13:21:57 +08:00
Karlatemp
aa032a145f
Code Review
- Add comments.
- Use when not if.
- Add docs
2020-09-13 12:39:46 +08:00