Commit graph

423 commits

Author SHA1 Message Date
jesopo
00730a5384 "mi" -> "m" for minute 2020-04-09 21:05:51 +01:00
jesopo
b19e956f68 experimental support for rss bindhost 2020-04-09 15:47:20 +01:00
jesopo
7fdb9a1e55 fix regression of message filters not matching without formatting 2020-04-08 18:19:06 +01:00
jesopo
5df8df83ad fail an alias when an ${} var isn't found 2020-04-08 14:29:52 +01:00
jesopo
2f73159b95 remove now-unused vars 2020-04-08 14:20:33 +01:00
jesopo
f16526c60d rewrite (and vastly simplify) message format tokenising 2020-04-08 14:18:42 +01:00
jesopo
8a3f10e360 handle http redirects ourselves, to prevent redirect to localhost 2020-04-05 22:41:33 +01:00
jesopo
1ac68a9836 allow IntRangeSetting max to be optional 2020-03-09 08:23:07 +00:00
jesopo
1c09f7c854 add a flag command spec type 2020-03-05 10:41:05 +00:00
jesopo
078d8ecd6b less-than-1.0 should be to_pretty_time "0s" 2020-02-28 22:57:00 +00:00
jesopo
8c9bfe9a2d insert decorator kwargs because decorators are run innermost first 2020-02-27 17:58:06 +00:00
jesopo
7ebad30c2f convert & in sed to \g<0> so python handles full-match replacements 2020-02-26 13:26:06 +00:00
jesopo
d1bd3f4920 deduplicate spec arg names 2020-02-25 09:43:14 +00:00
jesopo
175c0a285c open possibly-utf8 files with forced utf8 2020-02-24 15:24:39 +00:00
jesopo
fc32a907a5 use "latin-1" consitently (not "iso-8859-1") 2020-02-24 13:28:23 +00:00
jesopo
6535ec731c change encrypted channel logs to use RSA -> AES (CBC)
closes #248
2020-02-24 13:14:05 +00:00
jesopo
9d120dcd2c fix security.py typehints 2020-02-24 11:46:37 +00:00
jesopo
cca3817537 move permissions module password hashing to utils/security.py 2020-02-24 11:43:55 +00:00
jesopo
9ce21a30eb fix utils.datetime.format.to_pretty_time typehinting 2020-02-24 10:38:58 +00:00
jesopo
eb60e09a23 add isodate requirement for parsing iso8601 durations 2020-02-24 10:30:59 +00:00
jesopo
8f9c063114 only do to_pretty_time as relative when requested 2020-02-24 10:18:55 +00:00
jesopo
0667ac8c5f add option to encrypt channel_log log files line-by-line 2020-02-20 14:56:04 +00:00
jesopo
70db97f64e support @utils.export on functions, to export those functions 2020-02-19 17:22:37 +00:00
jesopo
ec54fc8ef0 a comment! 2020-02-19 15:02:12 +00:00
jesopo
6ef4c0ea3e fix format_token return typehints 2020-02-19 14:20:57 +00:00
jesopo
43fbbe7279 change format_tokens from $VAR to ${VAR} 2020-02-19 13:49:40 +00:00
jesopo
36e0db7ab5 weeks and days should be absolute (divmod of days) 2020-02-18 16:39:36 +00:00
jesopo
d5f0cb5f3d remove debug print 2020-02-16 00:06:22 +00:00
jesopo
4298403164 fix _set_modifier typing 2020-02-15 23:35:27 +00:00
jesopo
dfdde884b8 implement command spec modifiers, use for pattern, use pattern for dice.py 2020-02-15 23:31:55 +00:00
jesopo
c73570a953 use re.sub, not str.replace, otherwise things like "$" dont work 2020-02-14 23:57:23 +00:00
jesopo
275f896ed8 move SpecTypeErro to utils.parse.spec 2020-02-14 22:03:53 +00:00
jesopo
f827bdce7f split out command_spec module 2020-02-14 21:59:41 +00:00
jesopo
df38d7a57f replace lxml usage with html5lib! the future is cool 2020-02-13 21:50:33 +00:00
jesopo
e5fdef6726 support & in utils.parse.sed, change sed.py to use utils.parse.sed 2020-02-09 16:32:15 +00:00
jesopo
29f0a282a8 add utils.parse.sed. 2020-02-09 10:49:18 +00:00
jesopo
4e9df2c552 handle git being in a detached head state when getting current commit 2020-02-08 13:21:29 +00:00
jesopo
822a44570c accept "1"/"0" as "true"/"false" for !config 2020-02-06 17:58:29 +00:00
jesopo
f52a824ffb fix SpecTypeArgumentDate simple() 2020-02-06 16:40:02 +00:00
jesopo
01441efe75 only pull 'charset' from <meta> content-type when it definitely exists 2020-02-06 11:54:04 +00:00
jesopo
460cda87bb add command spec type "words" - array of remaining words 2020-02-05 16:32:41 +00:00
jesopo
87bc9bab9e is8601_format_now() -> iso8601_now() 2020-02-05 10:15:57 +00:00
jesopo
7a15e5b2bf store timestamp and current git commit when loading a module 2020-02-03 23:00:53 +00:00
jesopo
7105ba01de also detect encoding for http.request_many() 2020-01-31 11:40:17 +00:00
jesopo
5d3e1ea492 add 'date' command spec type 2020-01-30 21:21:12 +00:00
jesopo
d0d5cc4d08 split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
jesopo
1674ef325b add utils.datetime.seconds_since(); compare utcnow to datetime 2020-01-30 14:58:32 +00:00
jesopo
c1543ed899 SpecArgumentTypeString should return None when no args 2020-01-29 17:04:17 +00:00
jesopo
63d2c16954 change "non-consuming spec arg" character from "=" to "-" 2020-01-28 15:42:56 +00:00
jesopo
a35ed3c6ea use dateutil.relativedelta for to_pretty_time, to cover years/months 2020-01-28 12:33:27 +00:00