0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
find "word" type, not cuser (because i can be 'user') More... almost 5 years ago
.append() doesn't work on dict, use same code for missing optional More... almost 5 years ago
fix _ban looking for user instead of cuser, fix kickban _kick arg More... almost 5 years ago
fix channel_access spec arg indexes More... almost 5 years ago
fix channel_op spec arg indexes More... almost 5 years ago
refactor command_spec.py More... almost 5 years ago
add spec arg names to echo.py More... almost 5 years ago
add tstring spec type, string with trimmed consecutive spaces More... almost 5 years ago
update karma.py to use command spec More... almost 5 years ago
remove debug prints More... almost 5 years ago
?time->?duration, remove now unneeded usage kwarg More... almost 5 years ago
add `nuser` spec arg type; to get a user, new or not More... almost 5 years ago
add rchannel spec arg to !access More... almost 5 years ago
we need a fresh mutable `args` copy for each spec More... almost 5 years ago
update channel_access.py to use command spec language More... almost 5 years ago
support multiple specs per command More... almost 5 years ago
fix typehinting issues More... almost 5 years ago
support command spec literals More... almost 5 years ago
only show "not enough arguments" n>len(args) More... almost 5 years ago
show topic timestamp in a more human readable format More... almost 5 years ago
split utils/parse.py in to multiple files More... almost 5 years ago
update !ignore to use command specs More... almost 5 years ago
remove channel_op.py usage, specs cover it More... almost 5 years ago
"time" spec arg renamed to "duration" More... almost 5 years ago
support spec arg "context" (e.g. private only), marked exported as private More... almost 5 years ago
when available, use command spec for !help usage More... almost 5 years ago
add utils.parse.argument_spec_human() for usage strings More... almost 5 years ago
implement default spec argument types More... almost 5 years ago
support type names of spec arguments More... almost 5 years ago
change command specs to be compiled at runtime by a decorator More... almost 5 years ago