Skip to content

Proper Auth #65

Description

@dariota

Right now, Gambot just checks nicks for authentication before certain operations. There's a number of ways that better user authentication can be done, such as (in descending order of good ways to do it):

  • checking the last line of /whois nick for an account name
  • checking for auth with NickServ (see here for details)
  • user+host pairs, where the host is not in some blacklist of (for example) webchat clients and other such hosts that are not necessarily fixed

Alan also mentioned that he uses "account-info extensions to the IRC protocol", which can also be worth looking into and probably more portable than the above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions