Commit Graph

56 Commits

Author SHA1 Message Date
John Smith
62df6345c4 整理解包代码 2021-12-18 14:42:11 +08:00
John Smith
60c60e69c5 发送心跳包添加错误处理 2021-12-18 01:18:05 +08:00
John Smith
afa04d557b 整理日志、修复心跳包解析错误的问题 2021-12-18 00:50:45 +08:00
John Smith
89b540dddd 多个消息处理器并发处理、继续整理客户端代码 2021-12-15 23:44:44 +08:00
John Smith
2fdfc88fb2 整理客户端代码 2021-12-15 21:12:09 +08:00
John Smith
34d1a8a44a 修改客户端生命周期接口 2021-12-15 00:09:07 +08:00
John Smith
fd9fdae6ef 客户端模块改名 2021-12-13 00:14:51 +08:00
John Smith
b5fc26c3e8 拆出消息处理模块 2021-12-13 00:07:00 +08:00
John Smith
104a080167 拆出模型模块 2021-12-12 21:54:07 +08:00
John Smith
0404f97134 blivedm模块移到包内 2021-12-12 19:28:12 +08:00
John Smith
4669b2c1c9 添加HTTP请求超时 2021-03-28 17:47:23 +08:00
dependabot[bot]
7b50f1ea9c
Bump aiohttp from 3.5.4 to 3.7.4 (#15)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.5.4...v3.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-26 12:17:25 +08:00
poorguy
e89db0afcd
提升README.md可读性 (#14)
* 提升README.md可读性

* Update README.md

* update variable name

* update variable name
2021-02-05 21:45:01 +08:00
John Smith
13712f89eb 添加接收消息超时 2021-01-31 13:47:32 +08:00
John Smith
dca7f1499f 优化代码 2021-01-31 13:11:20 +08:00
John Smith
8d8cc8c270 修正B站API错误信息字段 2020-10-17 17:09:02 +08:00
John Smith
3156142011 init_room支持降级,提高可用性 2020-10-11 12:43:11 +08:00
John Smith
4c64c1bd1e 整理已知命令 2020-08-09 20:28:45 +08:00
John Smith
7a4c039786 新舰长消息礼物ID字段改变 2020-08-09 13:17:35 +08:00
John Smith
6618bf5c48 更新初始化房间API 2020-07-19 22:17:32 +08:00
John Smith
d173228c5f
Merge pull request #10 from brainbush/patch-1
修复以获取正确的token
2020-05-20 18:37:20 +08:00
brainbush
66cb4a8c93
修复以获取正确的token 2020-05-20 01:06:40 +08:00
John Smith
15669a2084 兼容B站弹幕升级(SC日文翻译字段改变) 2020-01-12 22:21:53 +08:00
John Smith
87651f044c 修复了有时重连不会切换弹幕服务器的问题 2019-11-27 01:10:13 +08:00
John Smith
23f3d1fc11 兼容B站弹幕升级(有些消息没有cmd) 2019-11-13 23:26:25 +08:00
John Smith
efc7f3b3f8 兼容B站弹幕升级(新舰长消息礼物ID字段改变) 2019-10-13 20:02:57 +08:00
John Smith
fb9b687e58 更新已知命令 2019-10-06 11:06:51 +08:00
John Smith
1613238420 修复SC礼物key错误 2019-09-23 22:18:55 +08:00
John Smith
f5d609df40 添加SuperChat 2019-09-23 21:43:37 +08:00
John Smith
922d4d6615 更新已知命令 2019-09-18 00:09:02 +08:00
John Smith
22b159e0cb 更新已知命令 2019-09-16 23:05:49 +08:00
John Smith
be92ac5797 升级协议版本 2019-09-15 18:46:45 +08:00
John Smith
9eb953720c 兼容B站弹幕升级(勋章信息多了一个) 2019-07-10 15:16:17 +08:00
John Smith
003d89e976 修复一些错误捕获不到的问题 2019-06-21 17:45:21 +08:00
John Smith
0d63944da4 修复无法取消协程的问题 2019-06-20 23:23:59 +08:00
John Smith
2f705b86ce 添加错误处理 2019-06-12 22:32:34 +08:00
John Smith
39fb86a9b2 将重连日志放到except外面(#8) 2019-06-07 20:02:37 +08:00
John Smith
fe5b4ca2c9 各种方便的小修改 2019-06-06 21:50:51 +08:00
John Smith
10a6a91e74 2019-5-29 B站弹幕升级 2019-05-29 22:28:10 +08:00
John Smith
f755468908 使用官方名称 2019-04-22 19:47:05 +08:00
John Smith
af714aa1f7 处理连接超时(fix #7) 2019-04-21 12:21:12 +08:00
John Smith
3933226485 方便自定义命令处理 2019-03-23 23:58:02 +08:00
John Smith
79e7406e07 简化各种代码 2019-02-20 14:53:50 +08:00
John Smith
e0959dddfb 修改重连过程、简化一些代码 2019-02-20 14:12:11 +08:00
John Smith
27c51d1342 websocket使用aiohttp 2019-02-20 00:25:14 +08:00
John Smith
0091ed9a77 Revert "几乎完全重写"
This reverts commit 07bc699f2c.
2019-02-19 23:15:00 +08:00
yjqiang
356a59d54a fix bug
加锁还是那个问题,连接期间过于复杂
2019-02-18 12:27:53 +08:00
yjqiang
8d7d63f1bb close
close的设计参考了aiohttp 的ws client,非常感谢
2019-02-17 17:01:52 +08:00
yjqiang
07bc699f2c 几乎完全重写
reset roomid支持;断线重连更好地解决;更方便的自定义;支持aiohttp的session,可以提高较多房间时的效率与性能
2019-02-14 18:36:37 +08:00
John Smith
16faeadab8 添加错误处理函数、使用aiohttp 2018-06-03 14:06:00 +08:00