Skip to content

Nodogsplash 3.0.0 release

Compare
Choose a tag to compare
@mwarning mwarning released this 16 Aug 12:34
· 276 commits to master since this release

This release is a major cleanup of options that have been left useless after many features had to be removed as part of the switch to libmicrohttpd in 2.0.0.

As a replacement for many features that were lost, the binauth feature was implemented in 3.0.0.

  • Removed settings without implementation due to the change of the http library:
    DecongestHttpdThreads, HttpdThreadthreshold, HttpdThreaddelayms
    AuthenticateImmediately, RemoteAuthenticatorAction, EnablePreAuth,
    BinVoucher, ForceVoucher, PasswordAuthentication, UsernameAuthentication,
    PasswordAttempts, Username, Password
  • Add binauth feature as a replacement for the old binvoucher feature
    • call a script with username/password to decide the authentication
  • Replace ClientForceTimeout setting with SessionTimeout
  • Replace ClientTimeout settings with PreauthIdleTimeout and AuthIdleTimeout
  • Replace infoskel.html with a templated StatusPage (default is status.html)

Documentation: https://nodogsplash.readthedocs.io/en/latest/