| Commit message (Expand) | Author | Age | Files | Lines |
| * | use last-seen msgid to prevent duplicate messages in `chathistory` BATCH | jesopo | 2019-06-02 | 1 | -0/+29 |
| * | Track last-seen msgid per-channel (add msgid.py) | jesopo | 2019-06-02 | 1 | -0/+13 |
| * | Hold on to BATCH args, allow event hooks to manipulate batches | jesopo | 2019-06-02 | 1 | -3/+13 |
| * | Remove IRCSendBatch, fix some batch-related type hints | jesopo | 2019-06-02 | 1 | -3/+2 |
| * | Only enable write throttling when _write_buffer is empty•••closes #59
| jesopo | 2019-05-31 | 1 | -1/+1 |
| * | 'draft/resume-0.4' -> 'draft/resume-0.5' | jesopo | 2019-05-31 | 1 | -1/+1 |
| * | Remove empty _random_string declaration | jesopo | 2019-05-30 | 1 | -2/+0 |
| * | Hex-encode master passwords, instead of b64, to avoid "strange" chars | jesopo | 2019-05-30 | 1 | -4/+4 |
| * | 'alias' -> 'str(server)' as `alias` does not exist in the current context | jesopo | 2019-05-30 | 1 | -1/+2 |
| * | Make labeled-resposnes it's own module, tag and track every sent line | jesopo | 2019-05-30 | 3 | -13/+57 |
| * | `draft/labeled-response` -> `draft/labeled-response-0.2` | jesopo | 2019-05-30 | 1 | -1/+1 |
| * | labeled-response is not ratified yet | jesopo | 2019-05-29 | 1 | -1/+0 |
| * | Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwise | jesopo | 2019-05-29 | 2 | -5/+12 |
| * | Switch resume.py to use the last `server-time` it saw, not last .recv() | jesopo | 2019-05-29 | 1 | -4/+6 |
| * | Move IRCv3 `server-time` code in to it's own module, save last @time tag | jesopo | 2019-05-29 | 2 | -1/+17 |
| * | First draft of following/unfollowing tweets in channels | jesopo | 2019-05-29 | 1 | -3/+41 |
| * | Switch from `bot-url` metadata to `bot`+`homepage` (https://git.io/fjlSn) | jesopo | 2019-05-28 | 1 | -1/+2 |
| * | re.escape nicknames for highlight prevention | jesopo | 2019-05-28 | 1 | -1/+2 |
| * | '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 | 2 | -17/+12 |
| * | ModuleManager's load_module function now takes a ModuleDefinition | jesopo | 2019-05-27 | 1 | -2/+4 |
| * | Switch to using tweepy for tweets module | jesopo | 2019-05-27 | 2 | -0/+162 |
| * | set `changed = True` when we pop a module with no dependencies left | jesopo | 2019-05-27 | 1 | -122/+0 |
| * | fix cve.py helpstring | jesopo | 2019-05-25 | 1 | -2/+2 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 82 | -0/+190 |
| * | Actually save blacklist setting when reenabling a module | jesopo | 2019-05-25 | 1 | -0/+1 |
| * | Don't eat a character when preventing highlights | jesopo | 2019-05-24 | 1 | -2/+2 |
| * | Use regex to prevent highlights in github module | jesopo | 2019-05-24 | 1 | -9/+3 |
| * | connect_time is on server.socket, not server | jesopo | 2019-05-24 | 1 | -1/+1 |
| * | Store IRCSocket connect_time, show bytes read/write per second in stats.py | jesopo | 2019-05-24 | 1 | -0/+4 |
| * | _match_caps takes 2 args | jesopo | 2019-05-24 | 1 | -1/+1 |
| * | Add comment about why we strip non-alnum chars from private commands | jesopo | 2019-05-23 | 1 | -0/+4 |
| * | Forgot `not` so it was stripping alnum chars, not non-almun chars | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | `attempted_auth` is no longer used | jesopo | 2019-05-23 | 1 | -1/+0 |
| * | .lstrip alphanumeric chars from private commands | jesopo | 2019-05-23 | 1 | -1/+4 |
| * | Remove `self` param of _validate | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | Remove debug printing from config.py | jesopo | 2019-05-23 | 1 | -2/+0 |
| * | Add require_setting to pronouns.py | jesopo | 2019-05-23 | 1 | -0/+2 |
| * | Use require_setting in user_time.py and weather.py | jesopo | 2019-05-23 | 2 | -0/+4 |
| * | Add setting example in location.py | jesopo | 2019-05-23 | 1 | -1/+2 |
| * | Use require_setting in birthday.py | jesopo | 2019-05-23 | 1 | -0/+2 |
| * | Add system to require settings per event hook and show example help if they're•••not present
| jesopo | 2019-05-23 | 1 | -15/+51 |
| * | pass the `command_prefix` that triggered an event through event kwargs | jesopo | 2019-05-23 | 1 | -4/+5 |
| * | Only show register/identify advice when we're using `internal` auth | jesopo | 2019-05-23 | 1 | -3/+7 |
| * | Show example usage when a user does not provide a setting value | jesopo | 2019-05-23 | 1 | -13/+18 |
| * | Remove array-setting log - we don't/shouldn't use it. | jesopo | 2019-05-23 | 1 | -30/+6 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 30 | -57/+72 |
| * | `event.eat()` for command.regex hooks in github module | jesopo | 2019-05-22 | 1 | -0/+2 |