aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* "mi" -> "m" for minuteGravatar jesopo2020-04-091-1/+1
|
* experimental support for rss bindhostGravatar jesopo2020-04-091-1/+12
|
* fix regression of message filters not matching without formattingGravatar jesopo2020-04-081-2/+2
|
* fail an alias when an ${} var isn't foundGravatar jesopo2020-04-081-2/+5
|
* remove now-unused varsGravatar jesopo2020-04-081-4/+0
|
* rewrite (and vastly simplify) message format tokenisingGravatar jesopo2020-04-081-35/+21
|
* handle http redirects ourselves, to prevent redirect to localhostGravatar jesopo2020-04-051-14/+44
|
* allow IntRangeSetting max to be optionalGravatar jesopo2020-03-091-3/+5
|
* add a `flag` command spec typeGravatar jesopo2020-03-051-2/+16
|
* less-than-1.0 should be to_pretty_time "0s"Gravatar jesopo2020-02-281-1/+1
|
* `insert` decorator kwargs because decorators are run innermost firstGravatar jesopo2020-02-271-1/+1
|
* convert & in sed to \g<0> so python handles full-match replacementsGravatar jesopo2020-02-261-10/+4
|
* deduplicate spec arg namesGravatar jesopo2020-02-251-1/+1
|
* open possibly-utf8 files with forced utf8Gravatar jesopo2020-02-243-4/+8
|
* use "latin-1" consitently (not "iso-8859-1")Gravatar jesopo2020-02-241-1/+1
|
* change encrypted channel logs to use RSA -> AES (CBC)Gravatar jesopo2020-02-241-13/+19
| | | | closes #248
* fix security.py typehintsGravatar jesopo2020-02-241-2/+2
|
* move permissions module password hashing to utils/security.pyGravatar jesopo2020-02-241-1/+12
|
* fix utils.datetime.format.to_pretty_time typehintingGravatar jesopo2020-02-241-2/+3
|
* add isodate requirement for parsing iso8601 durationsGravatar jesopo2020-02-241-1/+3
|
* only do to_pretty_time as relative when requestedGravatar jesopo2020-02-242-18/+46
|
* add option to encrypt channel_log log files line-by-lineGravatar jesopo2020-02-201-1/+26
|
* support @utils.export on functions, to export those functionsGravatar jesopo2020-02-191-6/+5
|
* a comment!Gravatar jesopo2020-02-191-0/+3
|
* fix format_token return typehintsGravatar jesopo2020-02-191-2/+2
|
* change format_tokens from $VAR to ${VAR}Gravatar jesopo2020-02-191-16/+13
|
* weeks and days should be absolute (divmod of days)Gravatar jesopo2020-02-181-4/+5
|
* remove debug printGravatar jesopo2020-02-161-1/+0
|
* fix _set_modifier typingGravatar jesopo2020-02-151-1/+1
|
* implement command spec modifiers, use for `pattern`, use pattern for dice.pyGravatar jesopo2020-02-151-6/+29
|
* use re.sub, not str.replace, otherwise things like "$" dont workGravatar jesopo2020-02-141-1/+1
|
* move SpecTypeErro to utils.parse.specGravatar jesopo2020-02-141-0/+5
|
* split out command_spec moduleGravatar jesopo2020-02-141-7/+7
|
* replace lxml usage with html5lib! the future is coolGravatar jesopo2020-02-131-3/+3
|
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-091-19/+33
|
* add utils.parse.sed.Gravatar jesopo2020-02-092-1/+75
|
* handle git being in a detached head state when getting current commitGravatar jesopo2020-02-081-9/+12
|
* accept "1"/"0" as "true"/"false" for !configGravatar jesopo2020-02-061-2/+2
|
* fix SpecTypeArgumentDate simple()Gravatar jesopo2020-02-061-1/+1
|
* only pull 'charset' from <meta> content-type when it definitely existsGravatar jesopo2020-02-061-1/+3
|
* add command spec type "words" - array of remaining wordsGravatar jesopo2020-02-051-0/+7
|
* is8601_format_now() -> iso8601_now()Gravatar jesopo2020-02-051-1/+1
|
* store timestamp and current git commit when loading a moduleGravatar jesopo2020-02-031-2/+17
|
* also detect encoding for http.request_many()Gravatar jesopo2020-01-311-5/+12
|
* add 'date' command spec typeGravatar jesopo2020-01-302-0/+16
|
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-305-64/+75
|
* add utils.datetime.seconds_since(); compare utcnow to datetimeGravatar jesopo2020-01-301-0/+3
|
* SpecArgumentTypeString should return None when no argsGravatar jesopo2020-01-291-1/+3
|
* change "non-consuming spec arg" character from "=" to "-"Gravatar jesopo2020-01-281-1/+1
|
* use dateutil.relativedelta for to_pretty_time, to cover years/monthsGravatar jesopo2020-01-281-22/+22
|