index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Collapse
)
Author
Age
Files
Lines
*
"mi" -> "m" for minute
jesopo
2020-04-09
1
-1
/
+1
|
*
experimental support for rss bindhost
jesopo
2020-04-09
1
-1
/
+12
|
*
fix regression of message filters not matching without formatting
jesopo
2020-04-08
1
-2
/
+2
|
*
fail an alias when an ${} var isn't found
jesopo
2020-04-08
1
-2
/
+5
|
*
remove now-unused vars
jesopo
2020-04-08
1
-4
/
+0
|
*
rewrite (and vastly simplify) message format tokenising
jesopo
2020-04-08
1
-35
/
+21
|
*
handle http redirects ourselves, to prevent redirect to localhost
jesopo
2020-04-05
1
-14
/
+44
|
*
allow IntRangeSetting max to be optional
jesopo
2020-03-09
1
-3
/
+5
|
*
add a `flag` command spec type
jesopo
2020-03-05
1
-2
/
+16
|
*
less-than-1.0 should be to_pretty_time "0s"
jesopo
2020-02-28
1
-1
/
+1
|
*
`insert` decorator kwargs because decorators are run innermost first
jesopo
2020-02-27
1
-1
/
+1
|
*
convert & in sed to \g<0> so python handles full-match replacements
jesopo
2020-02-26
1
-10
/
+4
|
*
deduplicate spec arg names
jesopo
2020-02-25
1
-1
/
+1
|
*
open possibly-utf8 files with forced utf8
jesopo
2020-02-24
3
-4
/
+8
|
*
use "latin-1" consitently (not "iso-8859-1")
jesopo
2020-02-24
1
-1
/
+1
|
*
change encrypted channel logs to use RSA -> AES (CBC)
jesopo
2020-02-24
1
-13
/
+19
|
|
|
|
closes #248
*
fix security.py typehints
jesopo
2020-02-24
1
-2
/
+2
|
*
move permissions module password hashing to utils/security.py
jesopo
2020-02-24
1
-1
/
+12
|
*
fix utils.datetime.format.to_pretty_time typehinting
jesopo
2020-02-24
1
-2
/
+3
|
*
add isodate requirement for parsing iso8601 durations
jesopo
2020-02-24
1
-1
/
+3
|
*
only do to_pretty_time as relative when requested
jesopo
2020-02-24
2
-18
/
+46
|
*
add option to encrypt channel_log log files line-by-line
jesopo
2020-02-20
1
-1
/
+26
|
*
support @utils.export on functions, to export those functions
jesopo
2020-02-19
1
-6
/
+5
|
*
a comment!
jesopo
2020-02-19
1
-0
/
+3
|
*
fix format_token return typehints
jesopo
2020-02-19
1
-2
/
+2
|
*
change format_tokens from $VAR to ${VAR}
jesopo
2020-02-19
1
-16
/
+13
|
*
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
|
[next]