|
0ab5634ce3
|
[Update] MiraiMain 将登录密码形式由明文文本更改为Md5以加强机器人在服务端的安全性;
[Update] pom.xml 版本号升级(1.0-SNAPSHOT -> 2.1.0);
|
2020-04-17 15:52:58 +08:00 |
|
|
3e4b7f1145
|
[Update] BotCommandProcess 对IllustPreLoadData更换缓存组件(JsonRedisCacheStore -> HotDataCacheStore);
[Update] BotCommandProcess 补充Javadoc;
|
2020-04-17 15:19:09 +08:00 |
|
|
ac38e1b5cf
|
[Change] CacheObject, LocalHashCacheStore 合并类;
|
2020-04-16 23:48:59 +08:00 |
|
|
d8d4784c0f
|
[Update] HotDataCacheStore 补充Javadoc细节;
|
2020-04-16 22:49:15 +08:00 |
|
|
99cdfb7598
|
[Change] SpringCQMessageEvent 更新 getImageUrl 具体实现, 首选BotCode中url地址;
[Change] BotEventHandler 调整initial代码;
|
2020-04-16 20:38:04 +08:00 |
|
|
9f58e186d5
|
[Update] SpringCQMessageEvent 适配 getImageUrl 方法;
|
2020-04-16 20:20:29 +08:00 |
|
|
0e182be31c
|
[Add] MessageEvent 增加 getImageUrl 抽象方法, 增加对 toString 方法的重写;
[Update] MessageEvent 补充Javadoc;
[Update] MiraiMessageEvent 适配 getImageUrl 方法;
[Change] MiraiMessageEvent 优化缓存存取过程;
|
2020-04-16 19:55:48 +08:00 |
|
|
006352679a
|
[Change] ImageCacheHandler 将缓存键名从downloadLink更改为fileName;
[Change] PixivUgoiraBuilderTest 暂时设置单元测试忽略以关闭耗时的测试, 加快构建速度;
|
2020-04-16 17:12:24 +08:00 |
|
|
4304cfcef2
|
[Add] URLs 增加一个工具类;
|
2020-04-16 17:10:12 +08:00 |
|
|
5ad2a56ce2
|
[Add] BotCommandProcess 将 getImageById 中用于构造BotCode的代码分离到 getImageToBotCode 方法;
[Add] PreLoadDataComparator 增加新的比较器, 主要用于对Pixiv搜索结果的排序;
[Change] BotCommandProcess 重写 getImageById 方法以提高处理效率;
[Change] BotCommandProcess 将 search 方法对搜索结果的排序抽出到新的Comparator实现类(PreLoadDataComparator);
|
2020-04-16 16:51:25 +08:00 |
|
|
2af3c20a21
|
[Change] PixivDownload 调整日志输出内容和级别;
[Add] PixivDownload 增加 PixivDownload#getRanking(List<JsonObject>, int, int);
|
2020-04-16 11:01:52 +08:00 |
|
|
7468777b1d
|
[Change] Main, PixivUgoiraBuilder 调整日志输出;
|
2020-04-16 10:59:53 +08:00 |
|
|
b720f657d0
|
[Change] 将部分CacheStore对象的类型调整为CacheStore<>以保证DIP, 增加灵活性;
[Change] 将Ranking缓存调整为JsonObjectRedisListCacheStore, 减少不必要的缓存数据查询;
|
2020-04-16 10:59:18 +08:00 |
|
|
c0c9a2d299
|
[Add] 增加Redis List的支持, 可通过List存储缓存项;
[Add] 增加支持JsonObject类型的RedisListCacheStore;
|
2020-04-16 10:53:57 +08:00 |
|
|
66d3d0aa31
|
[Change] 适配PixivURL的修改(#ad1922bc);
[Add] 增加用于通过接口返回数据判别作品类型的PixivIllustType Enum类;
|
2020-04-15 21:54:30 +08:00 |
|
|
450705b540
|
[Add] BotEventHandler 增加对消息的日志记录;
[Delete] BotEventHandler 移除无用代码;
|
2020-04-15 15:13:00 +08:00 |
|
|
a26762d96b
|
[Change] 完成包路径调整;
[Change] 调整部分日志输出级别;
[Add] ranking 方法增加对过早日期的过滤, 以拦截非法请求;
[Change] globalProp 从 CQPluginMain 迁移到 BotCommandProcess;
[Update] 优化缓存失效时的数据存取过程;
[Fix] 修复 search 方法对结果进行likeCount排序遇到特殊JsonObject时抛出异常的问题;
[Update] getRankingInfoByCache 对因接口返回无效导致的空缓存增加浮动有效时间;
[Delete] getRankingInfoByCache 删除无用代码;
|
2020-04-15 15:09:14 +08:00 |
|
|
ad1922bc94
|
[Change] 优化 PixivURL#getPixivIllustInfoAPI 方法的参数形式;
[Add] 增加用于获取动图元数据的接口地址;
[Add] 将"ajax/user/{userId}/profile/all"接口加入到PixivURL;
[Add] 重命名"ajax/user/{userId}/profile/top"接口常量名(PIXIV_USER_ILLUST_LIST_URL -> PIXIV_USER_TOP_ILLUST_LIST_URL);
|
2020-04-15 14:57:11 +08:00 |
|
|
428bb1ae16
|
[Add] 增加Pixiv动图下载构建工具类 PixivUgoiraBuilder;
[Add] 增加针对 PixivUgoiraBuilder 的单元测试类;
|
2020-04-15 14:52:46 +08:00 |
|
|
6570889c1e
|
[Add] 增加对 BotCode 的单元测试类;
|
2020-04-15 14:51:46 +08:00 |
|
|
0d1c651ff4
|
[Add] 增加测试下的日志配置文件;
|
2020-04-15 14:51:13 +08:00 |
|
|
8a3c3f10c5
|
[Change] PixivURL 调整常量名;
|
2020-04-14 11:08:05 +08:00 |
|
|
b06702f367
|
[Add] PixivSearchBuilder 增加equals, hashCode, toString方法的覆写;
[Update] PixivSearchBuilderTest 补充测试项;
|
2020-04-14 11:05:53 +08:00 |
|
|
ee1f066ee4
|
[Add] 增加PixivLoginProxyServer的支持;
|
2020-04-14 11:02:49 +08:00 |
|
|
579049b943
|
[Update] HotDataCacheStore 增加对CacheStore新增加方法的兼容;
|
2020-04-14 10:41:13 +08:00 |
|
|
e6c0633a5e
|
[Add] 增加toString方法的覆写, 以提供快速输出对象详情的功能;
|
2020-04-14 10:39:17 +08:00 |
|
|
5a50977be5
|
[Delete] 移除PixivLoginProxyServer类;
[Add] 导入PixivLoginProxyServer依赖库;
|
2020-04-14 10:38:32 +08:00 |
|
|
c9c8db7de9
|
[Add] CacheStore 增加对列表缓存的部分支持;
[Update] LocalHashCacheStore, RedisPoolCacheStore增加对CacheStore新增加方法的兼容;
[Add] RedisPoolCacheStore 增加executeJedisCommand方法以向子类提供覆盖重写重点方法的能力;
|
2020-04-14 10:37:07 +08:00 |
|
|
e20f9d34c9
|
[Change] 调整包路径, 增加 loadGlobalProperties 命令以提供重载方式;
|
2020-04-11 12:50:27 +08:00 |
|
|
841a368767
|
[Change] PixivDownload 因日志系统升级, 重新调整日志等级;
|
2020-04-11 12:28:36 +08:00 |
|
|
bc6aaa49a0
|
[Add] BotCode 增加用于操作机器人功能代码的工具类;
[Add] BotEventHandler, MessageEvent 将CQPluginMain消息处理部分迁移至BotEventHandler;
[Add] SpringCQMessageEvent, MiraiMessageEvent 增加两个消息事件实现;
[Add] MiraiMain 增加对 Mirai 框架的支持;
[Add] Main 增加 Mirai 框架的支持;
|
2020-04-11 12:27:24 +08:00 |
|
|
7d843c3f77
|
[Change] 调整包路径;
[Change] 修改 CQPluginMain 功能, 将命令处理的具体细节迁移;
|
2020-04-11 12:18:43 +08:00 |
|
|
a0efc3c0af
|
[Add] 增加新的缓存库类(HotDataCacheStore, StringRedisCacheStore);
[Add] CacheStore 增加update(String, T, long)方法, 该方法将以Unix时间戳设置过期时间;
[Update] LocalHashCacheStore, RedisPoolCacheStore 适配CacheStore新方法;
[Delete] 删除 RedisCacheStore 类;
|
2020-04-11 12:13:55 +08:00 |
|
|
8375b81b17
|
[Change] 调整包路径;
[Add] RedisPoolCacheStore, JsonRedisCacheStore 增加可提供JedisPool对象的构造方法, 以实现Redis连接池共用;
|
2020-04-10 22:00:38 +08:00 |
|
|
9bf59da444
|
[Add] 增加 Mirai 框架依赖项, 升级日志系统(Log4j -> Log4j2);
[Update] 将Log4j配置文件替换为Log4j2配置文件;
|
2020-04-10 21:58:56 +08:00 |
|
|
900a4e14ec
|
[Delete] 删除目前暂不使用的类;
|
2020-04-10 21:57:19 +08:00 |
|
|
ce93c7372e
|
[Change] 调整 runUpdateTimer 命令为 runUpdateTask 并将命令移到 CQBotAdminProcess 中;
[Fix] 修复 RankingUpdateTimer 时间错误的问题;
|
2020-04-02 00:33:22 +08:00 |
|
|
9a2a69ea41
|
[Add] RankingMode 增加 MODE_ORIGINAL (原创)选项;
[Fix] RankingContentType 修复部分RankingMode并不支持的问题;
|
2020-04-01 23:52:05 +08:00 |
|
|
afb5c56e52
|
[Add] 对ranking和search增加作品页数的显示;
|
2020-04-01 22:03:50 +08:00 |
|
|
ae3f52532c
|
[Add] PixivURL 为RankingContentType增加isSupportedMode以检查指定的RankingMode是否支持;
[Update] 对CQProcess, PixivDownload, RankingUpdateTimer添加对RankingContentType.isSupportedMode的支持以消除无效请求带来的资源浪费;
|
2020-04-01 09:50:45 +08:00 |
|
|
3e4874b67c
|
[Change] CQPluginMain 将两个ArgumentsRunner设计为多次使用以提高性能;
|
2020-04-01 09:48:32 +08:00 |
|
|
2174fb96ef
|
[Add] 增加排行榜缓存更新的定时任务;
|
2020-03-31 13:02:14 +08:00 |
|
|
64303dc6b6
|
[Fix] 修复引号包括的参数值尾部多余的引号没有过滤的问题;
|
2020-03-31 11:17:13 +08:00 |
|
|
3333f4c5c5
|
[Add] 增加redisAddr启动参数以通过参数指定redis缓存库地址;
[Update] 补充Javadoc;
[Change] 根据性能分析结果调整imageCacheExecutor线程池参数;
[Change] 调整CQGlobal内线程池参数;
[Change] 将illustPages缓存纳入Redis缓存库;
[Change] 根据性能分析结果将SpringBoot的HttpThreads降至1;
|
2020-03-31 11:04:08 +08:00 |
|
|
e4e7771d4d
|
[Fix] 修复使用双引号引用的参数值没有过滤双引号的bug;
|
2020-03-31 10:56:08 +08:00 |
|
|
fd8b38d6fd
|
[Fix] 修复缓存项因key不符导致无法设置过期时间的bug;
|
2020-03-30 21:41:22 +08:00 |
|
|
1653372d3e
|
[Change] 增加对无前缀情况下的处理;
|
2020-03-30 12:31:31 +08:00 |
|
|
d4266aaa57
|
[Change] 重命名类名;
|
2020-03-30 12:12:53 +08:00 |
|
|
5d595d50a1
|
[Add] 增加Ranking带图作品限制的配置项;
[Add] 增加image.downloadAllPages配置项以指定下载作品中某一Pages的时候是否下载其他Pages;
|
2020-03-30 12:07:29 +08:00 |
|
|
ddf9473326
|
[Fix] 修复Prefix不会自动补充前缀分隔符的问题;
|
2020-03-30 11:41:58 +08:00 |
|
|
2d8652c8bc
|
[Change] 将请求签名作为线程锁对象以提高处理能力;
[Add] 对Search和Ranking增加消息结果数配置项;
|
2020-03-30 11:36:44 +08:00 |
|
|
ce55adfc40
|
[Change] 对两个getRanking方法设置日志标志;
|
2020-03-30 11:34:39 +08:00 |
|
|
18d96c73d6
|
[Add] CacheStore 增加supportedPersistence以让使用方知晓实现是否支持持久化;
[Change] CQProcess 使用RedisPoolCacheStore;
|
2020-03-30 10:10:53 +08:00 |
|
|
056d9740b9
|
[Add] 调整缓存相关类的结构, 增加CacheStore接口;
|
2020-03-30 02:17:25 +08:00 |
|
|
a16238d9e7
|
[Change] 调整File实例化参数;
[Update] 调整帮助信息;
|
2020-03-28 21:18:12 +08:00 |
|
|
ad6e0b1c34
|
尝试使用Integer代替String以减少内存占用;
调整输出等级
|
2020-03-27 14:55:52 +08:00 |
|
|
078ab1caf0
|
增加解析方法;
|
2020-03-27 09:16:07 +08:00 |
|
|
8f09dc47b4
|
缓存优化3.0
|
2020-03-27 09:15:28 +08:00 |
|
|
532d7371d8
|
initial commit
|
2020-03-26 14:39:59 +08:00 |
|