| Commit message (Expand) | Author | Age | Files | Lines |
| * | move core modules to src/core_modules, make them uneffected by white/black list | jesopo | 2019-12-10 | 1 | -122/+0 |
| * | use get_list and set_list to move dynamic module en/disabling to bot.conf | jesopo | 2019-12-07 | 1 | -16/+21 |
| * | add ModuleManager.try_reload_modules(), to try reloading in a transaction•••if any of the modules fails to reload, rollback and use the already loaded modules. closes #179
| jesopo | 2019-10-14 | 1 | -19/+4 |
| * | Catch a module not being "found" in modules.py | jesopo | 2019-06-19 | 1 | -3/+7 |
| * | 'bot' -> 'self.bot' | jesopo | 2019-05-27 | 1 | -1/+1 |
| * | re-add _reload function | jesopo | 2019-05-27 | 1 | -0/+4 |
| * | Don't include module-unload numbers in "success" numbers | jesopo | 2019-05-27 | 1 | -2/+0 |
| * | Use self.bot.load_modules in modules.py | jesopo | 2019-05-27 | 1 | -14/+12 |
| * | ModuleManager's load_module function now takes a ModuleDefinition | jesopo | 2019-05-27 | 1 | -2/+4 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+3 |
| * | Actually save blacklist setting when reenabling a module | jesopo | 2019-05-25 | 1 | -0/+1 |
| * | typo in modules.py, '_reload' -> 'self._reload' | jesopo | 2018-12-02 | 1 | -1/+1 |
| * | Take a `name` param in modules.py._catch | jesopo | 2018-12-02 | 1 | -4/+4 |
| * | Correctly return errors for load/unload, not just reload (modules.py) | jesopo | 2018-12-02 | 1 | -12/+18 |
| * | Change all instances of stdout.write+return to `raise utils.EventError` in•••modules
| jesopo | 2018-10-16 | 1 | -14/+7 |
| * | 'ModuleWarning' -> 'ModuleManager.ModuleWarning' in modules/modules.py | jesopo | 2018-10-04 | 1 | -1/+1 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -7/+7 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -17/+23 |
| * | Update ModuleManager.load_module calls in modules.py | jesopo | 2018-09-29 | 1 | -2/+2 |
| * | Use ModuleManager.BaseModule in more modules | jesopo | 2018-09-27 | 1 | -4/+1 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -22/+30 |
| * | Typo, 'e' -> 'warning' | jesopo | 2018-09-25 | 1 | -1/+1 |
| * | Be more verbose about reloading modules in modules.py | jesopo | 2018-09-24 | 1 | -0/+8 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Actually implement !reloadallmodules in modules.py | jesopo | 2018-09-24 | 1 | -8/+13 |
| * | Better communicate issues with load/unload/reload of modules | jesopo | 2018-09-24 | 1 | -25/+21 |
| * | Add .reloadallmodules, and fix permissions. | dngfx | 2018-09-23 | 1 | -4/+33 |
| * | Add !enablemodule and !disablemodule to modules.py | jesopo | 2018-09-13 | 1 | -0/+35 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -1/+1 |
| * | Added functionality to load, unload and reload modules from a command! | jesopo | 2018-09-01 | 1 | -0/+39 |