这是indexloc提供的服务,不要输入任何密码
Skip to content

ProxiFyre-v2.0.10

Choose a tag to compare

@wiresock wiresock released this 11 Aug 08:28
· 37 commits to main since this release

🚀 ProxiFyre 2.0.10

Highlights

  • Global verbosity control for netlib::log with runtime configuration and managed integration.
  • Smarter log formatting; no duplicate timestamps/levels with NLog.
  • Managed log levels map to progressive verbosity:
    • error/warn → level only
    • info → level + logger
    • debug → level + thread + path
    • all → full detail

Refactors

  • Removed redundant log-level guards in process_lookup (TCP/UDP, v4/v6) — now rely on NETLIB_LOG macro early-return for performance.

Benefits

  • Fine-grained log detail for prod/dev.
  • Runtime tunable without rebuilds.
  • Backward compatible with existing log calls.