| Commit message (Expand) | Author | Age | Files | Lines |
| * | switch `!mute` to use `+1s` duration format | jesopo | 2019-08-14 | 1 | -9/+5 |
| * | add configurable default kick message per bot/server/channel | jesopo | 2019-08-14 | 1 | -1/+12 |
| * | `!kickban`'s `_ban` call needs an `add` arg | jesopo | 2019-08-14 | 1 | -1/+1 |
| * | refactor/rewrite channel_op.py, split highlight spam protection out | jesopo | 2019-08-14 | 1 | -270/+109 |
| * | 'event' doesn't exist in _ban | jesopo | 2019-07-17 | 1 | -2/+2 |
| * | add ability to disable !mute for networks that dont support mutes | jesopo | 2019-07-10 | 1 | -1/+6 |
| * | Automatically format `example` text for OptionsSetting (showing options) | jesopo | 2019-06-29 | 1 | -2/+1 |
| * | Implement utils.OptionsSetting | jesopo | 2019-06-28 | 1 | -2/+3 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -15/+11 |
| * | channel-only,require-mode,require-access -> channel_only,require_mode,require... | jesopo | 2019-06-27 | 1 | -3/+3 |
| * | 'quiet' -> 'mute', add duration parameter | jesopo | 2019-06-27 | 1 | -17/+33 |
| * | add !quiet and !unquiet | jesopo | 2019-06-27 | 1 | -0/+38 |
| * | Change from `yield` checks to a func in `events` that pass up EventErrors | jesopo | 2019-06-15 | 1 | -3/+6 |
| * | Change prviate channel_access commands to use a "channel-access" yield check | jesopo | 2019-06-14 | 1 | -6/+6 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+5 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -4/+6 |
| * | Catch UserNotFoundException in var `e` | jesopo | 2019-05-08 | 1 | -1/+1 |
| * | Change channel_op's _name from "Channel Op" to "ChanOp" | jesopo | 2019-04-26 | 1 | -1/+1 |
| * | Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change
!connect/!disconnect to take aliases instead of IDs
| jesopo | 2019-04-24 | 1 | -1/+1 |
| * | Shift formatting protocol data to it's own file: utils.irc.protocol | jesopo | 2019-02-18 | 1 | -4/+4 |
| * | Actually add private_unban function def. oops. (channel_op.py) | jesopo | 2019-01-30 | 1 | -0/+1 |
| * | Add private message `unban` command (channel_op.py) | jesopo | 2019-01-30 | 1 | -0/+10 |
| * | Actually use `channel` arg in _kick_command (channel_op.py) | jesopo | 2019-01-30 | 1 | -1/+1 |
| * | Support `kick` and `ban` command in private message (channel_op.py) | jesopo | 2019-01-30 | 1 | -7/+31 |
| * | Correct usage help for kickban/tempkickban (channel_op.py) | jesopo | 2019-01-29 | 1 | -2/+2 |
| * | Add `require_access` to commands on channel_op.py | jesopo | 2019-01-29 | 1 | -0/+12 |
| * | Move channel tracking data/functions to src/IRCChannel.Channels | jesopo | 2018-11-11 | 1 | -2/+2 |
| * | Typo in modules/channel_op, 'this' -> 'self' | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load | jesopo | 2018-10-12 | 1 | -1/+1 |
| * | Mark command hooks that are aliases ('g' vs 'google') | jesopo | 2018-10-10 | 1 | -4/+10 |
| * | Update modules/channel_op.py to use docstring prefix denotation | jesopo | 2018-10-04 | 1 | -4/+4 |
| * | Add 'remove_empty' kwarg for commands, to strip out empty space | jesopo | 2018-10-03 | 1 | -2/+4 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -24/+24 |
| * | Add !leave to modules/channel_op.py | jesopo | 2018-10-02 | 1 | -0/+8 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -34/+53 |
| * | Refactor modules/channel_op.py and add !tempban/!tempkickban | jesopo | 2018-09-30 | 1 | -35/+99 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 1 | -15/+13 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -40/+53 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Add !topic and !topicappend in channel_op.py | jesopo | 2018-09-06 | 1 | -23/+31 |
| * | 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 | -16/+13 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -14/+14 |
| * | Add missing "," in channel_op.py | jesopo | 2018-08-30 | 1 | -1/+1 |
| * | Only get highlight-spam-threshold setting when there's more than one highlight•••in a line
| jesopo | 2018-08-30 | 1 | -3/+3 |
| * | Add help and usage for commands in channel_op.py | jesopo | 2018-08-30 | 1 | -9/+18 |
| * | Change how specific events assure their hooks gets the event independant of•••loading order
| jesopo | 2018-08-28 | 1 | -8/+8 |
| * | get highlight-spam-protection setting before highlight-spam-threshold | jesopo | 2018-08-06 | 1 | -12/+16 |
| * | Ban formats aren't bools | jesopo | 2018-07-20 | 1 | -2/+1 |
| * | Added a channel setting for banmask, added !unban | jesopo | 2018-07-19 | 1 | -2/+31 |
| * | Track user channel modes by user object, not nickname | jesopo | 2018-07-02 | 1 | -1/+1 |