| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -3/+3 |
| * | 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 |
| * | _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 |
| * | support & in utils.parse.sed, change sed.py to use utils.parse.sed | jesopo | 2020-02-09 | 1 | -19/+33 |
| * | 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 |
| * | 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 |
| * | handle git being in a detached head state when getting current commit | jesopo | 2020-02-08 | 2 | -11/+15 |
| * | 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 |
| * | accept "1"/"0" as "true"/"false" for !config | jesopo | 2020-02-06 | 1 | -2/+2 |
| * | typo in !hostmask, 'spect' -> 'spec' | jesopo | 2020-02-06 | 1 | -1/+1 |
| * | add Database.users.by_id() | jesopo | 2020-02-06 | 1 | -0/+4 |
| * | fix SpecTypeArgumentDate simple() | jesopo | 2020-02-06 | 1 | -1/+1 |
| * | only pull 'charset' from <meta> content-type when it definitely exists | jesopo | 2020-02-06 | 1 | -1/+3 |
| * | 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 |
| * | add command spec type "words" - array of remaining words | jesopo | 2020-02-05 | 1 | -0/+7 |
| * | refactor -b/-q/-m timer logic in to 1 function | jesopo | 2020-02-05 | 1 | -0/+5 |
| * | is8601_format_now() -> iso8601_now() | jesopo | 2020-02-05 | 1 | -1/+1 |
| * | switch module whitelist/blacklist to its own config file | jesopo | 2020-02-04 | 2 | -12/+20 |
| * | 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 |
| * | store timestamp and current git commit when loading a module | jesopo | 2020-02-03 | 3 | -5/+33 |
| * | 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 |
| * | also detect encoding for http.request_many() | jesopo | 2020-01-31 | 1 | -5/+12 |
| * | add 'date' command spec type | jesopo | 2020-01-30 | 2 | -0/+16 |
| * | split utils.datetime out in to .parse and .format | jesopo | 2020-01-30 | 10 | -71/+82 |
| * | add utils.datetime.seconds_since(); compare utcnow to datetime | jesopo | 2020-01-30 | 1 | -0/+3 |