| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unneeded "import gc" in ModuleManager.py | 2018-09-01 | 1 | -1/+1 | |
| | | |||||
| * | Log when a module is unloaded, including how many references are left to the | 2018-09-01 | 1 | -0/+6 | |
| | | | | | module object | ||||
| * | Don't purge children on purge_context() in EventHook, make event_context | 2018-09-01 | 1 | -2/+1 | |
| | | | | | str(uuid) instead of just uuid in ModuleManager | ||||
| * | omg it's the future (#15) | 2018-09-01 | 1 | -18/+31 | |
| | | | | | | | | | | | | | | | * Add Database.UserChannelSettings.find_all_by_setting * Turns out we didn't need find_all_by_setting * Actually, we do need find_all_by_setting * Table name typo * Add Utils.bold and Utils.underline * Added functionality to load, unload and reload modules from a command! | ||||
| * | Give modules event objects with "context"s, to facilitate purging all the event | 2018-08-31 | 1 | -27/+13 | |
| | | | | | hooks for a module | ||||
| * | Load whitelist in start.py, pass to ModuleManager.load_modules | 2018-08-30 | 1 | -5/+3 | |
| | | |||||
| * | assert statements are optimised out, these statement were useless. | 2018-01-09 | 1 | -4/+4 | |
| | | |||||
| * | Handle ImportError for module loading | 2017-09-05 | 1 | -1/+6 | |
| | | |||||
| * | Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ↵ | 2017-07-12 | 1 | -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 ↵ | 2016-04-18 | 1 | -0/+2 | |
| | | | | | unloaded. | ||||
| * | added a very unreliable and BAD IDEA way to unload modules. | 2016-04-14 | 1 | -3/+23 | |
| | | |||||
| * | added an extra check related to the --require-config hashflag, causing a ↵ | 2016-04-06 | 1 | -1/+2 | |
| | | | | | non-true value to be counted as not present. | ||||
| * | added an untested module requirement system. | 2016-04-04 | 1 | -9/+29 | |
| | | |||||
| * | added a "hashflag" to modules to stop modules being loaded that rely on a ↵ | 2016-03-30 | 1 | -1/+9 | |
| | | | | | not-present config option. | ||||
| * | first commit. | 2016-03-29 | 1 | -0/+37 | |
