Commit Graph

1098 Commits

Author SHA1 Message Date
Him188
50934f9b7d Ensure binary compatibility until 1.1.0 2020-04-29 15:33:25 +08:00
Him188
e3084c5f7d Deprecate XmlMessage and JsonMessage in favour of ServiceMessage 2020-04-29 12:14:40 +08:00
Him188
4840a57b4a Transform VipFace as PlainText 2020-04-28 16:48:59 +08:00
Him188
9b4006222f Rework re-init, fix #282 2020-04-28 16:35:03 +08:00
Him188
40b8cabd5f Cleanup 2020-04-28 15:31:23 +08:00
Him188
20acc3c459 Support parsing VipFace 2020-04-28 15:25:43 +08:00
Him188
128125eec7 Support more poke messages 2020-04-28 14:59:57 +08:00
Him188
5be39d392a Fix warning 2020-04-27 19:11:28 +08:00
ryoii
7fee308b11 Fix anonymous bug 2020-04-26 17:01:18 +08:00
ryoii
73923d46f6 Parse anonymous chat, close #277 2020-04-26 16:51:28 +08:00
ryoii
f77169b7eb Merge remote-tracking branch 'origin/master' 2020-04-25 18:53:07 +08:00
ryoii
fb28435501 Fix: group code parse error for recall 2020-04-25 18:45:30 +08:00
Him188
c2388b101a Merge remote-tracking branch 'origin/master' 2020-04-25 18:44:48 +08:00
Him188
cbfb0191a2 Fix member name on parsing group message 2020-04-25 18:44:35 +08:00
ryoii
227d4e51d4 Fix: group code parse error, close #246 2020-04-25 18:29:47 +08:00
Him188
56fc3aa88b Add checks for empty message being sent 2020-04-25 13:14:57 +08:00
ryoii
15683a2661 Support query offline image url 2020-04-25 01:59:30 +08:00
ryoii
b3ea2faaae Fix onlineImage url parse on long message, close #250 2020-04-25 01:36:15 +08:00
ryoii
a03848da30 Improve delete notify 2020-04-25 00:40:20 +08:00
ryoii
bb3944d5ae Support handle bot invited into a group, close #259 2020-04-25 00:24:16 +08:00
ryoii
78b46ceabe Fix: PacketFactory for MessageSvc.Del 2020-04-24 21:34:07 +08:00
ryoii
769b6ce207 Delete notify uniformly 2020-04-24 21:24:56 +08:00
ryoii
f5112aaac5 Fix: delete notify sent from tx server 2020-04-24 21:17:35 +08:00
Him188
c8e20800a0 Fix #263 2020-04-24 16:45:45 +08:00
Him188
09524da1e9 Add docs, rearrange implementations 2020-04-24 16:41:21 +08:00
Him188
077885465b Add docs, rearrange implementations 2020-04-24 15:12:50 +08:00
Him188
b0fbb10150 Fix build 2020-04-24 09:13:58 +08:00
Him188
70f421aee8 Fix long message, unify logs 2020-04-23 21:56:29 +08:00
Him188
d584b765ab Halt bot when failed with LoginFailedException 2020-04-23 21:47:48 +08:00
Him188
437f9db575 Unified Image suffix: .mirai 2020-04-23 20:37:01 +08:00
Him188
65f45d6c84 Fix unmodified nameCard 2020-04-23 19:36:09 +08:00
Him188
4a217d83a6 Fix #247 2020-04-23 19:08:59 +08:00
Him188
6f69497247 Rearrange highway image upload 2020-04-23 18:36:21 +08:00
Him188
8e8f91bbee Send temp messages as friend messages if a target Member is also a friend 2020-04-23 18:36:04 +08:00
Him188
5b2ae6e9ad Simplify Image structure, close #244 2020-04-23 17:10:21 +08:00
Him188
eb123bb3a9 Fix #242 2020-04-23 14:46:30 +08:00
Him188
3eb9745485 Fix #231, fix #254 2020-04-23 14:32:00 +08:00
Him188
9531ed8a01 Fix build 2020-04-23 14:21:15 +08:00
Him188
83f721c59a Cleanup 2020-04-23 14:20:55 +08:00
Him188
1b4e1475a0 Support ForwardMessage DSL 2020-04-23 14:17:24 +08:00
Him188
454205a6af Add ContactMessage.time 2020-04-23 11:52:44 +08:00
Him188
200a140f38 Fix forward message displaying on TIM PC 2020-04-22 22:15:02 +08:00
Him188
1786c95e07 Support merged forward messages! 2020-04-22 22:09:53 +08:00
Him188
d9135cb8a3 Fix #248 2020-04-22 19:57:38 +08:00
Him188
3545482034 Fix #253 2020-04-22 18:39:10 +08:00
Him188
66f4620292 Add MessageSource.internalId, support OfflineMessageSource building 2020-04-22 18:35:30 +08:00
Him188
a63af80668 Deprecate QQ
Introduce `Friend` extending `User`
Introduce `User` acting as the superclass of `Friend` and `Member`

