| Commit message (Expand) | Author | Age | Files | Lines |
| * | weeks and days should be absolute (divmod of days) | jesopo | 2020-02-18 | 1 | -4/+5 |
| * | remove debug print | jesopo | 2020-02-16 | 1 | -1/+0 |
| * | fix _set_modifier typing | jesopo | 2020-02-15 | 1 | -1/+1 |
| * | implement command spec modifiers, use for `pattern`, use pattern for dice.py | jesopo | 2020-02-15 | 1 | -6/+29 |
| * | use re.sub, not str.replace, otherwise things like "$" dont work | jesopo | 2020-02-14 | 1 | -1/+1 |
| * | move SpecTypeErro to utils.parse.spec | jesopo | 2020-02-14 | 1 | -0/+5 |
| * | split out command_spec module | jesopo | 2020-02-14 | 1 | -7/+7 |
| * | replace lxml usage with html5lib! the future is cool | jesopo | 2020-02-13 | 1 | -3/+3 |
| * | 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 |
| * | handle git being in a detached head state when getting current commit | jesopo | 2020-02-08 | 1 | -9/+12 |
| * | accept "1"/"0" as "true"/"false" for !config | jesopo | 2020-02-06 | 1 | -2/+2 |
| * | 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 |
| * | add command spec type "words" - array of remaining words | jesopo | 2020-02-05 | 1 | -0/+7 |
| * | is8601_format_now() -> iso8601_now() | jesopo | 2020-02-05 | 1 | -1/+1 |
| * | store timestamp and current git commit when loading a module | jesopo | 2020-02-03 | 1 | -2/+17 |
| * | 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 | 5 | -64/+75 |
| * | add utils.datetime.seconds_since(); compare utcnow to datetime | jesopo | 2020-01-30 | 1 | -0/+3 |
| * | SpecArgumentTypeString should return None when no args | jesopo | 2020-01-29 | 1 | -1/+3 |
| * | change "non-consuming spec arg" character from "=" to "-" | jesopo | 2020-01-28 | 1 | -1/+1 |
| * | use dateutil.relativedelta for to_pretty_time, to cover years/months | jesopo | 2020-01-28 | 1 | -22/+22 |
| * | allow spec arguments to be "non-consuming" (doesn't show up in usage) | jesopo | 2020-01-27 | 1 | -5/+14 |
| * | add 'int' command arg spec type | jesopo | 2020-01-27 | 3 | -8/+18 |
| * | add "additional word" (`aword`) command arument spec type | jesopo | 2020-01-27 | 1 | -0/+7 |
| * | add tstring spec type, string with trimmed consecutive spaces | jesopo | 2020-01-26 | 1 | -0/+4 |
| * | fix typehinting issues | jesopo | 2020-01-26 | 1 | -3/+4 |
| * | support command spec literals | jesopo | 2020-01-26 | 1 | -25/+63 |
| * | split utils/parse.py in to multiple files | jesopo | 2020-01-26 | 3 | -120/+127 |
| * | "time" spec arg renamed to "duration" | jesopo | 2020-01-25 | 1 | -14/+13 |
| * | support spec arg "context" (e.g. private only), marked exported as private | jesopo | 2020-01-25 | 1 | -9/+28 |
| * | add utils.parse.argument_spec_human() for usage strings | jesopo | 2020-01-25 | 1 | -0/+13 |
| * | implement default spec argument types | jesopo | 2020-01-25 | 1 | -12/+55 |
| * | support type names of spec arguments | jesopo | 2020-01-25 | 1 | -12/+19 |
| * | change command specs to be compiled at runtime by a decorator | jesopo | 2020-01-25 | 3 | -4/+40 |
| * | fix format_token_replace for $$ | jesopo | 2020-01-25 | 1 | -2/+2 |
| * | utils.parse.timed_args() min_args should be optional | jesopo | 2020-01-24 | 1 | -1/+1 |
| * | change utils.irc.strip_font() to remove tokens, no regex | jesopo | 2020-01-22 | 1 | -7/+5 |
| * | fix hostmask_match_many typehint | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | add an optional mask pattern arg to !clear | jesopo | 2020-01-22 | 1 | -2/+2 |
| * | allow requesting utils.irc.color() to not add terminating code | jesopo | 2020-01-21 | 1 | -2/+7 |
| * | .zfill(3) milliseconds in utils.datetime.datetime_human | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | use a TimeSpec system to request milliseconds in utils.datetime | jesopo | 2020-01-20 | 1 | -9/+18 |
| * | fix utils.datetime.iso8601_parse linting error | jesopo | 2020-01-17 | 1 | -1/+1 |
| * | add dateutil as a dependency, use it in utils.datetime.iso8601_parse | jesopo | 2020-01-17 | 1 | -6/+4 |
| * | also Accept-Language "en" in HTTP requests (0.5 weight) | jesopo | 2020-01-11 | 1 | -1/+1 |
| * | Revert "explicitly .close() task in http.request_many()"•••This reverts commit 7478d62b77a7c7637000670d1c2ed22b1b403745.
| jesopo | 2020-01-06 | 1 | -1/+0 |
| * | explicitly .close() task in http.request_many() | jesopo | 2020-01-06 | 1 | -0/+1 |