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 ability to mark webirc users and forbid marked users #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 28, 2022

  1. Add ability to mark webirc users and forbid marked users

    Marked connections (via set_mark in the webirc auth block) will be
    checked against the forbid_mark flag in the final auth block after
    resolving the user's spoofed IP. This allows for additional levels of
    security from webirc operators so that they are unable to spoof their
    way into privileged auth blocks -- an auth block with forbid_mark will
    reject any connections from marked users.
    
    The mark is not automatic because some webirc servers may be fully
    trusted to allow privileged users to connect (such as a webchat hosted
    by the network itself).
    skizzerz committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    53c987b View commit details
    Browse the repository at this point in the history