aboutsummaryrefslogtreecommitdiff
path: root/ModuleManager.py
Commit message (Collapse)AuthorAgeFilesLines
* Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ↵Gravatar Evelyn2017-07-121-0/+5
| | | | added server option for recording channel keys, increased flexibility for event raising in linehandler, probably other things too
* added _cleanup(), a function called if present on a module before being ↵Gravatar jesopo2016-04-181-0/+2
| | | | unloaded.
* added a very unreliable and BAD IDEA way to unload modules.Gravatar jesopo2016-04-141-3/+23
|
* added an extra check related to the --require-config hashflag, causing a ↵Gravatar jesopo2016-04-061-1/+2
| | | | non-true value to be counted as not present.
* added an untested module requirement system.Gravatar jesopo2016-04-041-9/+29
|
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-1/+9
| | | | not-present config option.
* first commit.Gravatar jesopo2016-03-291-0/+37