Karlatemp
addee38c70
Don't add new friend when reject new friend request
2021-02-15 13:43:03 +08:00
Karlatemp
e7e8d8ca6a
Fix MessageChain.cleanupRubbishMessageElements()
2021-02-15 11:38:42 +08:00
sandtechnology
9699218601
Fix wrong decoding on ConfigPushSvc and update default server list ( #1015 )
...
* Fix wrong decoding on ConfigPushSvc and update default server list
* Fix a bug which won't update server list
* Improve wording
* Fix an encoding error
* Fix wording
* Naming consistently
* Improve ServerListPush message
Co-authored-by: Him188 <Him188@mamoe.net>
Co-authored-by: Him188 <Him188@mamoe.net>
2021-02-13 11:34:48 +08:00
Him188
4ac7d3fa9a
Support Dice ( #1018 )
...
* Add Dice public API #1012 , close #1017
* Extract MarketFaceImpl to separate file
* Dice protocol impl #1012
* Dice refinement
* Add serialization support for Dice
* Add mirai code support for Dice
* Update docs/Messages.md
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
* Update mirai-core-api/src/commonMain/kotlin/message/data/Dice.kt
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
* Add dice mirai code test
Co-authored-by: sandtechnology <a1294790523@hotmail.com>
Co-authored-by: lc6a <1952511149@qq.com>
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-02-13 11:34:23 +08:00
Karlatemp
d09d810b6f
Fix bot nick not initialized; Fix #1019
2021-02-12 17:22:14 +08:00
Karlatemp
0d58e6e3ab
Convert CRLF(\r\n)
, CR(\r)
to LF(\n)
; fix #1010
2021-02-11 08:48:01 +08:00
Karlatemp
791e43819c
Fix logic of BdhSessionSyncer.hasSession
2021-02-11 07:47:14 +08:00
Karlatemp
3e3be23397
Fix build
2021-02-10 22:25:22 +08:00
Him188
ce22a0c3ab
Fix kotlin.UninitializedPropertyAccessException on ConfigPushSvc.PushReq.handle, fix #1003
2021-02-10 15:31:19 +08:00
Him188
915e096cc2
Switch server when neither new bdh session nor cached one found, fix #1001
2021-02-10 15:27:50 +08:00
Him188
cda6aaa79b
Simplify cache configuration.
...
Improve cache saving:
- Use ProtoBuf to serialize BdhSession
- More readable servers.json
2021-02-10 15:20:39 +08:00
Him188
01374b1d32
Merge remote-tracking branch 'mirai/dev' into dev
2021-02-09 18:40:51 +08:00
Him188
9a32b2690e
RichMessageOrigin support for MusicShare. fix #950
2021-02-09 18:40:30 +08:00
Karlatemp
17c2069c82
Handle ConfigPushSvc.PushReq.PushReqResponse.ChangeServer in ConfigPushSvc
2021-02-09 15:08:50 +08:00
Karlatemp
0780756bd4
Typo
2021-02-09 14:44:34 +08:00
Karlatemp
c9f56175af
Cache BdhSession and ServerList for next login
2021-02-09 13:51:08 +08:00
Him188
ad6d95cee5
Require password length to be at most 16 on BotAccount init. #993
2021-02-07 19:00:21 +08:00
Him188
c4c0bce381
Merge remote-tracking branch 'mirai/dev' into dev
2021-02-07 14:18:35 +08:00
Him188
d0ea9ceaae
Upload all voices as silk format to avoid compression, #940
2021-02-07 14:18:19 +08:00
Him188
7fac83702a
Support group list cache, close #987
2021-02-07 13:43:03 +08:00
Him188
90d4030fe6
Support friend list cache, close #408
2021-02-06 22:52:41 +08:00
Him188
6cb3aed2f0
Remove unused QQAndroidBot.selfInfo
2021-02-06 20:43:02 +08:00
Him188
9211f697cf
Review contact infos and make them serializable
2021-02-06 20:40:54 +08:00
Him188
311df7d22b
Extract contact sync logic to ContactUpdater for future caching #408
2021-02-06 19:53:51 +08:00
Him188
13d4554456
Send logout on bot.close
2021-02-06 17:43:12 +08:00
Him188
3964d9976a
Fix PC OtherClientOnlineEvent sync missing clientInfo, fix #955
2021-02-06 17:29:28 +08:00
Him188
13faff5471
Add serialization support for ShowImageFlag
2021-02-05 22:34:08 +08:00
Him188
012d9d6e71
Fix uninitialized property exception when Bot.closed called before Bot.login
2021-02-03 19:23:12 +08:00
Karlatemp
10eb7a452f
Fix exception logging in event processing
2021-02-03 18:57:23 +08:00
Him188
5b80df7b3d
Merge pull request #952 from mamoe/fix_polymorphic_serializaiton
...
Fix polymorphic serializaiton
2021-02-03 10:51:01 +08:00
Him188
b9e5c15bdb
Add polymorphic serialization tests
2021-02-03 10:39:36 +08:00
Him188
66ef872962
Merge pull request #945 from mamoe/parse_long_message
...
Redesign message transformers and support refining, support long and forward messages
2021-02-03 09:37:33 +08:00
Him188
54050523c3
Generalize RichMessageOrigin, add origin and kind. Add RichMessageKind. #950
2021-02-03 09:20:33 +08:00
Him188
e381a2b33f
Ignore unrecognized message types on messageToElems transformation
2021-02-03 09:20:33 +08:00
Karlatemp
b659d55fec
Support forward message refinement, close #623
2021-02-03 08:09:57 +08:00
Karlatemp
d7272e7e9a
Fix resource download:
...
- fix download/upload logging
- add retry fro single server download
2021-02-03 08:09:57 +08:00
Him188
f2fe94ed67
Rename LongMessageOrigin to RichMessageOrigin
2021-02-03 08:09:57 +08:00
Him188
cd146e5976
Fix forward and long detect
2021-02-03 08:09:57 +08:00
Him188
82b355a6c6
Fix download url
2021-02-03 08:09:57 +08:00
Him188
1e95c43ff6
Add LongMessageOrigin and extract public api IMirai.downloadLongMessage
2021-02-03 08:09:57 +08:00
Him188
de8e6469e0
Support long message refinement, close #692
2021-02-03 08:09:57 +08:00
Him188
1768872bab
Rewrite message to struct conversions, add ReceiveMessageTransformer, for parsing long and forward messages in the future
2021-02-03 08:09:57 +08:00
Karlatemp
918007df9b
Fix image uploading; fix #944
2021-02-02 22:24:18 +08:00
Karlatemp
280e0655f1
toString of ConfigPushSvc.PushReq.PushReqResponse.ChangeServer
2021-02-02 22:10:16 +08:00
Karlatemp
66fe6f504a
Change ConfigPushSvc.PushReq awaiting timed out to 20s
2021-02-02 22:09:45 +08:00
Karlatemp
0b8b26f53f
Don't use SecurityRandom because Linux bug ( #936 , #941 )
2021-02-02 12:21:21 +08:00
Karlatemp
9f8ca3a22a
Fix private image highway upload
2021-02-02 11:51:12 +08:00
Him188
fb05670239
Fix group recall for TIM PC
2021-02-02 11:36:05 +08:00
Him188
3ff7fa7db1
Decode service message as LongMessageInternal or ForwardMessageInternal if possible
2021-02-01 13:14:42 +08:00
Him188
5857d1b2ee
Add MultiMsg.ApplyDown
2021-02-01 13:14:18 +08:00