|
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 |
|
|
461cd246d8
|
[Add] BotCommandProcess 新增'色图'功能以随机从排行榜中获取一张图片;
[Add] BufferMessageEvent 增加用于获取Sender发送内容的Event实现;
[Change] BotEventHandler Handler现在允许命令处理方法不返回消息(返回'null');
|
2020-05-20 09:55:50 +08:00 |
|
|
f040f130d7
|
[Update] Main, AutoArtworksSender, ImageCacheStore, PixivAccessProxyServer, PagesQualityParser 整理代码问题, 删除无用类;
|
2020-05-20 09:05:50 +08:00 |
|
|
1f402fbbac
|
[Change] LocalHashCacheStore 实现'Cleanable'接口, 增加'<init>(int, int, boolean)'构造函数以允许自动清理
[Update] LocalHashCacheStore 补充Javadoc内容;
[Update] .gitignore 补充并整理忽略项;
|
2020-05-20 08:56:27 +08:00 |
|
|
f7f3c3beaf
|
[Fix] BotCommandProcess 修复help命令中帮助信息的错误;
|
2020-05-17 19:38:17 +08:00 |
|
|
d993e9d719
|
[Add] MiraiMessageSender 增加对默认表情的支持;
|
2020-05-12 15:25:29 +08:00 |
|
|
60e91987d1
|
Merge branch 'mirai'
|
2020-05-12 15:14:58 +08:00 |
|
|
65392fc2fe
|
[Fix] net.mamoe:mirai-core, net.mamoe:mirai-core-qqandroid 更新Mirai-Core版本号以修复VerifyError问题(1.0-RC2 -> 1.0-RC2-1);
[Fix] MiraiMessageSender 调整日志输出, 以修复日志打印处理后消息顺序混乱的问题;
|
2020-05-12 15:14:28 +08:00 |
|
|
d38934a0f4
|
[Change] RankingUpdateTimer 调整时间补齐的阀值(12:00 -> 11:30);
[Add] documents/interfaces/* 整理部分Pixiv接口的文档;
|
2020-05-12 15:03:08 +08:00 |
|