1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-07-03 21:13:24 +00:00

15 Commits

Author SHA1 Message Date
993ec128a0 all: fix some issue reported by golangci-lint 2023-02-13 15:33:55 +08:00
841fef387a internal/proto: re-use map[uint64]any
use slice will cause some panic.
2023-02-11 18:01:19 +08:00
bdb083558b internal/proto: ensure dynamic message key incremental 2023-02-08 14:42:14 +08:00
d3b8c5f700 internal/proto: add SInt[32|64]
also simplify some code.
2022-09-25 16:26:53 +08:00
2a1fd324ca client: add FileResource 2022-06-19 22:59:20 +08:00
9b6c4ddf2f client: hoist highway input in uploading forward message 2022-06-18 23:53:35 +08:00
3f5174dda1 highway: fix upload exciting 2022-06-15 20:28:56 +08:00
831b36ef76 feat: add a debug mode for internal/proto.Marshal 2022-06-05 17:32:11 +08:00
5b616d65f7 all: adapt new proto2 api 2022-05-24 09:59:58 +08:00
b28ec81f54 fix: fix go vet error 2022-05-23 11:06:51 +08:00
2b2be6693d client,binary: minor changes 2022-05-23 10:28:50 +08:00
4a007cfcf9 all: rewrite interface{} to any
generated by `gofmt -w -r 'interface{} -> any' .`
2022-03-17 10:52:03 +08:00
28637c41be internal/proto: move binary.DynamicProtoMessage to proto.DynamicMessage 2022-02-10 21:56:40 +08:00
4bdb791334 dep: use RomiChan/protobuf 2021-11-24 21:57:13 +08:00
ec4cd4a6f3 style: internal/proto
use this package for conveniently replacing proto package
in the future.
2021-11-22 22:05:19 +08:00