Commit Graph

545 Commits

Author SHA1 Message Date
tty228
36653bcdf8 使直通硬盘可以读取到空间使用量 2024-07-09 22:19:07 +08:00
tty228
64abb224f2 更新 wechatpush 2024-07-08 23:58:13 +08:00
tty228
0cb73963a7 debug
修复离线设备不显示 MAC 和在线时间
2024-07-08 13:22:27 +08:00
tty228
18f0b3b9f1 优化定时推送
1. 当存在直通挂载的硬盘时,只显示宿主机上的磁盘信息
2. 虚拟磁盘不再检测磁盘信息
3. 定时推送时不应进行扫描局域网 IP、 NetBIOS 查询等耗时较长的操作,http/https 端口因只在首次连接检测,待优化
2024-07-08 13:15:33 +08:00
tty228
c52d59b00f 增加 curl 重试次数 2024-07-08 09:22:37 +08:00
tty228
bc20fbc37e v3.5.3
1. 修复并发时文件锁失效的 bug
2. 修复带参数启动时,线程限制没有生效的 bug
3. 修复 MAC 信息表下载不成功,且日志无提示的问题
4. 优化和修复主机名等信息的获取未按预期工作的问题
5. 修复部分版本的系统,SSH登录信息获取不正确的问题
6. 局域网扫描应快速扫描更新 ARP 列表,而不是加入 IPLIST 列表,使用普通的 ping 超时检测
7. 减少一部分调试模式中的信息输出,方便排查错误
8. 稍稍调整了推送内容中,设备列表的对齐方式
9. 增加通过 NetBIOS 查询主机名和 MAC 的方式,此功能需要安装 samba*-server 或 samba*-client
10. 因 OpenWrt 版本的 jq 处理速度已经有了显著提升,改为使用 json 存储 IP 和设备信息
11. 清理多余代码和一些小的修改
2024-07-08 01:33:24 +08:00
tty228
2cb9278a76 debug
修复一处语法错误
将离线待确认设备显示在在线列表页面中
2024-07-07 21:58:50 +08:00
tty228
9ff3fdccc4 debug
修复 NetBIOS 和 MAC 设备信息数据库优先级冲突的问题
2024-07-07 21:58:50 +08:00
tty228
172390f666 update
1. 修复并发时文件锁失效的 bug
2. 修复带参数启动时,线程限制没有生效的 bug
3. 修复对离线设备进行 NetBIOS 查询的 bug
4. 稍稍调整了推送内容中,设备列表的对齐方式
5. 改为使用 json 存储 IP 和设备信息
(待观察是否需要调整,现在为使用紧凑模式保存,且设备离线后不删除信息以待下次使用,预留了磁盘字段,但怀疑会影响网页加载速度,未并入单文件)
2024-07-07 21:58:50 +08:00
tty228
2cc3596498 debug
1. 修复 MAC 信息表下载不成功,且日志无提示的问题
2. 优化和修复主机名等信息的获取未按预期工作的问题
3. 修复部分版本的系统,SSH登录信息获取不正确的问题
3. 减少一部分调试模式中的信息输出,方便排查错误
4. 增加通过 NetBIOS 查询主机名和 MAC 的方式,此功能需要安装 samba*-server 或 samba*-client,且检查时间较久,待观察
2024-07-07 21:58:50 +08:00
tty228
15e7b0179d v3.5.1
fix #275
2024-07-07 21:58:50 +08:00
tty228
710e0e00b2 debug
fix https://github.com/tty228/luci-app-wechatpush/issues/275
2024-07-05 22:30:20 +08:00
tty228
e3abd5d1bc v3.5.0
1. pull https://github.com/tty228/luci-app-wechatpush/pull/277
2. pull https://github.com/tty228/luci-app-wechatpush/pull/281
3. fix https://github.com/tty228/luci-app-wechatpush/issues/270
4. fix https://github.com/tty228/luci-app-wechatpush/issues/279
5. fix https://github.com/tty228/luci-app-wechatpush/issues/278
6. fix https://github.com/tty228/luci-app-wechatpush/issues/275
7. fix https://github.com/tty228/luci-app-wechatpush/issues/252
8. fix https://github.com/tty228/luci-app-wechatpush/issues/258
9. fix https://github.com/tty228/luci-app-wechatpush/issues/241
10. 使客户端列表页面支持自动刷新
11. 在客户端列表页面显示客户端是否可以通过 http 或 https 访问
12. 添加选项,可以自行选择客户端列表的排序方式
13. 添加选项 - 始终进行在线检测的 IP
14. 移除 luci-app-serverchan 自动移植配置脚本
15. debug

