Him188
|
dcfe934a83
|
Fix missed BotOfflineEvent.Dropped. Close #376
|
2020-07-02 00:34:37 +08:00 |
|
Him188
|
680dc0f0cf
|
Fix memory leak on failure on image uploading (Fix #385, fix #387)
|
2020-07-01 23:24:14 +08:00 |
|
Him188
|
dfddfae876
|
Add PlatformLogger.printLog, .Color, .timeFormat, .color (Fix #407)
|
2020-07-01 22:27:42 +08:00 |
|
Him188
|
04eb59dc51
|
Make BotConfigurationBase public, fix #409
|
2020-07-01 22:15:08 +08:00 |
|
Him188
|
2de1ebf3df
|
Fix documentation on @PlannedRemoval
|
2020-07-01 22:11:22 +08:00 |
|
Him188
|
e973079337
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-06-29 13:42:45 +08:00 |
|
ryoii
|
49924ea35e
|
Close #398
|
2020-06-29 10:07:00 +08:00 |
|
Him188
|
23dd54b300
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-06-28 01:05:39 +08:00 |
|
ryoii
|
510a041f0c
|
Close #393
|
2020-06-26 19:51:10 +08:00 |
|
Him188
|
74af082a2a
|
Update README.md
|
2020-06-26 19:31:05 +08:00 |
|
Him188
|
5dbc9b3015
|
Remove Event.DoNotImplementThisClassButExtendAbstractEvent for compiling issue
|
2020-06-26 19:01:10 +08:00 |
|
ryoii
|
9375c0fa7b
|
Regex for extension name of image
|
2020-06-24 21:16:38 +08:00 |
|
ryoii
|
0cf9b1b975
|
Magic number for image type
|
2020-06-23 23:25:04 +08:00 |
|
Him188
|
4cb5d654b2
|
Delegate json serialization strategy to BotConfiguration
|
2020-06-17 14:19:59 +08:00 |
|
Him188
|
7d79f0a8f2
|
Revert "Deprecate FriendFlashImage and GroupFlashImage in the favor of general FlashImage"
This reverts commit 36fd7ccd
|
2020-06-16 16:08:23 +08:00 |
|
Him188
|
d993dff499
|
Update module descriptions
|
2020-06-16 16:05:36 +08:00 |
|
Him188
|
e2e68b091b
|
Make botInstancesSequence stable API
|
2020-06-16 15:43:36 +08:00 |
|
Him188
|
b10d339adc
|
Add missing @MiraiExperimentalAPI
|
2020-06-16 15:20:53 +08:00 |
|
Him188
|
245d52149e
|
Add default dir and file for redirectBotLogToDirectory and redirectBotLogToFile
|
2020-06-16 15:11:57 +08:00 |
|
Him188
|
c4541c8fdc
|
Fix directory detecting
|
2020-06-16 15:10:03 +08:00 |
|
Him188
|
f175d07c0a
|
Introduce multi-platform BotConfiguration structure; Add redirectNetworkLogToDirectory functions, fix #371
|
2020-06-16 15:09:32 +08:00 |
|
Him188
|
6684f35379
|
Add deprecation warnings, Fix #374
|
2020-06-16 14:16:58 +08:00 |
|
Him188
|
1e15edc39b
|
Add tests for MessageChain delegations
|
2020-06-15 16:04:14 +08:00 |
|
Him188
|
3178aeb619
|
Fix doc
|
2020-06-15 16:03:54 +08:00 |
|
Him188
|
e52c341155
|
Arise deprecation level
|
2020-06-15 15:02:53 +08:00 |
|
Karlatemp
|
f5165f7d77
|
Add Manifest; Disabling SwingSolver with vm property mirai.no-desktop (#362)
* Disabling SwingSolver with vm property 'mirai.no-desktop'
// for ssh
// java -Dmirai.no-desktop ....
* Add Manifest
* Removed Per-Entry Attributes
Co-authored-by: Him188 <Him188@mamoe.net>
|
2020-06-15 11:13:15 +08:00 |
|
Him188
|
f74ee547f2
|
Fix #369
|
2020-06-14 23:47:56 +08:00 |
|
Niltok
|
169942237f
|
Add name for Face (#345)
* add faceName
* fix incorrect merge
* fix misspelling
* fix incorrect access control
* fix test
* fix typo
|
2020-06-14 20:03:37 +08:00 |
|
Him188
|
c7ab173a5d
|
Add bug report hints
|
2020-06-14 19:54:04 +08:00 |
|
Him188
|
35f2335a5f
|
Fix build
|
2020-06-14 19:20:00 +08:00 |
|
Him188
|
e829939154
|
Arise deprecation level, fix #353
|
2020-06-14 19:13:31 +08:00 |
|
Him188
|
2d1bc6578e
|
Fix reference in KDoc
|
2020-06-14 18:48:58 +08:00 |
|
Him188
|
6f0853e6e4
|
Implement MessagePreSendEvent and MessagePostSendEvent .
Deprecate `MessageSendEvent`
Fix #339
|
2020-06-14 18:43:21 +08:00 |
|
Him188
|
4c79d4cd18
|
Add @MustBeDocumented to MiraiInternalAPI and MiraiExperimentalAPI
|
2020-06-14 18:36:32 +08:00 |
|
Him188
|
4cb870cb85
|
Fix build
|
2020-06-13 22:40:38 +08:00 |
|
Him188
|
f0a67d781e
|
Improve docs on mirai code
|
2020-06-12 16:33:26 +08:00 |
|
Him188
|
7583172976
|
Remove parentheses in mirai code of VipFace
|
2020-06-12 16:02:09 +08:00 |
|
Him188
|
d2602cb97f
|
Introduce interface CodableMessage
|
2020-06-12 15:59:06 +08:00 |
|
Him188
|
4961b60494
|
Merge branch 'master' into dev
|
2020-06-12 14:43:12 +08:00 |
|
Him188
|
4c9532bad6
|
Update docs
|
2020-06-07 18:48:43 +08:00 |
|
ryoii
|
9fd2468354
|
Fix #340
|
2020-06-06 14:48:27 +08:00 |
|
Him188
|
d689c6c9d0
|
Improve docs
|
2020-06-05 13:33:47 +08:00 |
|
Him188
|
2e8df632cd
|
Fix #361
|
2020-06-01 20:38:31 +08:00 |
|
Him188
|
2dcd8ffea0
|
Fix log time
|
2020-06-01 18:11:55 +08:00 |
|
Him188
|
0d98f47348
|
Fix FlashImage.toString
|
2020-05-29 17:09:52 +08:00 |
|
Him188
|
0af6639e9d
|
Fix build
|
2020-05-29 16:13:03 +08:00 |
|
Him188
|
0a928407e7
|
Remove @Serializable from core module
|
2020-05-29 14:16:32 +08:00 |
|
Him188
|
36fd7ccda6
|
Deprecate FriendFlashImage and GroupFlashImage in the favor of general FlashImage
|
2020-05-29 13:50:47 +08:00 |
|
Him188
|
dd7e2d0bc1
|
Rename CustomMessage.Factory.serialize to CustomMessage.Factory.dump ;
Rename `CustomMessage.Factory.deserialize` to `CustomMessage.Factory.load`.
Add `CustomMessage.toByteArray()`
|
2020-05-29 13:24:59 +08:00 |
|
Him188
|
a5f9504b10
|
Add Bot.botInstancesSequence
|
2020-05-28 14:25:11 +08:00 |
|