Him188
3545482034
Fix #253
2020-04-22 18:39:10 +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
3471684117
Add more DSL clauses
2020-04-22 12:41:51 +08:00
Him188
9ad8dfa79b
Make crossinline
2020-04-22 12:16:27 +08:00
Him188
be6cc718c6
Fix version number
2020-04-22 11:51:21 +08:00
Him188
ca216bc492
Fix syncFromEvent
, add Tests
2020-04-21 14:51:50 +08:00
Him188
a516764630
Simplify expressions
2020-04-21 14:35:04 +08:00
Him188
069a88e803
Remove senseless contracts
2020-04-21 14:31:28 +08:00
Him188
d94b1d3279
Rename subscribingGet
to syncFromEvent
, subscribingGetAsync
to asyncFromEvent
; Improve docs
2020-04-21 14:30:35 +08:00
Him188
5234226788
Add noinline subscribers that take eventClasses
2020-04-21 14:19:17 +08:00
Him188
2b2edeacb1
Support operator in GroupNameChangeEvent
, optimize logs, close #217
2020-04-15 19:55:10 +08:00
Him188
77a0ba6e29
Fix #227
2020-04-15 16:48:41 +08:00
Him188
f1ac53f115
Cleanup
2020-04-15 10:47:11 +08:00
Him188
a5b82c5e48
Rearrange MessageSubscribersBuilder
2020-04-15 10:11:09 +08:00
Him188
f8d2760752
Merge remote-tracking branch 'origin/master'
2020-04-15 08:20:04 +08:00
Him188
a50f1c7274
Update docs
2020-04-14 22:58:51 +08:00
Him188
eeb1f89d81
Simplify DSL
2020-04-14 14:29:56 +08:00
Him188
b0718c5b2e
Add experimental annotations
2020-04-13 19:15:35 +08:00
Him188
da801d7b6d
Support server changing, close #52
2020-04-12 19:17:27 +08:00
Him188
53d53d2cbb
Add String.invoke
DSL
2020-04-12 01:41:38 +08:00
Him188
e279e79b63
Add atBot
DSL
2020-04-12 00:54:47 +08:00
Him188
b9a3675dad
Support Group.quit
, add BotLeaveEvent.Active
2020-04-11 20:15:23 +08:00
Anders
d3b52732d7
Update BotEvents.kt
...
"入群申请消息"更改为"申请好友消息"
2020-04-11 13:57:23 +08:00
Anders
686d7577c6
Update BotEvents.kt
...
将注释: 机器人被邀请加入群 更改为: 一个账号请求加入群事件
2020-04-11 13:37:02 +08:00
Him188
9736909d90
Rename BotKickEvent
to BotLeaveEvent
2020-04-10 20:29:01 +08:00
Him188
3c786cb042
Support MemberJoinEvent.Active
, also fix #164
2020-04-10 20:21:51 +08:00
Him188
7e02c48122
Add notes
2020-04-10 19:33:20 +08:00
Him188
239b8bcce4
Deprecate MemberCardChangeEvent.operator
2020-04-10 19:03:09 +08:00
Him188
918ede1fa6
Add FriendDeleteEvent
, FriendAddEvent
, also fix #216
2020-04-10 18:56:26 +08:00
Him188
ec35eeba1c
Simplify Bot structure
2020-04-09 16:14:48 +08:00
Him188
3dafb8ea90
Add subscribers for TempMessage
2020-04-09 08:46:10 +08:00
Him188
fc8714de5f
Fix build
2020-04-08 14:57:42 +08:00
Him188
df9a5f7c0a
Fix incorrect new contact handling
2020-04-08 14:37:33 +08:00
Him188
6480e78b24
Handle ContactList syncing on new friend or member event.
2020-04-08 14:33:13 +08:00
Him188
4633803c55
Add java-friendly APIs
2020-04-08 10:50:13 +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
9aa32c49b1
Compact MessageSubscribersBuilder
2020-04-07 08:43:49 +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
Him188
eb0696be14
Adapt for new Message.contentToString
2020-04-05 23:51:34 +08:00
Him188
00522f4113
Add filterContext
to whileSelectMessages
2020-04-04 23:57:01 +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
6590d8ade7
Fix message select
2020-04-03 10:32:39 +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
997261fa3b
Make all event implementations internal
2020-04-02 13:20:16 +08:00
Him188
97522bdf2a
Rearrange internal APIs
2020-04-02 09:43:50 +08:00
Him188
5c6ee12b68
Fix reply
function prohibition in MessageSelectBuilder
2020-03-30 20:52:04 +08:00
Him188
3ba1ae4a5c
Adjust visibilities
2020-03-24 16:10:39 +08:00