16 Commits

Author SHA1 Message Date
e5736ab26f fix: 修改消息结构,将 OriginMsgId 类型从 int32 更改为 string 2025-06-16 14:03:01 +08:00
6c6eeba3e1 fix: 修改接收消息逻辑,将返回语句替换为继续循环,以确保消息处理的完整性 2025-06-16 13:55:53 +08:00
d360889729 fix: 在接收消息时添加对私信类型的处理逻辑,确保消息结构的完整性 2025-06-16 13:53:11 +08:00
9a4be54662 test: 修改消息结构以支持多类型消息,更新相关解析函数以适应新结构 2025-06-16 11:29:19 +08:00
4c1b3bdd00 fix: 修改 ParseCQMessages 函数以移除错误返回,改为日志记录解析失败并返回空消息数组 2025-06-16 10:59:58 +08:00
6767077867 feat: 添加结构化消息json解析逻辑,补充对应的异常捕获 2025-06-16 10:49:26 +08:00
662add9c3e refactor: 更新模块路径,将所有引用的路径从旧的 git.lxtend.com/qqbot 更改为新的 git.lxtend.com/lixiangwuxian/qqbot 2025-06-11 19:13:52 +08:00
lixiangwuxian
7f0560b56e fix: 修改多个处理函数的返回类型为指针类型,以提高内存使用效率并避免不必要的拷贝 2025-04-09 23:28:39 +08:00
lixiangwuxian
fd34e67142 fix: 在 MsgInHandler 和 NewWebSocketClient 中增强错误处理,添加详细的日志记录以捕获异常信息和堆栈跟踪 2025-03-29 14:58:44 +08:00
lixiangwuxian
fa635ad9f1 feat: add mutex lock to WebSocketClient for thread-safe message sending 2025-01-09 22:21:43 +08:00
lixiangwuxian
52c33ec48a feat: implement WebSocket client reconnection logic and enhance client structure 2024-12-26 10:41:46 +08:00
lixiangwuxian
7e28953a56 refactor: 重构消息发送模型 2024-10-28 02:58:08 +08:00
lixiangwuxian
33ef75c54f feat: ws断连后自动重试 2024-10-20 15:47:30 +08:00
lixiangwuxian
48891fbd0a feat: 添加帮助功能 2024-10-15 23:07:49 +08:00
lixiangwuxian
1495ac516b refactor: 重命名Message.RawMsg 2024-10-13 14:40:32 +08:00
lixiangwuxian
4d6c22ff7b init: 初始化仓库 2024-10-08 01:34:26 +08:00