aboutsummaryrefslogtreecommitdiff
path: root/modules/nickserv.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded \nGravatar jesopo2018-10-031-2/+1
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-6/+4
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-4/+2
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-1/+1
* 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