| Commit message (Expand) | Author | Age | Files | Lines |
| * | Intercept JOINs and attach known keys (channel_keys.py) | jesopo | 2019-07-02 | 1 | -17/+2 |
| * | Add IRCServer.send_joins, a nicer interface than manually `",".join`ing | jesopo | 2019-02-20 | 1 | -2/+1 |
| * | Shift formatting protocol data to it's own file: utils.irc.protocol | jesopo | 2019-02-18 | 1 | -1/+1 |
| * | 'received.numeric.###' -> 'received.###' throughout project | jesopo | 2019-02-16 | 1 | -1/+1 |
| * | Don't send empty JOIN when we have no saved channels (channel_save.py) | jesopo | 2019-02-10 | 1 | -1/+4 |
| * | Add `irc_lower()` and `irc_equals()` to IRCServer.Server so that no where else•••in the code has to know about the server having a casemapping
| jesopo | 2019-01-24 | 1 | -2/+1 |
| * | utils.irc.lower channel names when adding them to the autojoin list | jesopo | 2018-12-05 | 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 | -5/+5 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -8/+6 |
| * | Actually remove channels from channel_save when the bot leaves the channel | jesopo | 2018-09-19 | 1 | -1/+2 |
| * | Typo, event["server"] -> server | jesopo | 2018-09-10 | 1 | -1/+1 |
| * | Typo in channel_save; channes -> channels | jesopo | 2018-09-05 | 1 | -1/+1 |
| * | Remove channel from autojoin when BitBot parts it | jesopo | 2018-09-03 | 1 | -4/+10 |
| * | 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 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -5/+4 |
| * | .add -> .append typo in channel_save.py | jesopo | 2018-08-19 | 1 | -1/+1 |
| * | only set autojoin when we've joined a channel not in our autojoin list | jesopo | 2018-08-05 | 1 | -3/+4 |
| * | move sasl logic to it's own module | jesopo | 2018-07-15 | 1 | -23/+21 |
| * | Add missing on_kick event hook in channel_save | jesopo | 2018-07-02 | 1 | -0/+1 |
| * | If BitBot is kicked from a channel, remove from channel_save | jesopo | 2018-07-02 | 1 | -0/+5 |
| * | Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net>
| jesopo | 2017-10-27 | 1 | -5/+9 |
| * | Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ... | Evelyn | 2017-07-12 | 1 | -13/+24 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+18 |