Skip to content

Releases: liudf0716/apfree-wifidog

v2.10.1437 release

24 Oct 07:52
Compare
Choose a tag to compare

新增功能:
受信任的本地mac

优化:
去掉了有线免认证依赖ktpriv模块

修复:
修复了通过认证后访问同一网页反复弹窗的bug
修复了https不能跳转的bug
修复了wifidog.init脚本的一处bug
修复了一处内存泄漏的bug

注意:附件中fping和libevent的ipk包是apfree wifidog的依赖包

v2.06.1395

27 Jun 07:39
Compare
Choose a tag to compare

新增功能

.通过mqtt接口,踢掉已经认证的用户,使之再上网必须再次认证.(https://github.com/liudf0716/apfree_wifidog/pull/74)
.实现通过mqtt接口删除ip白名单功能.(https://github.com/liudf0716/apfree_wifidog/pull/78)
.实现通过mqtt接口显示ip白名单功能.(https://github.com/liudf0716/apfree_wifidog/pull/97)
.实现通过mqtt接口更改认证服务器功能.(https://github.com/liudf0716/apfree_wifidog/pull/100)
.实现wifidog解析dns超时时间动态可配置.(https://github.com/liudf0716/apfree_wifidog/pull/107)
.增加了苹果弹窗优化选项,可以关闭该优化功能(https://github.com/liudf0716/apfree_wifidog/pull/154)

优化

. 优化了有线免认证流程

修复

. 修复ping接口 cpu利用率%号的没有urlencode的bug(https://github.com/liudf0716/apfree_wifidog/pull/111)
.修复event timer错误使用bug(https://github.com/liudf0716/apfree_wifidog/pull/112)
.修复一处内存泄漏bug(https://github.com/liudf0716/apfree_wifidog/pull/143)