Co-Authored-By: abu9 <2047272+abu9@users.noreply.github.com>
Co-Authored-By: 闲人一枚 <26913311+xianren78@users.noreply.github.com>
2024-07-05 21:00:28 +08:00
tty228
459f1481bf Revert "v3.4.4"
This reverts commit a162bbd3b9.
2024-07-05 20:47:02 +08:00
tty228
9885112895 修复表头点击 2024-07-05 20:40:39 +08:00
tty228
80c71c71eb 更新 luci-wechatpush 2024-07-05 20:08:10 +08:00
tty228
4022ceea66 添加权限 2024-07-05 19:53:36 +08:00
tty228
cd8c7fc328 Merge branch 'master' of https://github.com/tty228/luci-app-wechatpush 2024-07-05 19:52:35 +08:00
tty228
9ec4547a78 优化推送内容代码可读性 2024-07-05 19:52:32 +08:00
tty228
a162bbd3b9
v3.4.4 2024-07-05 16:14:32 +08:00
tty228
d479f83470 增加排序方式选项 2024-07-05 14:45:17 +08:00
tty228
0620ca3650 移动端页面中隐藏接口和MAC
css太难调了,不是样式变难看就是字体大小调不好,摆烂了
2024-07-05 13:50:18 +08:00
tty228
560faff086 添加选项-始终扫描的 IP
1. 添加选项-始终扫描的 IP
2. 因 tools.firewall as fwtool 工具不支持无 tag 选项,自定义函数并增加按 IP 排序
3. debug
2024-07-05 12:52:49 +08:00
tty228
2f6b4019bf 格式化文档 2024-07-05 10:12:20 +08:00
tty228
b5397c1b73 更新 wechatpush
避免输出空行
2024-07-05 02:31:44 +08:00
tty228
61c9f1255e 使客户端列表支持自动刷新 2024-07-05 00:04:43 +08:00
tty228
d57067cb43 debug 2024-07-04 21:43:31 +08:00
tty228
d9a5c3bdec debug 2024-07-04 19:24:45 +08:00
tty228
9b127d4cca 更新 wechatpush
推送信息中 IP 按顺序排序
https://github.com/tty228/luci-app-wechatpush/issues/252
2024-07-04 19:20:03 +08:00
tty228
5dedff3deb 更新 wechatpush
https://github.com/tty228/luci-app-wechatpush/issues/241
2024-07-04 19:08:00 +08:00
tty228
54cb3b8d32 debug 2024-07-04 18:53:32 +08:00
tty228
e412431290 debug 2024-07-04 17:51:40 +08:00
tty228
1b94226d23 更新 wechatpush
https://github.com/tty228/luci-app-wechatpush/issues/258
2024-07-04 17:00:25 +08:00
tty228
4d26f6a814 更新 wechatpush
https://github.com/tty228/luci-app-wechatpush/issues/258
2024-07-04 16:43:24 +08:00
tty228
d7a9f3997e 更新 wechatpush 2024-07-04 16:23:41 +08:00
tty228
85eb2b5e57 更新 wechatpush
删除多余的代码
2024-07-04 16:17:43 +08:00
tty228
4bd0c309f8 update
检测客户端 http 访问
删除多余的代码
2024-07-04 16:12:08 +08:00
tty228
2eb04a61ff 自动刷新在线时间
以时间戳格式保存连接时间,以便在客户端列表页面自动刷新在线时间
2024-07-04 14:26:28 +08:00
tty228
18e55ed175 更新 client.js
客户端列表默认以IP排序
https://github.com/tty228/luci-app-wechatpush/issues/252
2024-07-04 12:31:19 +08:00
tty228
8801589499 debug
https://github.com/tty228/luci-app-wechatpush/issues/275
2024-07-04 11:25:13 +08:00
tty228
a83b07ed31 debug
修复断网日志不输出信息
2024-07-04 10:48:27 +08:00
tty228
22012303ef debug
https://github.com/tty228/luci-app-wechatpush/issues/278
2024-07-04 09:51:16 +08:00
tty228
18c11f134f debug
https://github.com/tty228/luci-app-wechatpush/issues/260
2024-07-04 09:36:51 +08:00
tty228
17ea91fe91 Revert "v3.4.2"
This reverts commit 968ca3b2fc.
2024-07-04 09:19:50 +08:00
tty228
2b73b3e3ac debug 2024-07-03 15:28:03 +08:00
tty228
b1d63fe1c0 debug 2024-07-03 15:19:58 +08:00
tty228
e6ed582a35 update
修改多接口IP获取方式和说明
2024-07-03 12:21:33 +08:00
tty228
e26fd1b522 更新 wechatpush
获取非 ULA 的IPv6地址
2024-07-03 11:40:30 +08:00
tty228
61e4a67bea 更新 wechatpush
https://github.com/tty228/luci-app-wechatpush/issues/270
2024-07-03 10:29:47 +08:00
tty228
4cefd1d687 更新 wechatpush
使用随机的URL,避免频繁访问固定网址
修复断网时频繁重启网络
2024-07-03 09:43:22 +08:00