| Commit message (Expand) | Author | Age | Files | Lines |
| * | You can't minus a set from a list (auto_mode.py) | jesopo | 2019-02-21 | 1 | -1/+1 |
| * | Only give users auto_modes they don't already have (auto_mode.py) | jesopo | 2019-02-21 | 1 | -2/+4 |
| * | Add `channel_access` attributes to auto_mode.py commands | jesopo | 2019-02-21 | 1 | -0/+5 |
| * | Shift formatting protocol data to it's own file: utils.irc.protocol | jesopo | 2019-02-18 | 1 | -2/+2 |
| * | Delete `automodes` user_channel setting when it's empty (auto_mode.py) | jesopo | 2019-02-04 | 1 | -2/+6 |
| * | The event fired when we get an `account-notify` message iss•••`received.account.login`, not `received.account` (auto_mode.py)
| jesopo | 2019-01-27 | 1 | -1/+1 |
| * | Check automode when BitBot joins a channel | jesopo | 2018-10-13 | 1 | -0/+5 |
| * | Check a channel's automode when automode is turned on in modules/auto_mode.py | jesopo | 2018-10-12 | 1 | -10/+16 |
| * | Add !syncmodes in modules/auto_mode.py, fire internal.identified in•••modules/permissions.py and catch it in modules/auto_mode.py to give users modes
when they identify using the internal identity mechanism
| jesopo | 2018-10-11 | 1 | -4/+31 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -9/+9 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -12/+16 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 1 | -6/+4 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -20/+23 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Set +o/+v on a user if they're in the channel at the time of !addop/!addvoice | jesopo | 2018-09-06 | 1 | -0/+3 |
| * | addvoice/removevoice should use "v" not "o" | jesopo | 2018-09-06 | 1 | -2/+2 |
| * | Only do automode when a user is identified, also do automode on an IRCv3•••ACCOUNT command
| jesopo | 2018-09-06 | 1 | -6/+11 |
| * | Finally implement auto_mode.py! | jesopo | 2018-09-06 | 1 | -11/+61 |
| * | 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 | -5/+4 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -4/+4 |
| * | Change how specific events assure their hooks gets the event independant of•••loading order
| jesopo | 2018-08-28 | 1 | -1/+1 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -6/+5 |
| * | simpler boolean channel settings | Evelyn | 2016-04-10 | 1 | -4/+2 |
| * | fixed some dumb typos | jesopo | 2016-04-03 | 1 | -1/+1 |
| * | added some more to the skeleton of the auto_mode module. | jesopo | 2016-04-03 | 1 | -2/+11 |
| * | tinkered with some modules and fixed a few bugs, also added the skeleton for ... | jesopo | 2016-04-03 | 1 | -0/+18 |