This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
v1.12.1 先行版
Pre-release
Pre-release
1.12.1 (beta)
- 配置中增加一个配置项
simbot.core.checkBot
,默认为true。当为true的时候,监听函数触发前会优先判断当前消息所接收的bot是否为已注册的bot,如果为未注册bot则其将会被拦截。 - 简单优化HttpClientAble
- 将常量类
com.forte.qqrobot.PriorityConstant
移动至com.forte.qqrobot.constant.PriorityConstant
- 修复默认的
BotManager
实现类中,使用带账号的注册会导致无法触发验证的bug - 修改部分需要初始化的bean的初始化流程。
- 修改默认
BotManager
的自动配置形式。 - 修复依赖中心中疑似会导致死锁的bug
- 修改
ConfigProperties
类的实现,可能会导致兼容问题。