| Commit message (Expand) | Author | Age | Files | Lines |
| * | _schedule_match_part takes an `i` param | jesopo | 2020-02-12 | 1 | -1/+2 |
| * | remove superfluous newline (cron.py) | jesopo | 2020-02-11 | 1 | -1/+0 |
| * | 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 |
| * | format and print ACCOUNT events | jesopo | 2020-02-09 | 3 | -1/+16 |
| * | correctly handle cron / "step" schedule | jesopo | 2020-02-09 | 1 | -6/+23 |
| * | add ModuleManager.try_reload_module(), use it for !reloadmodule | jesopo | 2020-02-09 | 1 | -6/+2 |
| * | 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 |
| * | spec[2] is a string, not an array of strings | jesopo | 2020-02-08 | 1 | -1/+1 |
| * | update ignore.py to use command spec (and not docstrings) | jesopo | 2020-02-07 | 1 | -19/+17 |
| * | update modules.py to use command spec (and not docstrings) | jesopo | 2020-02-07 | 1 | -26/+17 |
| * | update admin.py to use command spec (and not docstrings) | jesopo | 2020-02-07 | 1 | -80/+49 |
| * | regression: readd lost USERPASS SASL meta-mechanism | jesopo | 2020-02-07 | 1 | -1/+2 |
| * | update other modules to use categorised require_access | jesopo | 2020-02-07 | 5 | -7/+6 |
| * | allow multipe require_accces (comma sep), support "low"/"high"/"admin" | jesopo | 2020-02-06 | 1 | -3/+17 |
| * | typo in !hostmask, 'spect' -> 'spec' | jesopo | 2020-02-06 | 1 | -1/+1 |
| * | chghost events no longer have 'username'/'hostname' kwargs | jesopo | 2020-02-05 | 1 | -2/+2 |
| * | move !alias variables in to alias_variables.py, add RNICK (random nick) | jesopo | 2020-02-05 | 2 | -2/+3 |
| * | aliases.py get.command doesn't need to be PRIORITY_URGENT | jesopo | 2020-02-05 | 1 | -1/+0 |
| * | switch module whitelist/blacklist to its own config file | jesopo | 2020-02-04 | 1 | -8/+9 |
| * | INFO log on successful SASL authentication | jesopo | 2020-02-03 | 1 | -0/+2 |
| * | set username and hostmask on chghost before event dispatch | jesopo | 2020-02-03 | 1 | -2/+5 |
| * | implement !modinfo•••closes #234
| jesopo | 2020-02-03 | 1 | -0/+24 |
| * | init `usages` variable, for the case that there's no usage | jesopo | 2020-02-03 | 1 | -0/+1 |
| * | ratify labeled-response | jesopo | 2020-02-03 | 1 | -5/+6 |
| * | split utils.datetime out in to .parse and .format | jesopo | 2020-01-30 | 3 | -4/+4 |
| * | actually use count (for best_count), dont +=1 spec arg for non-consume | jesopo | 2020-01-30 | 1 | -2/+5 |
| * | make sure we always have a channel when require_mode/access is present | jesopo | 2020-01-30 | 2 | -2/+6 |
| * | update aliases.py to use command specs | jesopo | 2020-01-29 | 1 | -30/+21 |
| * | non-present optional args should still be in the spec as None | jesopo | 2020-01-29 | 1 | -4/+4 |
| * | add "lstring" command spec; "last string" - explicit args or last message | jesopo | 2020-01-29 | 1 | -0/+11 |
| * | change "non-consuming spec arg" character from "=" to "-" | jesopo | 2020-01-28 | 1 | -2/+2 |
| * | fix privateonly/channelonly - True or None, not True or False | jesopo | 2020-01-28 | 1 | -4/+6 |
| * | date permissions module to use command spec args | jesopo | 2020-01-28 | 1 | -39/+23 |
| * | fix support for non-consuming command spec args | jesopo | 2020-01-28 | 1 | -9/+10 |
| * | forgot to change `usage` to `usages_kwarg` | jesopo | 2020-01-27 | 1 | -1/+1 |
| * | add non-consuming spec arg types for privateonly and channelonly | jesopo | 2020-01-27 | 1 | -0/+8 |
| * | .append() doesn't work on dict, use same code for missing optional | jesopo | 2020-01-26 | 1 | -10/+10 |
| * | fix channel_access spec arg indexes | jesopo | 2020-01-26 | 1 | -12/+13 |
| * | refactor command_spec.py | jesopo | 2020-01-26 | 1 | -24/+43 |
| * | ?time->?duration, remove now unneeded usage kwarg | jesopo | 2020-01-26 | 1 | -2/+1 |
| * | add `nuser` spec arg type; to get a user, new or not | jesopo | 2020-01-26 | 1 | -3/+7 |
| * | add rchannel spec arg to !access | jesopo | 2020-01-26 | 1 | -2/+3 |
| * | we need a fresh mutable `args` copy for each spec | jesopo | 2020-01-26 | 1 | -1/+2 |
| * | update channel_access.py to use command spec language | jesopo | 2020-01-26 | 1 | -22/+11 |
| * | support multiple specs per command | jesopo | 2020-01-26 | 1 | -31/+35 |
| * | only show "not enough arguments" n>len(args) | jesopo | 2020-01-26 | 1 | -1/+1 |
| * | show topic timestamp in a more human readable format | jesopo | 2020-01-26 | 1 | -1/+1 |
| * | update !ignore to use command specs | jesopo | 2020-01-25 | 1 | -11/+8 |