aboutsummaryrefslogtreecommitdiff
path: root/modules/nickserv.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+3
| | | | hooks for a module
* 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 ↵Gravatar Evelyn2017-11-011-1/+4
| | | | received
* Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ↵Gravatar Evelyn2017-07-121-2/+36
| | | | added server option for recording channel keys, increased flexibility for event raising in linehandler, probably other things too
* 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