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

Add password_command for sasl and nick_password #583

Merged
merged 4 commits into from
Sep 27, 2024

Commits on Sep 20, 2024

  1. Add password_command for sasl and nick_password`

    This commit builds off of squidowl#552 and allows the user to supply a command
    instead of a password file anywhere that a password file is used. If the
    password command ends unsuccessfully, then an error is displayed.
    
    Trailing whitespace is now trimmed from password commands, as it is
    commonplace for commands to leave a trailing newline after the password
    they output.
    
    Resolves squidowl#580
    4e554c4c committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    89beac9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b2c69be View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix typo in CHANGELOG

    4e554c4c committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2e7e8ce View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    2e8a375 View commit details
    Browse the repository at this point in the history