Attente
|
b609567c38
|
feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。
- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
|
2025-10-19 22:31:50 +08:00 |
|
jxxghp
|
ff7fb14087
|
fix cache_clear
|
2025-09-02 08:35:48 +08:00 |
|
jxxghp
|
c6c84fe65b
|
rename
|
2025-08-21 16:02:50 +08:00 |
|
jxxghp
|
dadc525d0b
|
feat:种子下载使用缓存
|
2025-08-20 22:03:18 +08:00 |
|
jxxghp
|
b3113e13ec
|
refactor:新增文件缓存组合
|
2025-08-20 19:04:07 +08:00 |
|
jxxghp
|
055c8e26f0
|
refactor:重构缓存系统
|
2025-08-20 17:35:32 +08:00 |
|
jxxghp
|
69cb07c527
|
优化缓存机制,支持Redis和本地缓存的切换
|
2025-08-20 09:16:30 +08:00 |
|
jxxghp
|
89e8a64734
|
重构Redis缓存机制
|
2025-08-20 08:51:03 +08:00 |
|
jxxghp
|
1ab2da74b9
|
use apipathlib
|
2025-08-17 09:00:02 +08:00 |
|
jxxghp
|
c2c8214075
|
refactor: 添加订阅协程处理
|
2025-08-02 09:14:38 +08:00 |
|
jxxghp
|
e5d2ade6e6
|
fix 协程环境中调用插件同步函数处理
|
2025-08-02 08:41:44 +08:00 |
|
jxxghp
|
e32b6e07b4
|
fix async apis
|
2025-08-01 20:27:22 +08:00 |
|
jxxghp
|
104138b9a7
|
fix:减少无效搜索
|
2025-08-01 15:18:05 +08:00 |
|
jxxghp
|
0c8fd5121a
|
fix async apis
|
2025-08-01 14:19:34 +08:00 |
|
jxxghp
|
d657bf8ed8
|
feat:协程搜索 part3
|
2025-08-01 08:40:25 +08:00 |
|
jxxghp
|
3fc2c7d6cc
|
feat:协程搜索 part2
|
2025-07-31 21:26:55 +08:00 |
|
jxxghp
|
109164b673
|
feat:协程搜索 part1
|
2025-07-31 20:51:39 +08:00 |
|
jxxghp
|
aea44c1d97
|
feat:键式事件协程处理
|
2025-07-31 17:27:15 +08:00 |
|
jxxghp
|
a0e4b4a56e
|
feat:媒体查询协程处理
|
2025-07-31 15:24:50 +08:00 |
|
jxxghp
|
75ea7d7601
|
add async api
|
2025-07-31 09:10:45 +08:00 |
|
jxxghp
|
8b75d2312c
|
add async run_module
|
2025-07-31 08:56:32 +08:00 |
|
jxxghp
|
152f814fb6
|
fix base chain
|
2025-06-26 13:28:11 +08:00 |
|
jxxghp
|
bd241a5164
|
feat:删除消息能力
|
2025-06-22 09:37:01 +08:00 |
|
jxxghp
|
a944975be2
|
fix:交互消息立即发送
|
2025-06-15 23:06:25 +08:00 |
|
jxxghp
|
f484b64be3
|
fix
|
2025-06-06 15:37:02 +08:00 |
|
jxxghp
|
a9300faaf8
|
fix:优化单例模式和类引用
|
2025-06-05 13:22:16 +08:00 |
|
jxxghp
|
360184bbd1
|
fix
|
2025-05-18 13:50:43 +08:00 |
|
Attente
|
20c1f30877
|
feat(message): 实现自定义消息模板功能
- 新增 MessageTemplateHelper 类用于渲染消息模板
- 在 ChainBase 中集成消息模板渲染功能
- 修改 DownloadChain、SubscribeChain 和 TransferChain 以使用新消息模板
- 新增 TemplateHelper 类用于处理模板格式
- 在 SystemConfigKey 中添加 NotificationTemplates 配置项
- 更新 Notification 模型以支持 ctype 字段
|
2025-05-05 05:27:48 +08:00 |
|
jxxghp
|
ca1f3ac377
|
feat:文件整理支持操作类入参
|
2025-05-01 20:56:17 +08:00 |
|
jxxghp
|
e13e1c9ca3
|
fix run_module
|
2025-05-01 11:36:43 +08:00 |
|
jxxghp
|
9d333b855c
|
feat:支持插件协持系统模块实现
|
2025-05-01 11:03:28 +08:00 |
|
jxxghp
|
078b60cc1e
|
feat:支持指定剧集组识别和刮削
|
2025-04-03 18:35:02 +08:00 |
|
jxxghp
|
d502f33041
|
fix 115 open api
|
2025-03-24 12:04:23 +08:00 |
|
jxxghp
|
f9b0db623d
|
fix cython type error
|
2025-03-23 21:39:37 +08:00 |
|
jxxghp
|
2f38b3040d
|
fix:修复代码兼容性写法
|
2025-03-23 12:10:21 +08:00 |
|
jxxghp
|
6603a30e7e
|
fix MessageQueueManager
|
2025-03-10 10:02:32 +08:00 |
|
jxxghp
|
39756512ae
|
feat: 支持消息发送时间范围
|
2025-03-09 19:34:05 +08:00 |
|
jxxghp
|
c32b845515
|
feat:actions增加识别选项
|
2025-03-02 09:45:24 +08:00 |
|
jxxghp
|
0a52fe0a7a
|
refactor: site browse api
|
2025-02-17 19:01:05 +08:00 |
|
jxxghp
|
b8f4cd5fea
|
v2.2.9
- 资源包升级以提升安全性
- 优化了页面数据刷新机制
注意:本次升级后会默认清理一次种子识别缓存
|
2025-02-14 19:35:49 +08:00 |
|
jxxghp
|
30eb4385d4
|
fix sites
|
2025-02-14 13:44:18 +08:00 |
|
jxxghp
|
bae7bff70d
|
fix #3744
|
2025-01-17 16:41:01 +08:00 |
|
jxxghp
|
adeb5361ab
|
feat:支持搜索系列合集
|
2025-01-16 17:51:47 +08:00 |
|
Attente
|
5b66803f6d
|
fix: 修复订阅识别词在下载阶段不生效的问题
- 将`季集匹配`从`优先级规则组匹配模块`移至`种子帮助类`
- - `FilterModule.__match_season_episodes()` ==> `TorrentHelper.match_season_episodes()`
- - 确保需要`订阅识别词` `偏移季集`的种子能够正确匹配
|
2025-01-15 03:43:50 +08:00 |
|
jxxghp
|
23650657cd
|
add noqa
fix #3670
|
2025-01-07 14:20:31 +08:00 |
|
jxxghp
|
b5d58b8a9e
|
更新 __init__.py
|
2025-01-07 07:19:04 +08:00 |
|
jxxghp
|
0514ff0189
|
更新 __init__.py
|
2025-01-07 07:06:40 +08:00 |
|
jxxghp
|
7e252f1692
|
fix bug
|
2025-01-06 13:34:51 +08:00 |
|
jxxghp
|
89e96ee27a
|
feat:消息支持管理员+操作用户同时发送
|
2025-01-05 13:21:41 +08:00 |
|
Attente
|
9756bf6ac8
|
refactor(downloader): 新增支持种子文件布局处理
- 在 `DownloadChain` 中根据`种子文件布局`拼接`savepath`
- 在 `QbittorrentModule` 和 `TransmissionModule` 中添加种子文件布局信息
- 修改 `download` 方法的返回值,增加种子文件布局参数
|
2024-12-21 04:50:10 +08:00 |
|