LXY
|
f5b16b19c2
|
Network refactor (#229)
* 重构:netLoop下移到Listener
* 格式:修正NewClient中注释段缩进
* 格式:更名&将代码移动到对应位置
* 格式:TCPListener去锁化
* 修正:netLoop中的错误调用
* 修正:使其可用
* 修正:使功能一致
* 修正:现在可正常运行
* 优化:更早的释放锁(?
* 修正:未写完的部分
* 修正:潜在的断线时仍然认为在线这件事&删除空重复文件
* 文档:添加部分注释
* 修正:CoverError可能引起死锁
* 修正:永远不会被触发的DisconnectEvent
* 文档:将注释移动至对应位置
|
2021-12-27 15:36:52 +08:00 |
|
wdvxdr
|
9bd6b38f90
|
refactor: handle params in request
|
2021-12-27 15:36:47 +08:00 |
|
风之凌殇
|
c51e1956e8
|
feat: add util function to split long message (#184)
* feat: add util function to split long message
* fix: move util to message/message.go to avoid import cycle
* fix: review opinions and add test
|
2021-12-23 12:57:18 +08:00 |
|
github-actions[bot]
|
72ffc08b72
|
ci(chore): Fix stylings
|
2021-12-18 09:39:50 +00:00 |
|
icarus-ai
|
e700751008
|
解析猜拳&随机骰子
安卓QQ发来的骰子Name值是随机骰子
|
2021-12-18 17:35:32 +08:00 |
|
wdvxdr
|
dc66c61d57
|
feat: link nested forward message
|
2021-12-17 12:27:14 +08:00 |
|
Mrs4s
|
d8cae988c6
|
Merge branch 'master' of github.com:/Mrs4s/MiraiGo
|
2021-12-17 00:20:48 +08:00 |
|
Mrs4s
|
68e387e91b
|
feat: at channel support
|
2021-12-17 00:20:27 +08:00 |
|
wdvxdr
|
ff9ef5135c
|
remove: stash.go
these function seems not useful
|
2021-12-16 21:47:48 +08:00 |
|
wdvxdr
|
8b99d3147e
|
style: fix issues reported by golangci-lint
|
2021-12-16 20:21:49 +08:00 |
|
Mrs4s
|
8b4b8269f3
|
feat: GetTopicChannelFeeds
|
2021-11-27 01:21:04 +08:00 |
|
wdvxdr
|
ec4cd4a6f3
|
style: internal/proto
use this package for conveniently replacing proto package
in the future.
|
2021-11-22 22:05:19 +08:00 |
|
wdvxdr
|
3216c69d46
|
feat: support receive Animated Sticker
|
2021-11-19 23:02:45 +08:00 |
|
Mrs4s
|
511e8c41ed
|
feat: guild at encode
|
2021-11-15 01:08:54 +08:00 |
|
wdvxdr
|
2e441ed925
|
drop SendGroupGift support
QQ no longer provide free group gifts, so we should drop it
|
2021-11-14 21:52:09 +08:00 |
|
Mrs4s
|
8427db5347
|
feat: support guild at message decode
|
2021-11-14 17:16:01 +08:00 |
|
Mrs4s
|
d3a21e577b
|
fix: guild image type error
|
2021-11-13 02:30:36 +08:00 |
|
Mrs4s
|
b1d5a3d064
|
feat: GuildMessageReactionsUpdatedEvent
|
2021-11-08 04:51:35 +08:00 |
|
Mrs4s
|
1b9956b79b
|
feat: GuildChannelMessageEvent
|
2021-11-07 22:54:26 +08:00 |
|
Mrs4s
|
90392f27c5
|
feat: GetGroupImageDownloadUrl impl
|
2021-10-30 17:11:39 +08:00 |
|
Mrs4s
|
d4d11202d6
|
feat: supported dice face sending
|
2021-10-29 00:39:53 +08:00 |
|
Mrs4s
|
a8e6d4b945
|
feat: market face parser & dice face support
|
2021-10-29 00:15:57 +08:00 |
|
Mrs4s
|
0ef4c01861
|
fix: c2c image url error
|
2021-10-20 22:55:01 +08:00 |
|
wdvxdr
|
a3eacd706b
|
feat: add GroupID field in reply message
|
2021-10-11 21:02:17 +08:00 |
|
Mrs4s
|
59288fc4dc
|
add: image biz type support.
|
2021-09-06 13:12:04 +08:00 |
|
wdvxdr
|
fd9a6657fa
|
drop dep jsoniter&reflect2.
for smaller binary size.
|
2021-08-25 16:16:08 +08:00 |
|
wdvxdr
|
cb396f0f56
|
refactor(message): ForwardMessage don't impl IMessageElement interface
use ForwardMessage to upload and get the ForwardElement.
|
2021-08-03 15:36:20 +08:00 |
|
wdvxdr
|
b93c02e18e
|
rf(message): refactor image & flash image [break-change].
|
2021-07-18 11:32:51 +08:00 |
|
wdvxdr
|
7fe0b873c3
|
fix some issue with golangci-lint.
|
2021-07-15 21:33:30 +08:00 |
|
wdvxdr
|
5b20b58d78
|
rf(message): simply send message.
|
2021-07-14 21:29:12 +08:00 |
|
wdvxdr
|
211a39e36c
|
rf(message): move forward to forward.go
|
2021-07-13 16:01:29 +08:00 |
|
wdvxdr
|
577f0a1552
|
impl String for ElementType
|
2021-07-09 10:49:37 +08:00 |
|
wdvxdr
|
4aa87a8ab8
|
dep: remove github.com/golang/protobuf
|
2021-06-11 14:23:46 +08:00 |
|
wdvxdr
|
a835d4e5c3
|
fix: private message uid again
昵昵害人(bushi
|
2021-05-31 18:31:23 +08:00 |
|
wdvxdr
|
f145000ac0
|
fix: private message seq
|
2021-05-18 15:00:25 +08:00 |
|
takayama
|
69a30aa9d3
|
use https for image urls
|
2021-04-28 10:45:40 +09:00 |
|
wdvxdr
|
2e64a6913d
|
zap: reuse some []byte
优化单线程上传内存使用
|
2021-04-15 21:36:14 +08:00 |
|
Mrs4s
|
27fb6bc1b5
|
add: PrivateMessage & TempMessage self field.
|
2021-03-28 16:18:41 +08:00 |
|
wdvxdr
|
f3beaae4e4
|
prealloc.
|
2021-03-23 20:49:17 +08:00 |
|
Sam
|
cd01eed601
|
Patch message length logic always false problem
|
2021-03-20 18:11:08 +08:00 |
|
Mrs4s
|
17777b5c8a
|
feat: face name by id.
|
2021-03-13 21:35:01 +08:00 |
|
wfjsw
|
2613fc2270
|
feat(message): support more redbag types
|
2021-02-13 02:34:29 +08:00 |
|
Mrs4s
|
c69e578d08
|
fix reply image.
|
2021-02-02 07:49:41 +08:00 |
|
wdvxdr
|
751bc2dca3
|
clear music share api
|
2021-01-25 14:44:27 +08:00 |
|
Mrs4s
|
cb678205d5
|
fix limit.
|
2021-01-24 02:40:12 +08:00 |
|
Lin
|
704f0b0a4a
|
Switch to jsoniter
|
2021-01-17 16:10:13 +08:00 |
|
Mrs4s
|
27e5ad98c2
|
fix again.
|
2021-01-09 04:30:10 +08:00 |
|
Mrs4s
|
fb15970f26
|
fix pc client decode error.
|
2021-01-09 04:24:03 +08:00 |
|
Mrs4s
|
5403859a78
|
fix client decode error.
|
2021-01-09 04:21:08 +08:00 |
|
Mrs4s
|
29f670b720
|
fix video decode.
|
2021-01-09 00:28:28 +08:00 |
|