Him188
|
31a8932070
|
Fix voice upload
|
2020-12-28 15:10:47 +08:00 |
|
Him188
|
42f824d516
|
Integrate Voice APIs with ExternalResource
|
2020-12-27 23:31:04 +08:00 |
|
Karlatemp
|
f93813c34e
|
Fix message limit
|
2020-12-26 18:44:52 +08:00 |
|
Him188
|
bfda72e58f
|
ExternalResource (#754)
* ExternalResource fundamentals:
- Introduce ExternalResource
- Migrate functions
- Move utilities to mirai-core-utils
* Fix build
* Fix filename and misc improvements
* Close file on ExternalResource.close;
Reset filePointer to 0 on stream close
* Rearrange image extensions
* Fix tests
* Fix build
* toExternalResource: formatName = null by default
* Reduce unnecessary continuations
* Fix ExternalResourceImplByFileWithMd5.inputStream
* ExternalResource: Remove BufferedImage support
* Don't close stream on image upload;
Unified closing behaviorImprove;
Improve FileCacheStrategy;
* Fix createImageDataPacketSequence closing
* Fix image upload, change size to long
* Fix docs
* Rename SendImageUtilsJvmKt to SendResourceUtilsJvmKt
* Run BIO appropriately
* Postpone file detection on formatName getter
* Fix SendResourceUtilsJvmKt JvmName
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
|
2020-12-26 17:36:00 +08:00 |
|
Him188
|
89ec0b6a4f
|
Internal optimizations
|
2020-12-24 13:48:23 +08:00 |
|
Him188
|
bef91ea9d0
|
Support syncing message sent from other clients, close #644
|
2020-12-24 13:05:17 +08:00 |
|
Him188
|
960b67f829
|
Move FriendImpl.uploadImage implementation to AbstractUser.uploadImage, simplify MemberImpl
|
2020-12-23 19:55:27 +08:00 |
|
Him188
|
db9ee62250
|
Add AbstractContact and AbstractUser for future inheritance
|
2020-12-23 19:49:04 +08:00 |
|
Karlatemp
|
de3fd9d698
|
Merge remote-tracking branch 'origin/dev' into anonymous
# Conflicts:
# mirai-core/src/commonMain/kotlin/message/incomingSourceImpl.kt
|
2020-12-20 15:53:06 +08:00 |
|
Karlatemp
|
28249b317c
|
Support parsing fragmented message.
close #440
|
2020-12-20 15:40:25 +08:00 |
|
Karlatemp
|
c96e7b609e
|
Support anonymous in network
|
2020-12-20 09:56:42 +08:00 |
|
sandtechnology
|
ea113dd246
|
Fix #577
|
2020-12-19 01:45:19 +08:00 |
|
Him188
|
4eb0c80f08
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-12-18 20:51:29 +08:00 |
|
Karlatemp
|
2340486db8
|
Re-design Member interfaces #725
|
2020-12-18 20:31:24 +08:00 |
|
Him188
|
669b04b287
|
Add At.getDisplay
|
2020-12-18 19:56:39 +08:00 |
|
Him188
|
51c9bf5d2b
|
Review MessageReceipt:
- Remove constructor parameter botAsMember
- Add extensions
|
2020-12-16 19:31:05 +08:00 |
|
Him188
|
6c0b6473ed
|
Make Group.get, Bot.getFriend, Bot.getGroup return nullable. Add getOrFail for migration
|
2020-12-16 19:11:42 +08:00 |
|
Him188
|
0662e48fd2
|
Use ConcurrentLinkedQueue instead of LockFreeLinkedList for ContactList
|
2020-12-14 19:46:56 +08:00 |
|
Him188
|
970f51fbe1
|
Blocking bridges for contacts, MessageReceipt and Bot
|
2020-12-05 16:55:57 +08:00 |
|
Him188
|
db100d336f
|
Change currentTimeSeconds from property to function
|
2020-12-05 16:40:34 +08:00 |
|
Him188
|
a7b1be99e5
|
Remove all functions and classes deprecated in 1.x, close #530
|
2020-12-02 13:20:46 +08:00 |
|
Him188
|
46e3f42432
|
Change Contact classes into interfaces
|
2020-12-01 15:45:57 +08:00 |
|
Him188
|
3910044490
|
Remove @SinceMirai
|
2020-12-01 12:30:13 +08:00 |
|
Karlatemp
|
525830739c
|
Fix ReusableInput resources releasing
fix #675
|
2020-11-14 12:06:47 +08:00 |
|
Him188
|
1e7aaaec48
|
Rearrange protocol implementations
|
2020-11-01 15:07:32 +08:00 |
|
Karlatemp
|
d3f6b3ce33
|
Merge branch 'remark' into dev
# Conflicts:
# mirai-core/src/commonMain/kotlin/contact/FriendImpl.kt
|
2020-10-28 11:46:02 +08:00 |
|
Him188
|
a9d4d14576
|
Rearrange module structure:
- Rename mirai-core to mirai-core-api
- Rename mirai-core-qqandroid to mirai-core
- Rename package net.mamoe.mirai.qqandroid to net.mamoe.mirai.internal
- Delete old android targets
- Configure default packages correctly
- Update licenses
|
2020-10-03 12:42:13 +08:00 |
|