Commit Graph

63 Commits

Author SHA1 Message Date
John Smith
ee3b11e001 防止协程执行完之前就被GC 2024-01-25 20:11:42 +08:00
John Smith
1772caebe3 添加防止无限重连的保险措施、开放平台心跳添加随机延迟 2024-01-06 18:34:24 +08:00
John Smith
165b4bf90a 临时屏蔽心跳请求重复请求的报错 2023-12-05 00:20:55 +08:00
John Smith
d79738441c 开放平台签名使用更难碰撞的随机数 2023-11-28 22:30:31 +08:00
John Smith
33d3303ff1 修复报错、优化限流参数 2023-11-27 21:47:22 +08:00
John Smith
9c3538f17b 限制请求开放平台的频率 2023-11-26 15:50:12 +08:00
John Smith
65a9efa37e 开放平台项目心跳改成批量心跳 2023-11-26 12:18:14 +08:00
John Smith
66daa5b79d 添加custom_public目录,用来对前端暴露一些文件;添加导入服务器预设CSS选项 2023-10-11 22:52:06 +08:00
reito
c8ff34c998
[Fix] author_id -> uid (#141)
* [Fix] author_id -> uid

* [Fix] author_id -> uid
2023-09-25 22:14:55 +08:00
reito
09a8538406
Relay 方式传递 author_id (uid) (#138)
* Relay 方式传递各种 author_id (uid)

* Rename author_id to uid
2023-09-24 18:36:38 +08:00
John Smith
dccb3fc890 降级身份码错误的日志 2023-09-16 12:23:01 +08:00
John Smith
ef7f0dc0ac 获取头像失败时尝试用用户名随机生成 2023-09-16 11:31:46 +08:00
John Smith
63ef4ac971 缓存错误的身份码,避免旧版的请求传到开放平台 2023-09-13 00:45:44 +08:00
John Smith
05fc89dbbe 前端在身份码错误时跳到帮助页面,不再重试连接 2023-09-13 00:13:11 +08:00
John Smith
8bfceb4b32 临时屏蔽掉输错身份码的请求 2023-09-12 22:12:27 +08:00
John Smith
68f8ab3a92 前端支持使用身份码 2023-09-09 17:13:53 +08:00
John Smith
cad573312b 前端初始化房间时从后端接口获取文本表情 2023-09-08 23:54:47 +08:00
John Smith
6d07110927 添加获取文本表情的接口 2023-09-08 23:00:45 +08:00
John Smith
de0bac3119 添加开放平台接口的代理 2023-09-08 20:53:04 +08:00
John Smith
07569033fa 通过服务器转发时支持开放平台接口 2023-09-07 00:56:32 +08:00
John Smith
fe141bc8fd 升级blivedm 2023-09-03 22:53:15 +08:00
John Smith
3d9095536d 支持官方的文本表情 2023-08-27 00:23:52 +08:00
John Smith
60b9f81fe2 减少判断心跳超时的开销 2023-08-26 16:42:01 +08:00
John Smith
ecb4a08e56 修复浏览器缓存导致前端没更新的问题 2023-07-29 23:05:04 +08:00
John Smith
63f541b87e 使用Python 3.8的asyncio特性 2023-07-29 12:48:57 +08:00
John Smith
f748d35fe4 修复前端页面不活动时心跳超时的问题 2023-07-06 23:26:44 +08:00
John Smith
b98a8f6680 修复cookie导致的获取头像失败 2023-07-06 23:25:07 +08:00
John Smith
1f89d0d1cf 添加cookie提高获取头像成功率 2022-10-09 18:53:42 +08:00
John Smith
062e7ed1aa 临时修复获取头像请求被屏蔽的问题 2022-09-28 00:11:29 +08:00
John Smith
2c0dd6e1c9 修复获取头像请求被屏蔽的问题
也修改了其他请求的User-Agent,防止将来被屏蔽
2022-06-18 21:31:25 +08:00
v1rg0z
86847c666f fix del sc msg 2022-03-16 22:20:41 +08:00
John Smith
618164d77d 自定义表情存储目录改到data里 2022-03-01 22:13:25 +08:00
John Smith
9f8f238426 整理docker构建、使用多阶段构建 2022-03-01 00:57:16 +08:00
John Smith
24d0671dae 完成上传表情文件 2022-02-27 22:05:37 +08:00
John Smith
4c8cde0b3d 支持同时显示房管和舰长图标 2022-02-23 23:15:21 +08:00
John Smith
c87325e5e0 到B站的连接和到客户端的连接解耦 2022-02-19 14:58:29 +08:00
John Smith
e40f1511ed 拆出服务模块 2022-02-15 00:18:46 +08:00
John Smith
707ad57800 修复接收弹幕的协程被阻塞的问题 2022-01-19 21:47:59 +08:00
John Smith
dedae6f083 通过服务器转发支持表情 2021-12-26 23:34:45 +08:00
John Smith
3118a7de98 修改表情相关的一些实现和代码风格 2021-12-26 20:44:23 +08:00
John Smith
776b354517 升级blivedm 2021-12-19 18:46:32 +08:00
John Smith
6a4faa83a4 修复一些PyCharm警告 2021-07-17 13:03:45 +08:00
John Smith
77d0277d4e 添加HTTP请求超时 2021-03-28 18:30:31 +08:00
John Smith
b395886535 添加接收消息超时 2021-02-01 23:49:31 +08:00
John Smith
210749fa0f 兼容腾讯翻译升级 2020-11-17 21:56:01 +08:00
John Smith
888bc896a5 修正B站API错误信息字段 2020-10-17 17:12:22 +08:00
John Smith
0e060e61fa 修改一些说明 2020-10-11 13:00:57 +08:00
John Smith
8cf4310152 init_room支持降级 2020-10-11 12:52:15 +08:00
John Smith
6e2f3b1a0c 完成房间信息和头像接口 2020-09-13 21:24:20 +08:00
John Smith
3808609963 数据库头像URL类型改成VARCHAR 2020-09-12 11:33:11 +08:00