aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update define.py to use command spec (and not docstrings)Gravatar jesopo2020-02-151-17/+4
* use re.sub, not str.replace, otherwise things like "$" dont workGravatar jesopo2020-02-141-1/+1
* update coins.py to use command specs (and not docstrings)Gravatar jesopo2020-02-141-106/+77
* exported command specs, spec.%s -> command-spec.%sGravatar jesopo2020-02-141-1/+2
* move SpecTypeErro to utils.parse.specGravatar jesopo2020-02-143-6/+7
* support exported command spec types!Gravatar jesopo2020-02-141-6/+11
* split out command_spec moduleGravatar jesopo2020-02-143-73/+113
* _schedule_match_part doesn't take an arrayGravatar jesopo2020-02-141-2/+1
* pass `server` on labeled-response eventsGravatar jesopo2020-02-131-1/+1
* another rework of event priorities. insert as >=, not as defaultGravatar jesopo2020-02-131-2/+2
* replace lxml usage with html5lib! the future is coolGravatar jesopo2020-02-132-3/+4
* labeled response raw.received should fire BEFORE line_handler'sGravatar jesopo2020-02-131-1/+2
* update !silence to use command specsGravatar jesopo2020-02-131-9/+2
* actually raise exception for !modinfo not foundGravatar jesopo2020-02-131-4/+6
* only purposefully show PR title on PR push eventsGravatar jesopo2020-02-121-3/+5
* don't similarity test empty <title>sGravatar jesopo2020-02-121-9/+10
* show PR title in pull_request eventsGravatar jesopo2020-02-121-2/+3
* _schedule_match_part takes an `i` paramGravatar jesopo2020-02-121-1/+2
* relay.py should be relaying minimal formatted lineGravatar jesopo2020-02-111-1/+1
* remove superfluous newline (cron.py)Gravatar jesopo2020-02-111-1/+0
* log formatted.account with channel_log.pyGravatar jesopo2020-02-111-0/+1
* add cron_reminders.py (admin-only for now)Gravatar jesopo2020-02-111-0/+59
* add more cron timestamp fields, allow callbacks to runtime provide schedulesGravatar jesopo2020-02-111-5/+11
* `usage` doesn't exist. return None insteadGravatar jesopo2020-02-101-1/+1
* show issue/pr title for issue_comment eventsGravatar jesopo2020-02-101-2/+4
* format and print ACCOUNT eventsGravatar jesopo2020-02-093-1/+16
* correctly handle cron / "step" scheduleGravatar jesopo2020-02-091-6/+23
* we don't have a target_desc when we can't find a factoidGravatar jesopo2020-02-091-1/+1
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-093-87/+65
* up factoid max depth to 8Gravatar jesopo2020-02-091-1/+2
* switch message_filter.py to use utils.parse.sedGravatar jesopo2020-02-091-32/+12
* add utils.parse.sed.Gravatar jesopo2020-02-092-1/+75
* add ModuleManager.try_reload_module(), use it for !reloadmoduleGravatar jesopo2020-02-092-6/+16
* insert new hooks at the start of their priority, to prevent duplicates on reloadGravatar jesopo2020-02-091-1/+1
* Merge branch 'master' into developGravatar jesopo2020-02-091-1/+1
|\
| * Merge pull request #235 from trobotham/patch-1•••healthcheck: typoGravatar jesopo2020-02-091-1/+1
| |\
| | * healthcheck: typo•••fix typo in healthcheckGravatar Terrance Robotham2020-02-081-1/+1
| |/
* | transfer stdout/stderr _assured to IRCLine.assuredGravatar jesopo2020-02-091-0/+2
* | should be checking for "*" in user_accessGravatar jesopo2020-02-091-2/+1
* | _all_factoids() takes an array of targetsGravatar jesopo2020-02-091-1/+1
* | support nested factoids (4 deep max)Gravatar jesopo2020-02-091-4/+20
* | support bot-wide message filters too (!bfilter)Gravatar jesopo2020-02-091-1/+5
* | support server-wide message filters tooGravatar jesopo2020-02-081-3/+8
* | rewrite message_filter.py to handle both message rejection and pattern replaceGravatar jesopo2020-02-081-52/+68
* | boldify hostname in !specsupGravatar jesopo2020-02-081-3/+5
* | show server aliases in !specsupGravatar jesopo2020-02-081-2/+2
* | handle git being in a detached head state when getting current commitGravatar jesopo2020-02-083-14/+19
* | spec[2] is a string, not an array of stringsGravatar jesopo2020-02-081-1/+1
* | add opt-in inactive channel pruningGravatar jesopo2020-02-071-0/+50
* | show how many seconds by which you missed !bef/!bangGravatar jesopo2020-02-071-3/+9