|
438d0a95d3
|
[Add] pom.xml 增加JLine库;
[Update] ConsoleMain 增强Cli使用体验;
[Add] BotEventHandler 增加同步执行命令的方法'executeMessageEvent(MessageEvent, boolean)';
[Change] Main 适配ConsoleMain的更改;
|
2020-06-09 09:50:16 +08:00 |
|
|
6789b5b7c5
|
[Change] CacheStoreCentral 调整'getImageById'方法中对'pageIndex'的参数值检查时机;
[Change] MiraiMessageSender 增加警告忽略注释;
|
2020-06-08 19:13:51 +08:00 |
|
|
ad289f952f
|
[Fix] log4j2.xml 修复SYSTEM_OUT级别限定错误的问题;
|
2020-06-08 18:47:53 +08:00 |
|
|
3ae0e4cd8d
|
[Change] HotDataCacheStore 调整日志输出级别(DEBUG -> TRACE);
|
2020-06-08 16:08:13 +08:00 |
|
|
5550c7aef1
|
[Clear] CacheStoreCentral 删除无用的运行器代码;
|
2020-06-08 15:57:38 +08:00 |
|
|
d4d3432c76
|
[Add] PixivUgoiraBuilder 增加方法'buildUgoira(OutputStream, boolean)'以提供输出流给Builder输出已构建的动图数据;
[Add] PixivUgoiraBuilder 增加方法'getUgoiraMeta():JsonObject'方法, 可通过该方法获取动图元数据;
|
2020-06-08 15:30:22 +08:00 |
|
|
d1aeda012e
|
[Fix] BotCommandProcess 修复因'getImageById'迁移导致'image'命令不可用的问题;
[Clear] CacheStoreCentral 清除无用代码;
|
2020-06-08 09:37:06 +08:00 |
|
|
683a38bc17
|
[Add] BotGlobal BotGlobal在初始化时将检查Redis连通性;
[Change] RandomRankingArtworksSender 支持外部设置groupId, 以使用群组配置;
[Change] BotCommandProcess, BotAdminCommandProcess 适配RandomRankingArtworksSender更改;
|
2020-06-08 09:24:17 +08:00 |
|
|
188309509b
|
[Change] BotCommandProcess 简化Search参数'ContentOption'的名称('contentOption' -> 'option');
|
2020-06-06 19:27:55 +08:00 |
|
|
a2f6f1d140
|
[Clear] BotCommandProcess 整理代码;
|
2020-06-06 17:07:40 +08:00 |
|
|
f54ed35a09
|
[Change] SettingProperties 增加群号检查, 防止出现非法群号;
|
2020-06-06 15:42:35 +08:00 |
|
|
a426f80ec5
|
[Fix] BotCommandProcess 修复Search命令对作品限制的管理不受'image.allowR18'选项控制的问题;
|
2020-06-06 11:50:29 +08:00 |
|
|
c1a21d1065
|
[Change] ConsoleMain, ConsoleMessageEvent 支持启动时设置会话群组Id和QQId;
|
2020-06-06 10:52:12 +08:00 |
|
|
e570ddbb53
|
[Change] PreLoadDataComparator 增加对JsonElement是否为JsonObject的检查;
|
2020-06-06 10:51:24 +08:00 |
|
|
223d78dbd6
|
[Change #5] 优化'getImageById'从文件读入缓存时, 检查图片完整性的速度;
|
2020-06-05 17:03:41 +08:00 |
|
|
ef5651be47
|
[Fix] CacheStore 修正Javadoc中的错误描述;
|
2020-06-05 16:29:16 +08:00 |
|
|
9a8aac1960
|
[Fix] BotGlobal 修复BotGlobal初始化失败的问题;
[Fix] BotCommandProcess 修复Search命令未找到相关作品时提示语无法触发的问题;
[Change] BotCommandProcess 调整'isNoSafe(int, Properties, boolean)'方法中对于作品限制的判断方式;
|
2020-06-05 16:23:13 +08:00 |
|
|
4bbed5fd55
|
[Change] BotCommandProcess, CacheStoreCentral 将ImageFile缓存管理转移到CacheStoreCentral;
[Change] RandomRankingArtworksSender 适配修改;
[Change] BotCommandProcess, BotGlobal 将'imageStoreDir'由BotCommandProcess转移到BotGlobal;
|
2020-06-05 10:07:13 +08:00 |
|
|
bcc21149b9
|
[Change #10] 将缓存存取部分从BotCommandProcess分离;
[Change] 整理代码;
|
2020-06-05 09:53:30 +08:00 |
|
|
e93c322c02
|
[Change] BotGlobal, BotCommandProcess 调整PixivDownload的初始化过程;
[Change] BotCommandProcess 将'Search'所属缓存部分抽出到单独的方法('getSearchBody');
|
2020-06-04 20:14:57 +08:00 |
|
|
feb51b8534
|
[Change] BotGlobal, BotCommandProcess 将'Gson'和'PixivDownload'对象纳入BotGlobal;
|
2020-06-04 19:47:20 +08:00 |
|
|
b39a82b936
|
[Fix] BotGlobal 修复BotGlobal初始化失败的问题;
|
2020-06-04 16:15:27 +08:00 |
|
|
033fd0188b
|
[Change] 调整Logger创建方式(getLogger(String) -> getLogger(Class));
|
2020-06-04 15:58:10 +08:00 |
|
|
4318869846
|
[Change] 将'Proxy', 'CookieStore'转移到BotGlobal类;
|
2020-06-04 15:54:52 +08:00 |
|
|
9ce18469e6
|
[Add] 增加控制台框架以进行本地测试, 或非聊天机器人使用;
|
2020-06-04 11:25:08 +08:00 |
|
|
e803d2161b
|
[Add] PropertiesUtils 增加一个工具类;
|
2020-06-04 11:24:40 +08:00 |
|
|
8b8ef7e744
|
[Change] Issue #12 调整框架启动机器人应用的方式, 增加一个用于机器人应用内部共享数据的类;
[Fix] BotEventHandler, ImageCacheStore 增加ShutdownHook用于关闭线程池, 解决线程池阻塞关闭过程的问题;
[Change] BotEventHandler 调整'match(String)'方法;
[Change] BotAdminCommandProcess 调整'savePushList()'方法对文件创建失败的行为;
|
2020-06-04 11:19:18 +08:00 |
|
|
69da2b02ac
|
[Fix #11] 修复在图片缓存失效的情况下, 'getImageToBotCode'依然会尝试从缓存获取图片File对象导致NPE;
[Change] BotCommandProcess 调整字符串拼接形式, 统一错误提示语的格式;
|
2020-06-04 09:29:53 +08:00 |
|
|
eb2de09859
|
[Change] RandomIntervalSendTimer 将随机间隔发送器的Timer设为daemon thread;
|
2020-06-03 19:37:45 +08:00 |
|
|
ef70ac77cb
|
[Update] HotDataCacheStore, Cleanable 更新Javadoc;
|
2020-06-03 17:03:54 +08:00 |
|
|
b4e9fdab7d
|
[Change] TimeLimitThreadPoolExecutor 整理代码, 清除无用参数;
[Update] Pixiv排行榜接口.md 更新文档内容, 补充返回数据信息;
|
2020-06-03 17:02:46 +08:00 |
|
|
2bfb78304c
|
[Change] HotDataCacheStore, RandomIntervalSendTimer 支持浮动时间参数为0;
|
2020-06-03 14:50:45 +08:00 |
|
|
637ea46b9a
|
[Fix] MiraiMessageEvent 修复群消息事件错误设置私聊Sender的问题;
|
2020-06-01 21:02:46 +08:00 |
|
|
f5140a7a1e
|
[Change] SpringCQMessageSenderFactory 尝试通过ThreadLocal获取当前处理的CoolQ对象, 目前EventExecutor暂不支持, 仅预留;
[Change] CQPluginMain 调整'processMessage'方法修饰符, 补充Javadoc;
|
2020-06-01 20:15:59 +08:00 |
|
|
0fafddc715
|
[Change] AdultContentDetector, PixivURL 整理代码, 补充Javadoc;
|
2020-06-01 16:12:33 +08:00 |
|
|
4c03a0f7d9
|
[Change] HotDataCacheStore 调整'supportedList'的条件, HotDataCacheStore将支持使用ListCacheStore;
[Change] AutoSender 将AutoSender的messageSender增加final属性;
|
2020-06-01 16:01:17 +08:00 |
|
|
ee02072b2d
|
[Deprecated] PixivURL 将旧版Search接口设为弃用;
|
2020-06-01 15:58:54 +08:00 |
|
|
3f6c87da3c
|
[Add] MiraiMain 增加对临时消息的支持;
[Change] MiraiMessageEvent 调整消息对象转换的方式, 通过静态方法转换Mirai的MessageEvent;
|
2020-06-01 15:55:31 +08:00 |
|
|
5a81604d94
|
[Change] BotCommandProcess 调整'色图'命令处理方法的命名;
|
2020-05-26 14:31:12 +08:00 |
|
|
fe8bf16d3a
|
[Clean] RandomRankingArtworksSender 清理无用导入;
[Change] AutoCleanTimer 统一LoggerName名称;
|
2020-05-25 20:23:14 +08:00 |
|
|
99c66babec
|
[Add] BotEventHandler 增加对'Sender.sendMessage(String)'返回值的处理;
|
2020-05-25 09:45:09 +08:00 |
|
|
cb8b01fd74
|
Merge branch 'master' of github.com:LamGC/ContentGrabbingJi
|
2020-05-25 09:25:49 +08:00 |
|
|
1f48b3ffdc
|
[Change] MessageSender, MessageEvent 允许'senderMessage(String)'抛出异常;
[Change] RandomRankingArtworksSender 调整异常捕获日志输出;
[Change] MiraiMessageEvent, MiraiMessageSender, SpringCQMessageEvent 适配更改;
|
2020-05-25 09:21:46 +08:00 |
|
|
68feed8d3c
|
Merge remote-tracking branch 'origin/master'
|
2020-05-22 23:09:39 +08:00 |
|
|
a3376e96ee
|
[Add] BotCommandProcess, BotEventHandler, PixivDownload 对作品Id不存在的情况做出反应(而不是作为内部异常反馈);
|
2020-05-22 20:39:49 +08:00 |
|
|
33d18cef6b
|
Merge remote-tracking branch 'origin/master'
|
2020-05-22 20:34:32 +08:00 |
|
|
7aa00ff98b
|
[Fix] BotCommandProcess 修复ImageStore不允许使用软链接的问题;
|
2020-05-22 20:34:15 +08:00 |
|
|
e956e36584
|
[Fix] RankingUpdateTimer 修复首次执行时间计算错误的问题;
|
2020-05-22 20:23:46 +08:00 |
|
|
8e27221457
|
[Change] BufferMessageEvent 调整成员变量修饰符, 补充新的构造方法'<init>(int, int, String)';
|
2020-05-22 08:49:48 +08:00 |
|
|
a5fca68ef5
|
[Change] MessageEventExcutionDebugger 在配置文件无法转换的情况下不再忽略'NumberFormatException'异常;
|
2020-05-20 15:31:43 +08:00 |
|