aboutsummaryrefslogtreecommitdiff
path: root/modules/nickserv.py
Commit message (Expand)AuthorAgeFilesLines
* Add nickserv-password and sasl to !serversetGravatar jesopo2018-09-091-11/+5
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-3/+3
* move sasl logic to it's own moduleGravatar jesopo2018-07-151-38/+3
* typoGravatar Evelyn2017-11-011-1/+1
* Abandon capability request if an empty ACK (a spec violation but okay) is rec...Gravatar Evelyn2017-11-011-1/+4
* Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ...Gravatar Evelyn2017-07-121-2/+36
* added a way to set the bot's nickserv password through a command.Gravatar jesopo2016-05-171-9/+18
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-291-1/+1
* first commit.Gravatar jesopo2016-03-291-0/+13