Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Other] 改进 PBH 的 GUI 界面,显示更多有用的内容 #626

Open
4 tasks done
Ghost-chu opened this issue Oct 20, 2024 · 6 comments
Open
4 tasks done

[Other] 改进 PBH 的 GUI 界面,显示更多有用的内容 #626

Ghost-chu opened this issue Oct 20, 2024 · 6 comments
Assignees
Labels
enhancement 功能增强 priority: low 低优先级

Comments

@Ghost-chu
Copy link
Collaborator

问题描述 - Issue Description

目前的 PBH 的 GUI 仅仅用于显示执行日志,可以从较为简单的部分开始新增:

  • 基本统计信息,如 WebUI 首页的 “当前状态”
  • 程序运行信息,如内存使用情况等

额外信息 - Addition Information

No response

检查清单 - Check list

  • 这不是一个错误 (BUG) (This is not an bug/error)
  • PeerBanHelper 已更新到最新版本,非最新版本不接受任何错误反馈,任何非最新版本的 Issue 将被 立 刻 关 闭,不会有人给您提供任何支持 (I'm running the latest version of PBH that can be found in Github Relases, non-latest release won't receive any support)
  • 我已检查过 PBH 文档(特别是常见问题),且即使使用了搜索也没有找到与此有关的内容 (This not a question/or the question that not listed in README's FAQ or PBH WIKI)
  • 我同意遵守 PBH-BTN 包容性条约,不发布 “嘲讽、骂战、引战、开盒(有时也称为人肉搜索)、人身攻击、仇恨、暴力、侮辱性言辞、违法违规、黑灰产、危害国家安全、实施或帮助他人实施电信犯罪” 等内容。并已知晓如果仍旧发布了这些内容,我的账号将立刻从包括但不限于 PBH-BTN 组织、社交软件中封禁。所有主题、内容都将被立刻删除或折叠,撤销、删除和收回您所做出的一切贡献,并封禁 BTN 网络的中账号权限、排除您所提交的所有数据。在您违反相关规则时,PBH-BTN 将会将您的注册、登录、和最近访问的 IP 地址、电子邮件地址、以及其它可能追踪您或将您去匿名化的信息从定期删除转为永不删除,并在任何国家或地区的政府、公安机关或有关部门需要时无通知的提供这些数据。 (I agree to abide by the PBH-BTN Inclusivity Pact by not posting content such as “taunting, name-calling, war-mongering, open-boxing (sometimes referred to as mansplaining), personal attacks, hatred, violence, insulting language, illegal activities, black and grey business, endangering national security, and committing or assisting others in committing telecommunication crimes”. I am aware that if I continue to post such content, my account will be immediately banned from organizations including but not limited to PBH-BTN, social software. All topics and content will be immediately deleted or collapsed, all contributions will be revoked, deleted and retracted, and you will be banned from the BTN network and all data you have submitted will be excluded. In the event of a violation of these rules, PBH-BTN will delete your registration, login, and most recent IP address, email address, and any other information that may be used to track you or de-anonymize you from regular to permanent deletion, and will make this data available to the government, public security, or other relevant authorities without notice if they request it, no matter what country or region.)
@Ghost-chu Ghost-chu added enhancement 功能增强 priority: low 低优先级 labels Oct 20, 2024
@XiaoBu39
Copy link

XiaoBu39 commented Oct 26, 2024

那我附一个,对于现有的“运行日志”界面,右侧滚动条如果在底部,则每次新增日志条目式保持在底部;而如果滚动条拖动到了其他位置,则新增日志时希望能保持当前浏览的位置不变,而不是跳到底部或者顶部

@Ghost-chu
Copy link
Collaborator Author

那我附一个,对于现有的“运行日志”界面,右侧滚动条如果在底部,则每次新增日志条目式保持在底部;而如果滚动条拖动到了其他位置,则新增日志时希望能保持当前浏览的位置不变,而不是跳到底部或者顶部

已在v7快照中得到改善。

@bartgogo
Copy link

这个软件会收集什么隐私信息吗?

@Ghost-chu
Copy link
Collaborator Author

Ghost-chu commented Oct 26, 2024

这个软件会收集什么隐私信息吗?

PeerBanHelper 有两种运行方式:

  • 默认模式 —— 指不加入 BTN 网络,此时程序不向任何服务器主动上传任何内容。
    • 如果你注意到了一个自动上报错误的开关,它是一个预留设置,实际上没有代码与其关联,也不会真的上报错误。它曾经被使用过,但由于大量问题,至今没有重新启动。因此直到当前版本,只要不加入 BTN 网络,PBH 实际上不会上传任何数据。
    • 这也包括不会上传任何统计或遥测数据,PBH 没有任何统计用户量或者收集遥测数据的功能。对用户数量的大致判定来源于 QQ 群和 Github 星标等来源
    • 默认模式下,除本地反吸血外,在线反吸血功能将由反吸血规则 提供。这里的反吸血规则是由其它处于 “BTN 模式” 的用户给您提供的
  • BTN 模式 —— 指加入 BTN 网络。此模式默认禁用,且需要您手动注册账号、创建 UserApp 并绑定才会生效。
    • 加入 BTN 网络后,会按照 BTN 协议规范 收集和处理数据。收集的数据会由我们的另一个开源项目 Sparkle 来处理并生成反吸血规则(也就是上面默认模式使用的)。
    • 详细收集的数据以及如何匿名化处理种子哈希值为匿名识别符的详细介绍,请参见协议规范。
    • 您可以浏览此页面 了解什么是 BTN 网络

PeerBanHelper、Sparkle 均是开源项目且完全开放源代码并可随时接受审查。

@Gaojianli
Copy link
Member

为啥不套个cef然后一起建设好一套UI,要造两套轮子

@Ghost-chu
Copy link
Collaborator Author

为啥不套个cef然后一起建设好一套UI,要造两套轮子

我不想每次开机都跑个浏览器

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 功能增强 priority: low 低优先级
Projects
None yet
Development

No branches or pull requests

5 participants