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

apfree-wifidog: update to 7.10.2082 #25181

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2024

  1. apfree-wifidog: improve structure and readability

    - Refactored wifidogx.init to improve code structure and readability.
    - Added local authentication support, allowing authentication without a server.
    
    Signed-off-by: Dengfeng Liu <[email protected]>
    liudf0716 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    63a8af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. apfree-wifidog: Update to 7.10.2082

    Update Makefile to include dependencies: conntrack and libmosquitto.
    
    Conntrack: Added to resolve a bug in Apfree-Wifidog that caused long-lived user connections to persist after logout.
    Libmosquitto: Integrated as a preparatory measure for future support of the MQTT protocol; implementation is still in progress.
    For detailed information, please refer to the release notes:
    https://github.com/liudf0716/apfree-wifidog/releases/tag/7.10.2082.
    
    Additionally, a new /etc/wifidogx directory has been created to store the local authentication portal page for users uploading their own portal pages.
    
    Signed-off-by: Dengfeng Liu <[email protected]>
    liudf0716 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6ab1788 View commit details
    Browse the repository at this point in the history