aboutsummaryrefslogtreecommitdiff
path: root/modules/nickserv.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded \nGravatar jesopo2018-10-031-2/+1
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* 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, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* 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