Him188
6b251b9267
Release version v2.6-M1
2021-03-30 12:39:45 +08:00
Him188
b6417ac336
Fix doc on ConsoleInput
2021-03-27 22:40:42 +08:00
mzdluo123
512895ad9b
add MiraiForum url to greeting
2021-03-27 14:52:42 +08:00
Him188
4308c59da2
Use device.json
by default for AutoLoginConfig ( #312 )
2021-03-26 19:00:42 +08:00
Karlatemp
3ae575e9eb
Ensure that the PermissionService is loaded correctly ( #307 )
...
* Ensure that the PermissionService is loaded correctly
* Update backend/mirai-console/src/extensions/PermissionServiceProvider.kt
* Mark `@ConsoleExperimentalApi`
Co-authored-by: Him188 <Him188@mamoe.net>
2021-03-26 19:00:25 +08:00
Him188
5dc1c90ac4
Release version 2.5.0
2021-03-26 10:42:42 +08:00
Him188
82b48bfa60
Release version 2.5-RC
2021-03-20 22:31:54 +08:00
Him188
f0fefc0657
2.5-RC-dev-2
2021-03-20 16:58:49 +08:00
Him188
8d568543f2
2.5-RC-dev-1
2021-03-19 09:10:20 +08:00
Karlatemp
ee1561f97d
Close bot with runCatching
2021-03-11 22:44:04 +08:00
Karlatemp
34135b5a4d
Close all bots in console stopping
2021-03-10 12:31:22 +08:00
Him188
fa7d688467
Release version 2.5-M2
2021-03-09 09:05:38 +08:00
Him188
2e042f6ccd
Release version 2.5-M1
2021-02-27 14:45:25 +08:00
Karlatemp
2e286a3a79
Don't show not permitted commands in /help
2021-02-20 19:51:23 +08:00
Karlatemp
0fa67b7699
Improve service finding
...
- Close resource stream
- Skip comments
2021-02-18 12:06:56 +08:00
Karlatemp
825332abfe
Update comments
2021-02-18 01:25:19 +08:00
Karlatemp
7c863e9353
Limit MiraiConsoleImplementation.backendAccess
2021-02-18 01:13:06 +08:00
Karlatemp
11e7d9f454
FrontEnd callbacks; Accessors for FrontEnd
2021-02-18 01:09:28 +08:00
Karlatemp
bc009263b5
[Command] Support detect receiver parameter with first parameter; fix #295
2021-02-17 15:15:05 +08:00
Karlatemp
78e8203abd
Add default value of CompositeCommand.SubCommand.value for Java
2021-02-16 23:13:27 +08:00
Karlatemp
a6e79fc204
Release v2.4.0
2021-02-14 21:17:28 +08:00
Him188
086604ce67
Release v2.4-RC
2021-02-11 19:18:11 +08:00
Him188
c431f93399
Release v2.4.0
2021-02-11 19:09:24 +08:00
Karlatemp
0db24dca63
ConcurrentMap support for PluginData ( #279 )
...
* ConcurrentMap support for PluginData
* Simplify ShadowMap, ConcurrentShadowMap, ObservableMap
2021-02-11 16:31:59 +08:00
Him188
626b8d600b
2.4-M1
2021-02-07 14:35:20 +08:00
Him188
2089ecfe54
2.4.0-dev-1
2021-02-05 23:34:31 +08:00
Karlatemp
3a5e2fe174
Mark @JvmWildcard
on Command.overloads for fix java cannot extends XXXCommand
2021-02-03 22:11:14 +08:00
Him188
8ac8089015
2.3.2
2021-02-03 19:55:29 +08:00
Him188
70cd1621ca
2.3.1
2021-02-03 15:49:27 +08:00
Him188
b250092e4e
Prefer device.json and auto-rename from deviceInfo.json
2021-02-03 15:46:35 +08:00
Karlatemp
a9ca815627
Fix device info coping; fix #281
2021-02-03 15:32:00 +08:00
Him188
b7c46e27e0
2.3.0
2021-02-03 13:15:23 +08:00
Him188
5da481dd1b
PermitteeIdValueArgumentParser: Parse numerical values as ExactUser for convenience
2021-02-03 12:39:40 +08:00
Him188
5bd6182a17
PermissionIdValueArgumentParser: Parse "*" as RootPermission.id for convenience
2021-02-03 12:39:18 +08:00
Karlatemp
8683e88892
Support select protocol in /login
; Close bot when bot login failed
2021-02-01 10:09:58 +08:00
Him188
3f98d8ec2a
Allow underscore in plugin id, fix #263
2021-02-01 09:14:02 +08:00
Him188
0970343bdb
Configure workingDir for bots, support custom file name for deviceInfo, close #249
2021-02-01 08:53:26 +08:00
Him188
93e4ebfb5a
Merge remote-tracking branch 'console/master'
2021-02-01 08:14:18 +08:00
Him188
5521e9b3d1
Enable autoReconnectOnForceOffline by default. Close #143
2021-02-01 08:13:59 +08:00
Karlatemp
a5481accb5
2.2.2
2021-01-31 23:08:52 +08:00
Him188
24c0482d50
2.2.1
2021-01-30 22:00:45 +08:00
Him188
3bfb570e69
2.2.0
2021-01-30 20:38:16 +08:00
Him188
934b36cf90
Fix publishing
2021-01-30 19:13:25 +08:00
Him188
2a0cc6ca16
Fix publishing
2021-01-30 14:49:32 +08:00
Him188
8fde96c50a
Fix doc 'since' in EnumValueArgumentParser
2021-01-29 12:23:24 +08:00
Him188
52df8ef432
2.2.0
2021-01-29 12:21:51 +08:00
Him188
4769a0995d
Extract ResolveContext and RestrictedScope to separate modules
2021-01-29 07:44:22 +08:00
Him188
d9128e00e8
2.2.0-dev-5
2021-01-28 11:59:14 +08:00
Him188
2e4ca12929
Configure experimental annotations, binary compatibility validator, dokka, build, publishing, for mirai-console.
2021-01-28 10:13:42 +08:00
Karlatemp
0f03a10d0c
EnumValueArgumentParser
...
close #267
2021-01-24 02:34:13 +08:00