Him188
|
99f461ae00
|
Update docs for AudioSupported.uploadAudio: add ref to mirai-silk-converter
|
2021-11-06 15:00:51 +00:00 |
|
Him188
|
a9037298c1
|
Update console ref
|
2021-11-06 14:45:06 +00:00 |
|
Him188
|
e3dcaf6654
|
Remove use of deprecated MiraiLogger.TopLevel
|
2021-11-06 14:44:58 +00:00 |
|
Him188
|
bb9c9d7aa4
|
Remove use of deprecated RemoteFile
|
2021-11-06 14:36:35 +00:00 |
|
Karlatemp
|
8870558d4c
|
Fix message logging
|
2021-11-06 19:15:30 +08:00 |
|
Him188
|
3644ff0035
|
Use Audio than Voice
|
2021-11-06 10:28:46 +00:00 |
|
Him188
|
5c019607b6
|
Update README.md
|
2021-11-06 10:22:03 +00:00 |
|
RF-Tar-Railt
|
41e1c1970f
|
Add SDK Cesloi
|
2021-11-05 12:19:07 +00:00 |
|
Karlatemp
|
9b47b2877c
|
Try fix publishing
[no ci]
|
2021-11-02 23:10:32 +08:00 |
|
Him188
|
32f2f705a5
|
Set version on main branch to 2.8.0
|
2021-10-30 22:56:12 +01:00 |
|
Him188
|
b02dc431db
|
Update console ref
|
2021-10-30 22:49:19 +01:00 |
|
Him188
|
919498c215
|
Set version to 2.8.0-RC
|
2021-10-30 22:48:37 +01:00 |
|
Albert
|
3f51867f52
|
删除多余登录服务器 (#1634)
|
2021-10-30 16:06:16 +01:00 |
|
Him188
|
9e151e7026
|
Redesign group files (#1589)
* Prototype new `RemoteFiles` design
* add `@JavaFriendlyAPI`
* remove `quietly`
* move `moveTo` to `AbsoluteFile`
* Add java friendly apis
* Remove `condoneMissing`
* Change `renameTo`
* Extract interface declarations
* update docs
* Add `AbsoluteFileFolder.exists`
* Add common ProgressionCallback
* Implement `RemoteFiles` and relevant `Absolute*`
* Implement `refresh` and `refreshed`
* Update docs
* Forbid blank paths
* Update docs
* Deprecate `RemoteFile` and implement `FileMessage.toAbsoluteFile`
* Change corresponding properties on operations
* Deprecate more old declarations
* Update docs
* Add check for permission
* Allow relative paths and fix upload
* fix absolutePath
* doc update
* api dump
* `Result<R>.onSuccessCatching`
* return null when file not exists
* Fix file uploading
* Fix folder.absolutePath
* add `resolveFileById`
* Implement toString
* Add `nameWithoutExtension` and `extension`
* Add `deep` to resolveFileById
* Implement permission check
* Remove notes
* Fix `resolveFileById`
* Fix `extension`
* add docs
* Improve docs
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
|
2021-10-30 16:05:57 +01:00 |
|
Him188
|
767475f9ab
|
Deprecate IMirai.calculateGroupUinByGroupCode , and migrate usages to getUin . Close #1479
|
2021-10-30 13:44:49 +01:00 |
|
Albert
|
790f37ce05
|
修复群联系人保存 (#1633)
|
2021-10-30 13:38:35 +01:00 |
|
Karlatemp
|
217907c58a
|
Support sending MusicShare to friends. (#1615)
* Support sending `MusicShare` to friends.
- Also fix a potential data out-of-bounds issues
* `TypeSafeMap.get` with default values
* Fix tests
|
2021-10-28 13:44:18 +01:00 |
|
Karlatemp
|
e61fbbcc70
|
Fix getRawGroupHonorListData , getRawGroupActiveData (#1616)
|
2021-10-28 13:44:00 +01:00 |
|
Karlatemp
|
527fe08446
|
Redesign MessageChain.cleanupRubbishMessageElements() (#1607)
* Redesign `MessageChain.cleanupRubbishMessageElements()`
* Fix logic
* `CleanupRubbishMessageElementsTest`
* Fix testing unit
* more testing
|
2021-10-28 13:43:41 +01:00 |
|
sandtechnology
|
3d502a496e
|
Handle other cases in jpeg header (#1611)
* Handle other cases in jpeg header
Co-authored-by: sandtechnology <a1294790523@hotmail.com>
* Add unit tests
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
|
2021-10-28 13:43:31 +01:00 |
|
Karlatemp
|
d0171878ff
|
Fix GroupAllowConfessTalkEvent ; fix #1622
|
2021-10-26 22:53:51 +08:00 |
|
Karlatemp
|
ffbe50c1fb
|
Update UserManual.md
[no ci]
|
2021-10-20 23:22:46 +08:00 |
|
Karlatemp
|
ad1d75687a
|
Update .gitattributes
[no ci]
|
2021-10-17 18:14:32 +08:00 |
|
Karlatemp
|
938e7eae57
|
Fix ImageDecoder of JPEG format; fix #1610
|
2021-10-17 17:11:34 +08:00 |
|
BlueGlassBlock
|
ee78b5dbe5
|
Renamed GraiaProject/Argon to GraiaProject/Ariadne (#1609)
[no ci]
|
2021-10-17 10:52:43 +08:00 |
|
BlueGlassBlock
|
a988ab8611
|
add third-party SDK GraiaProject/Argon (#1606)
|
2021-10-16 14:06:32 +01:00 |
|
Karlatemp
|
ace32caa28
|
Fix cross images downloading url; fix #1600
|
2021-10-16 16:54:15 +08:00 |
|
Karlatemp
|
07d5a6ca7d
|
Chain calling of ExternalResource.toExternalResource() ; fix #1588
|
2021-10-09 21:49:49 +08:00 |
|
Karlatemp
|
b31f7b1ba7
|
AudioToSilkService (#1591)
* AudioToSilkService
* Update mirai-core-api/src/commonMain/kotlin/utils/ExternalResource.kt
Co-authored-by: Eritque arcus <1930893235@qq.com>
* `@since`; `@Experimental`
Co-authored-by: Eritque arcus <1930893235@qq.com>
|
2021-10-09 09:21:58 +01:00 |
|
AdoptOSS
|
8bd3d94537
|
Introduce mirai-bom for dependency management (#1417)
* Introduce `mirai-bom` for dependency management
* Update docs on `mirai-bom`
* Remove unnecessary `mirai-bom:publish` in workflow
Co-authored-by: ArcticLampyrid <arcticlampyrid@outlook.com>
|
2021-10-09 09:18:58 +01:00 |
|
Karlatemp
|
b027c6c7b7
|
Allow load settings from file
|
2021-10-07 12:04:43 +08:00 |
|
Karlatemp
|
0b2a759028
|
Image.isEmoji() (#1596)
- Also remove image regex inlining
|
2021-10-05 22:01:14 +08:00 |
|
Eritque arcus
|
96c54220e3
|
misspelling (#1594)
[skip ci]
|
2021-10-03 19:33:43 +08:00 |
|
Karlatemp
|
3e19e4b22a
|
Improve error message of ImageDecoder ; #1593
|
2021-10-03 15:11:08 +08:00 |
|
Karlatemp
|
b1ad60fc11
|
Fix ForwardMessage length check; fix #1590
|
2021-10-02 19:03:30 +08:00 |
|
Karlatemp
|
c1932559a7
|
ssoVersion
|
2021-10-02 18:25:11 +08:00 |
|
lliiooll
|
d3425a7566
|
Add mac and ipad protocol from miraiGo (#1523)
* add mac and ipad protocol
* Update BotConfiguration.kt
* Update MiraiProtocolInternal.kt
* api
* Update mirai-core-api/src/commonMain/kotlin/utils/BotConfiguration.kt
Co-authored-by: Him188 <Him188@mamoe.net>
|
2021-10-01 22:38:04 +01:00 |
|
Him188
|
ceeb4d7b5f
|
Make JavaFriendlyAPI public
|
2021-10-01 16:15:22 +01:00 |
|
Him188
|
b0e25a5cb9
|
Fix FriendNickChangedEvent, fix #1536
|
2021-09-30 22:40:54 +01:00 |
|
Him188
|
6b63c323e5
|
Improve desensitizer: generate .serializer() for .toByteArray
|
2021-09-30 22:40:54 +01:00 |
|
Him188
|
a2e602adfd
|
Update ConfiguringProjects.md
|
2021-09-28 02:00:14 +01:00 |
|
Karlatemp
|
5fe9ad0658
|
Refine MessageSource (#1568)
* Refine MessageSource
* comments
|
2021-09-27 16:27:22 +01:00 |
|
Him188
|
cb3d4362ba
|
Prefer using group code
|
2021-09-27 16:27:10 +01:00 |
|
nepsyn
|
8694c16f05
|
添加 js/ts sdk (#1583)
|
2021-09-27 16:26:11 +01:00 |
|
Him188
|
9756a8dfa8
|
Fix duplicated BotJoinGroupEvent when BotInvitedJoinGroupRequestEvent is accepted by bot. Fixes #1213
|
2021-09-27 16:09:49 +01:00 |
|
sandtechnology
|
7ac65df02d
|
Update struct data (#1530)
|
2021-09-27 15:39:24 +01:00 |
|
sandtechnology
|
00ecf86094
|
Clarify specialTitle docs and support to detect specialTitle changes (#1531)
|
2021-09-27 15:39:11 +01:00 |
|
sandtechnology
|
c09f8ab192
|
Support for switching anonymousChat settings (#1522)
* Support for switching anonymousChat settings
* apiDump
* Applied suggestion from him188
|
2021-09-27 15:39:01 +01:00 |
|
Him188
|
66766dd4da
|
Update ConfiguringProjects.md
|
2021-09-23 17:00:42 +01:00 |
|
Karlatemp
|
d8ac8e2034
|
Ensure all compilations completed before publish
|
2021-09-22 18:22:16 +08:00 |
|