| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement command spec modifiers, use for `pattern`, use pattern for dice.py | jesopo | 2020-02-15 | 2 | -39/+56 |
| * | don't call hooks added during event call and don't call ones removed | jesopo | 2020-02-15 | 1 | -1/+6 |
| * | add !badgeclear | jesopo | 2020-02-15 | 1 | -0/+14 |
| * | rewrite badges.py | jesopo | 2020-02-15 | 1 | -168/+45 |
| * | rewrite todo.py | jesopo | 2020-02-15 | 1 | -71/+46 |
| * | update words.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -19/+10 |
| * | update ducks.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -35/+24 |
| * | update define.py to use command spec (and not docstrings) | jesopo | 2020-02-15 | 1 | -17/+4 |
| * | use re.sub, not str.replace, otherwise things like "$" dont work | jesopo | 2020-02-14 | 1 | -1/+1 |
| * | update coins.py to use command specs (and not docstrings) | jesopo | 2020-02-14 | 1 | -106/+77 |
| * | exported command specs, spec.%s -> command-spec.%s | jesopo | 2020-02-14 | 1 | -1/+2 |
| * | move SpecTypeErro to utils.parse.spec | jesopo | 2020-02-14 | 3 | -6/+7 |
| * | support exported command spec types! | jesopo | 2020-02-14 | 1 | -6/+11 |
| * | split out command_spec module | jesopo | 2020-02-14 | 3 | -73/+113 |
| * | _schedule_match_part doesn't take an array | jesopo | 2020-02-14 | 1 | -2/+1 |
| * | pass `server` on labeled-response events | jesopo | 2020-02-13 | 1 | -1/+1 |
| * | another rework of event priorities. insert as >=, not as default | jesopo | 2020-02-13 | 1 | -2/+2 |
| * | replace lxml usage with html5lib! the future is cool | jesopo | 2020-02-13 | 2 | -3/+4 |
| * | labeled response raw.received should fire BEFORE line_handler's | jesopo | 2020-02-13 | 1 | -1/+2 |
| * | update !silence to use command specs | jesopo | 2020-02-13 | 1 | -9/+2 |
| * | actually raise exception for !modinfo not found | jesopo | 2020-02-13 | 1 | -4/+6 |
| * | only purposefully show PR title on PR push events | jesopo | 2020-02-12 | 1 | -3/+5 |
| * | don't similarity test empty <title>s | jesopo | 2020-02-12 | 1 | -9/+10 |
| * | show PR title in pull_request events | jesopo | 2020-02-12 | 1 | -2/+3 |
| * | _schedule_match_part takes an `i` param | jesopo | 2020-02-12 | 1 | -1/+2 |
| * | relay.py should be relaying minimal formatted line | jesopo | 2020-02-11 | 1 | -1/+1 |
| * | remove superfluous newline (cron.py) | jesopo | 2020-02-11 | 1 | -1/+0 |
| * | log formatted.account with channel_log.py | jesopo | 2020-02-11 | 1 | -0/+1 |
| * | add cron_reminders.py (admin-only for now) | jesopo | 2020-02-11 | 1 | -0/+59 |
| * | add more cron timestamp fields, allow callbacks to runtime provide schedules | jesopo | 2020-02-11 | 1 | -5/+11 |
| * | `usage` doesn't exist. return None instead | jesopo | 2020-02-10 | 1 | -1/+1 |
| * | show issue/pr title for issue_comment events | jesopo | 2020-02-10 | 1 | -2/+4 |
| * | format and print ACCOUNT events | jesopo | 2020-02-09 | 3 | -1/+16 |
| * | correctly handle cron / "step" schedule | jesopo | 2020-02-09 | 1 | -6/+23 |
| * | we don't have a target_desc when we can't find a factoid | jesopo | 2020-02-09 | 1 | -1/+1 |
| * | support & in utils.parse.sed, change sed.py to use utils.parse.sed | jesopo | 2020-02-09 | 3 | -87/+65 |
| * | up factoid max depth to 8 | jesopo | 2020-02-09 | 1 | -1/+2 |
| * | switch message_filter.py to use utils.parse.sed | jesopo | 2020-02-09 | 1 | -32/+12 |
| * | add utils.parse.sed. | jesopo | 2020-02-09 | 2 | -1/+75 |
| * | add ModuleManager.try_reload_module(), use it for !reloadmodule | jesopo | 2020-02-09 | 2 | -6/+16 |
| * | insert new hooks at the start of their priority, to prevent duplicates on reload | jesopo | 2020-02-09 | 1 | -1/+1 |
| * | Merge branch 'master' into develop | jesopo | 2020-02-09 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #235 from trobotham/patch-1•••healthcheck: typo | jesopo | 2020-02-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | healthcheck: typo•••fix typo in healthcheck | Terrance Robotham | 2020-02-08 | 1 | -1/+1 |
| | |/ |
|
| * | | transfer stdout/stderr _assured to IRCLine.assured | jesopo | 2020-02-09 | 1 | -0/+2 |
| * | | should be checking for "*" in user_access | jesopo | 2020-02-09 | 1 | -2/+1 |
| * | | _all_factoids() takes an array of targets | jesopo | 2020-02-09 | 1 | -1/+1 |
| * | | support nested factoids (4 deep max) | jesopo | 2020-02-09 | 1 | -4/+20 |
| * | | support bot-wide message filters too (!bfilter) | jesopo | 2020-02-09 | 1 | -1/+5 |
| * | | support server-wide message filters too | jesopo | 2020-02-08 | 1 | -3/+8 |