Add extensions `Member.asFriend`, etc.
Remove specialized `Contact.hashCode` and `Contact.equals`, inherit from `kotlin.Any`
Specify `toString` behavior in abstract `Contact` classes, instead of in implementation classes.

Add virtual member `Contact.sendMessage(String)`

Migrate the project from using `QQ` to `Friend`

Remove multiplatform Contact class structure, keep them common.

Remove extension `Long.at` in `GroupMessage`, `QQ.at` in `ContactMessage`.
Add `At.asMember()` in `GroupMessage`.

Make `calculateGroupUinByGroupCode`, `calculateGroupCodeByGroupUin` static on JVM.
2020-04-22 16:08:04 +08:00
Him188
41f1c12c8a Fix build 2020-04-22 11:27:14 +08:00
Him188
c425a809ba Fix #245 2020-04-21 14:53:24 +08:00
Him188
96610b30e3 Support CustomMessage 2020-04-20 21:26:16 +08:00
Him188
0689f84bf8 Cleanup 2020-04-20 17:03:41 +08:00
Him188
405696d9ac Use sequenceId as MessageSource.id, await sequenceId on Group.sendMessage 2020-04-18 16:56:18 +08:00
Him188
c695f2cddf Fix #240 2020-04-18 14:53:32 +08:00
Him188
7f347feedd Deprecate openChannel 2020-04-17 21:36:39 +08:00
Him188
fa211cab5c Fix retry when no Internet connection 2020-04-17 21:36:29 +08:00
Him188
db8cb84c99 Rearrange implementations for MessageSource, implement recall state check 2020-04-17 14:19:32 +08:00
Him188
47a288c614 Fix #220 2020-04-17 10:40:39 +08:00
Him188
6d57f44e91 Optimize useless getters, fix #236 2020-04-17 09:29:29 +08:00
Him188
870ed59d97 Inherit kotlinx-coroutines dependency from ktor 2020-04-16 10:39:27 +08:00
Him188
2b2edeacb1 Support operator in GroupNameChangeEvent, optimize logs, close #217 2020-04-15 19:55:10 +08:00
Him188
991f46fe64 Introduce ServiceMessage, fix #229, fix #224 2020-04-15 19:14:59 +08:00
Him188
e1004f12c9 Fix #220 2020-04-15 18:29:17 +08:00
Him188
c6059ab9ec Add tests 2020-04-15 18:18:59 +08:00
Him188
f79d3f9aa0 Fix AtomicResizeCacheList 2020-04-15 17:55:54 +08:00
Him188
e1c1c35d70 Introduce AtomicResizeCacheList to reduce duplication, fix #225 2020-04-15 17:51:32 +08:00
Him188
b30c380637 Fix #226 2020-04-15 17:01:04 +08:00
Him188
90ee9b441a Rework reconnection, fixes #228 2020-04-15 16:46:39 +08:00
Him188
f1ac53f115 Cleanup 2020-04-15 10:47:11 +08:00
Him188
e31805a835 Add comments, preparing for #220, #229 2020-04-15 08:48:23 +08:00
Him188
6eb4423bfc Remove debugging loggers 2020-04-15 08:19:49 +08:00
Him188
26c81cb93b Fix longMessage 2020-04-13 20:44:17 +08:00
Him188
bb6cac3261 Cleanup 2020-04-13 20:18:57 +08:00
Him188
51a95da5db Fix build 2020-04-13 18:56:25 +08:00
Him188
f5a8420231 Speed up image uploading 2020-04-13 11:13:27 +08:00
Him188
fe764d1fa8 Increase buffer size for uploading image 2020-04-13 10:50:58 +08:00
Him188
2b95bea8da Unified logMessageReceived 2020-04-13 10:27:22 +08:00
Him188
67084129cd Ignore ClearCountMsg 2020-04-13 10:18:31 +08:00
Him188
c433360d87 Add exception logger 2020-04-12 20:19:36 +08:00
Him188
a0c1675abc Add default values 2020-04-12 19:54:16 +08:00
Him188
da801d7b6d Support server changing, close #52 2020-04-12 19:17:27 +08:00
Him188
e6ef03f60d Fix ConfigPush 2020-04-12 17:24:17 +08:00
Him188
e23f91bac1 Estimate length of originalMessage 2020-04-12 01:42:37 +08:00
Him188
d97aa7bd94 Unified MessageSource.toJceData 2020-04-12 01:41:27 +08:00
Him188
0f91587ae7 Fix nameCard deserializing 2020-04-11 22:29:54 +08:00
Him188
fdef3bdbdd Merge remote-tracking branch 'origin/master' 2020-04-11 21:25:52 +08:00
ryoii
cd0b27e63d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/PbMessageSvc.kt
2020-04-11 21:24:35 +08:00
ryoii
28108a36ae Fix temp message and friend message recall 2020-04-11 21:22:18 +08:00
Him188
b9a3675dad Support Group.quit, add BotLeaveEvent.Active 2020-04-11 20:15:23 +08:00
Him188
0f86ad0240 Cleanup 2020-04-11 19:11:55 +08:00
Him188
6b93129048 Add contextual exceptions 2020-04-11 19:03:15 +08:00
Him188
0dfea0698c Add sequence cache to filter duplicated events, fix #221 2020-04-11 18:47:40 +08:00
Him188
16d6c56202 Add soutv for debugging purposes 2020-04-11 18:24:52 +08:00
Him188
f3cf0004af Fix values 2020-04-11 16:07:37 +08:00
Him188
505943cb3d Handle SMS login 2020-04-11 16:06:21 +08:00
Him188
30303c0473 Fix unsigned values 2020-04-11 16:06:19 +08:00
Him188
3f1221699d Fix build 2020-04-10 23:43:59 +08:00
ryoii
847a073ac0 Merge remote-tracking branch 'origin/master' 2020-04-10 23:39:59 +08:00
ryoii
39f0ae7b24 Clear useless print 2020-04-10 23:39:42 +08:00
Him188
67856777f6 Merge remote-tracking branch 'origin/master' 2020-04-10 23:38:54 +08:00
Him188
125f53a72e Fix botPermission 2020-04-10 23:38:37 +08:00
Him188
4d52078c88 Remove unused class 2020-04-10 22:39:44 +08:00
Him188
458fe2ee94 Fix duplicated OnlinePush 2020-04-10 22:24:46 +08:00
Him188
b0bc0ec62b Rearrange files 2020-04-10 20:45:20 +08:00
Him188
7bb9052afd Add missing copyright 2020-04-10 20:40:50 +08:00
Him188
f11690472a Fix new member joining, close #172 2020-04-10 20:31:20 +08:00
Him188
d8a5291880 Fix new member 2020-04-10 20:29:17 +08:00
Him188
3c786cb042 Support MemberJoinEvent.Active, also fix #164 2020-04-10 20:21:51 +08:00
Him188
418fb43992 Returns botAsMember when Group.get(bot.id) 2020-04-10 19:40:34 +08:00
Him188
2c31a2ac2f Fix jce type 2020-04-10 19:35:00 +08:00
Him188
42e465af35 Fix jce type 2020-04-10 19:34:47 +08:00
Him188
4728ae26b7 Cleanup 2020-04-10 19:16:12 +08:00
Him188
1e1785f4d6 Add ForwardMessage, support decoding, fix LongMessage decoding 2020-04-10 19:16:06 +08:00
Him188
c65350e9cf Change friend list on FriendDeleteEvent 2020-04-10 19:02:38 +08:00
Him188
918ede1fa6 Add FriendDeleteEvent, FriendAddEvent, also fix #216 2020-04-10 18:56:26 +08:00
Him188
1ff84a4c91 Fix #212 2020-04-10 15:06:06 +08:00
Him188
94557a2a33 Reduce nesting depth, also fix #173 2020-04-10 14:50:33 +08:00
ryoii
98542546bc Merge remote-tracking branch 'origin/master' 2020-04-09 16:20:09 +08:00
ryoii
56c63723e8 Fix rich group name card, and support name card changed event. close #210 2020-04-09 16:17:14 +08:00
Him188
ec35eeba1c Simplify Bot structure 2020-04-09 16:14:48 +08:00
Him188
f28e50e0af Add fail-fast check 2020-04-09 16:00:53 +08:00
Him188
ee89f22c87 Fix kick 2020-04-09 15:56:45 +08:00
Him188
8f4313a337 Increase timeout, close #28 2020-04-09 12:27:34 +08:00
Him188
3a8b2dd6d2 Fix MessageSource.id from offline quotations 2020-04-09 09:38:30 +08:00
Him188
a604083e9a Fix naming issue 2020-04-09 08:55:17 +08:00
ryoii
2053ab198c Support TempMessage 2020-04-08 22:12:18 +08:00
Him188
5493bf39da Fix build 2020-04-08 14:43:30 +08:00
Him188
df9a5f7c0a Fix incorrect new contact handling 2020-04-08 14:37:33 +08:00
Him188
b4140b7871 Extract reloadFriendList() outside init() 2020-04-08 14:33:51 +08:00
Him188
6480e78b24 Handle ContactList syncing on new friend or member event. 2020-04-08 14:33:13 +08:00
Him188
afb093ba44 Fix massive concurrent loading 2020-04-08 13:50:48 +08:00
Him188
6a7ece1cb8 Fix LongMessage decodeing 2020-04-08 13:29:26 +08:00
Him188
faf8002de9 Fix massive group list loading 2020-04-08 13:25:20 +08:00
Him188
a69d6e2ecd cleanup 2020-04-08 10:43:13 +08:00
Him188
acd11b6eda Make protocol structure classes internal 2020-04-08 10:42:59 +08:00
Him188
62e6d3f473 Make OIDB structure classes internal 2020-04-08 10:38:56 +08:00
ryoii
b08b5bccf9 Internal struct class 2020-04-08 00:46:14 +08:00
ryoii
0463140b8b Fix bot as a member can't change group card itself 2020-04-07 23:58:18 +08:00
ryoii
eec820c1a7 Support for approving requests of adding friend and joining group, close #91 2020-04-07 21:14:34 +08:00
Him188
5c95ab299e Adjust timeout, add retry for several servers 2020-04-07 14:36:51 +08:00
Him188
7049cc4591 Simplify expression 2020-04-07 13:50:55 +08:00
Him188
fb19c0af36 Support MessageSource in MessageSource.originalMessage 2020-04-07 10:06:11 +08:00
Him188
6c25516143 Fix permission detection on recalling self-sent message 2020-04-07 09:23:05 +08:00
Him188
dc4b0cbe1e Implement Packet.NoLog 2020-04-07 09:01:17 +08:00
Him188
1b8626df13 Implement Packet.NoLog 2020-04-07 09:00:58 +08:00
Him188
b72589de24 Remove useless fast re-login 2020-04-06 20:57:51 +08:00
Him188
09dca31a6b Force message to be in single line 2020-04-06 20:54:37 +08:00
Him188
f6cc90a893 Unified message logs 2020-04-06 20:37:42 +08:00
Him188
560c46ede4 Unified message logs 2020-04-06 20:33:26 +08:00
Him188
165de9a85d Fix references 2020-04-06 19:14:12 +08:00
Him188
b8b749bf65 Completed CombinedMessage redesigning and constraining on concatenation 2020-04-06 18:04:41 +08:00
ryoii
fcf2f5c84c Fix message length estimate again, #195 2020-04-05 23:51:35 +08:00
Him188
7e6badb8db Use retryCatching in place of tryNTimes 2020-04-05 23:36:19 +08:00
Him188
c95efe98a3 Fix addSuppressedMirai on JVM 2020-04-05 23:09:12 +08:00
Him188
c6c404f167 Add missing files 2020-04-04 23:41:31 +08:00
Him188
864cde060e Fix #180 2020-04-04 23:22:52 +08:00
Him188
19bc7b80c5 Rename MessageSource.senderId to MessageSource.fromId 2020-04-04 22:38:08 +08:00
Him188
039b3d7517 Cleanup 2020-04-04 22:17:35 +08:00
Him188
2b49a7586f Reconstruct MessageSource, fix #197, #133 2020-04-04 22:08:53 +08:00
Him188
c3be191db0 Rearrange FlashImage, add more docs 2020-04-04 14:33:55 +08:00
Him188
3cc5cbfcfd Introduce BotIsBeingMutedException to replace IllegalStateException 2020-04-04 14:17:32 +08:00
Him188
e8b0c99006 Fix name 2020-04-04 13:54:11 +08:00
Him188
220e6d42f5 Fix message length estimate, close #195 2020-04-04 13:50:47 +08:00
ryoii
eac23171ec Support Bot.nick, closed #93 2020-04-04 09:47:34 +08:00
ryoii
5e553a56ca Filter repeated GroupNameChangeEvent 2020-04-04 07:02:38 +08:00
ryoii
2a7496c0b5 Fix groupCard charset encode, fixed #77 2020-04-04 06:11:19 +08:00
Him188
18c5911666 Cleanup 2020-04-03 10:32:44 +08:00
Him188
514084c46a Remove prints 2020-04-03 08:52:09 +08:00
Him188
b4f77454a1 Fix FlashImage constructing 2020-04-03 08:48:22 +08:00
Him188
985b0b4ba4 Make FlashImage constructable from mirai-core 2020-04-03 08:44:18 +08:00
ryoii
5cb93c9fa1 Support FlashImage 2020-04-03 03:11:14 +08:00
Him188
f8e0f27fc5 Fix reference 2020-04-02 21:20:36 +08:00
Him188
2f6ee0c4f7 Fix build 2020-04-02 21:05:36 +08:00
Him188
06092f0fc6 Move net.mamoe.mirai.qqandroid.io to net.mamoe.mirai.qqandroid.utils.io 2020-04-02 20:44:09 +08:00
Him188
32553fad2b Introduce ContactMessage to replace MessagePacket<*, *> 2020-04-02 20:27:16 +08:00
Him188
3773548983 Replace use of Bot.uin with Bot.id 2020-04-02 19:27:40 +08:00
Him188
d5868ed7c1 Add MessageTooLargeException to differentiate with mute exception 2020-04-02 18:28:19 +08:00
Him188
069753e9c2 Make chinese letter length estimating more safer 2020-04-02 18:12:04 +08:00
Him188
993faee554 Fix length estimate for the case Quote + Image 2020-04-02 16:16:09 +08:00
Him188
38748e0c10 Use Kotlin 1.3.71 2020-04-02 12:35:27 +08:00
Him188
97522bdf2a Rearrange internal APIs 2020-04-02 09:43:50 +08:00
Him188
6a09aff16d Minimize permission check procedure 2020-04-01 17:48:22 +08:00
Him188
717554ee7f Fix warnings 2020-03-31 15:09:29 +08:00
Him188
a520868994 Fix at 2020-03-31 15:03:27 +08:00
Him188
1f7bc4e50f Fix #178 2020-03-31 11:57:19 +08:00
Him188
8df45b4072 Remove _lowLevelSendLongGroupMessage, fix length counting 2020-03-30 16:01:30 +08:00
Him188
e3a8ae8d90 Fix longMessage size detect 2020-03-30 15:48:42 +08:00
Him188
f322af71d9 Make protocol classes internal 2020-03-30 14:45:24 +08:00
Him188
90b83afce7 Fix #165, use fast conversion, add tests 2020-03-30 14:31:27 +08:00
Him188
d3db5f1c62 Fix OnlinePush.RespPush, fix #83 2020-03-29 20:19:10 +08:00
Him188
b1f666e075 Fix build 2020-03-29 15:41:18 +08:00
Him188
92a57907ec Ignore old poke messages 2020-03-29 15:38:43 +08:00
Him188
52f8543597 Support poke message, close #132 2020-03-29 15:37:31 +08:00
Him188
2f063987a9 Fix #129 2020-03-29 14:28:32 +08:00
Him188
a6079f3eaf Support long message in general sendMessage 2020-03-29 13:56:11 +08:00
Him188
b6c24e008d Plan for redesigning of MessageSource 2020-03-29 13:34:54 +08:00
Him188
6d5b3086f6 Improve performance 2020-03-29 13:17:34 +08:00
Him188
181ab6e382 Improve performance 2020-03-29 13:06:54 +08:00
Him188
8d2e818454 Specify maximum requirements 2020-03-29 12:45:41 +08:00
Him188
90ef83e345 Move protocol-specific classes to mirai-core-qqandroid 2020-03-29 02:46:38 +08:00
Him188
7efb7834db Remove senseless response 2020-03-29 02:34:55 +08:00