| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add 'trace' logging level for src/Database.py and src/EventManager.py very•••verbose debugging
| jesopo | 2018-10-01 | 6 | -41/+47 |
| * | Change modules/line_handler.py to use @Utils.hook | jesopo | 2018-10-01 | 1 | -43/+35 |
| * | Added setpassword command to modules/permissions.py | jesopo | 2018-09-30 | 1 | -0/+10 |
| * | Update a reference from `buffer` to `target.buffer` in modules/commands.py | jesopo | 2018-09-30 | 1 | -1/+1 |
| * | Typo in modules/check_mode.py; 'required_mode' -> 'require_mode' | jesopo | 2018-09-30 | 1 | -1/+1 |
| * | Log remaining referrers to a module when it's unloaded | jesopo | 2018-09-30 | 1 | -1/+5 |
| * | Add modules/strip_color.py | jesopo | 2018-09-30 | 3 | -3/+25 |
| * | Move src/IRCLineHandler.py to modules/line_handler.py | jesopo | 2018-09-30 | 4 | -21/+23 |
| * | Cache._items is a {id: [item, timeout]} dict, not {id: item} | jesopo | 2018-09-30 | 1 | -1/+1 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 53 | -276/+415 |
| * | received.command takes a final [command] part | jesopo | 2018-09-30 | 1 | -1/+1 |
| * | Refactor modules/channel_op.py and add !tempban/!tempkickban | jesopo | 2018-09-30 | 2 | -35/+105 |
| * | Change ### to #### | jesopo | 2018-09-30 | 1 | -42/+42 |
| * | Add header to EVENTS.md | jesopo | 2018-09-30 | 1 | -0/+3 |
| * | Make section headers ## instead of ### | jesopo | 2018-09-30 | 1 | -53/+53 |
| * | "> " is actually a block quote. also change from ** ** to #### | jesopo | 2018-09-30 | 1 | -86/+84 |
| * | Change arguments to be block quotes (``` ```) | jesopo | 2018-09-30 | 1 | -40/+39 |
| * | Change event names to bold, titles to ### | jesopo | 2018-09-30 | 1 | -54/+54 |
| * | Add first version of EVENTS.md | jesopo | 2018-09-30 | 1 | -0/+109 |
| * | We don't need to explicitly pass "buffer" through on command events | jesopo | 2018-09-30 | 8 | -12/+10 |
| * | Fix piece of modules/define.py._get_definition( that was accepting a word or an•••event.
| jesopo | 2018-09-30 | 1 | -2/+0 |
| * | Update modules/signals.py to use the new Config "system" | jesopo | 2018-09-29 | 1 | -2/+1 |
| * | Use a zero-width non-joiner to prevent highlights, instead of a zero-width•••joiner
| jesopo | 2018-09-29 | 1 | -1/+1 |
| * | Add !reloadscripts to modules/scripts.py | jesopo | 2018-09-29 | 2 | -9/+42 |
| * | Actually get "item" when a cached item expires | jesopo | 2018-09-29 | 1 | -0/+1 |
| * | Add src/Cache.py, use it in modules/coins.py | jesopo | 2018-09-29 | 4 | -14/+69 |
| * | Make 'account' arg for identify command optional | jesopo | 2018-09-29 | 1 | -4/+9 |
| * | Better .strip()/.split() logic for !help | jesopo | 2018-09-29 | 1 | -2/+6 |
| * | Strip trailing newlines from scripts.py returns | jesopo | 2018-09-29 | 1 | -1/+1 |
| * | Add scripts.py, to support basic modules in languages other than python | jesopo | 2018-09-29 | 2 | -0/+43 |
| * | Support command hooks not coming from a class instance | jesopo | 2018-09-29 | 1 | -1/+3 |
| * | Add IRCBot.directory, in case we need it. | jesopo | 2018-09-29 | 2 | -4/+5 |
| * | Give EventHook objects their full delimited event name | jesopo | 2018-09-29 | 1 | -1/+1 |
| * | Update ModuleManager.load_module calls in modules.py | jesopo | 2018-09-29 | 1 | -2/+2 |
| * | Move hashflag parsing to Utils.get_hashflags | jesopo | 2018-09-29 | 2 | -27/+38 |
| * | Correct syntax of event call in Timers.call | jesopo | 2018-09-28 | 1 | -1/+2 |
| * | Correctly access bot_settings in Timers.py | jesopo | 2018-09-28 | 2 | -4/+5 |
| * | Add missing 'self' to args of Timer.finish() | jesopo | 2018-09-28 | 1 | -1/+1 |
| * | Fix find_prefix functions in Database.py ('%s%' -> '%s%%') | jesopo | 2018-09-28 | 1 | -5/+5 |
| * | Remove cyclical references to IRCBot | jesopo | 2018-09-28 | 10 | -142/+145 |
| * | Fix typo in database_backup.py, 'ocation' -> 'location' | jesopo | 2018-09-27 | 1 | -1/+1 |
| * | 'full_location' -> 'location' in database_backup.py | jesopo | 2018-09-27 | 1 | -4/+4 |
| * | Open module files explicitly as utf8 in ModuleManager | jesopo | 2018-09-27 | 1 | -2/+2 |
| * | Pass parent EventHook down to children | jesopo | 2018-09-27 | 1 | -1/+1 |
| * | Put linebreak in a better place for @Utils.export in bot_channel.py | jesopo | 2018-09-27 | 1 | -2/+2 |
| * | Change old-style event hook in coins.py | jesopo | 2018-09-27 | 1 | -1/+1 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 15 | -147/+99 |
| * | Use ModuleManager.BaseModule in more modules | jesopo | 2018-09-27 | 18 | -82/+39 |
| * | Implement @Utils.export, to denote an export on a module | jesopo | 2018-09-27 | 3 | -15/+24 |
| * | Don't give IRCBot instance to things that don't need it, use a better way of•••doing default locations for config/database/log
| jesopo | 2018-09-27 | 5 | -44/+51 |