aboutsummaryrefslogtreecommitdiff
path: root/src/utils/consts.py
Commit message (Expand)AuthorAgeFilesLines
* move utils.consts.BITBOT_MAGIC to utils.decoratorsGravatar jesopo2019-11-151-2/+0
* switch to function/module magic being a single objectGravatar jesopo2019-07-261-3/+1
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-261-0/+1
* Add a way to force success and force failure of a command permission check•••(commands.py) Gravatar jesopo2019-01-281-0/+4
* Support IRC colors 16 through 98Gravatar jesopo2019-01-161-4/+19
* Support '99' as a 'transparent' irc color codeGravatar jesopo2018-12-121-16/+17
* Support ANSI underlineGravatar jesopo2018-11-301-4/+6
* Stop supporting using ansi bold for brightening colors, support ansi background•••colors Gravatar jesopo2018-11-141-1/+4
* Use extended ANSI colors to avoid using bold to make colors lighterGravatar jesopo2018-11-141-8/+8
* 'ANSI_RESET' -> 'ANSI_BOLD_RESET' typo, 'ansi_bold' -> 'color_bold'•••clarification, fix issue in color tokenizing that caused bolds to be put in the wrong place Gravatar jesopo2018-11-141-4/+4
* Bold reset is 22, not 21Gravatar jesopo2018-11-131-1/+1
* Apparently '39' is 'font reset' for ansi colorsGravatar jesopo2018-11-131-1/+1
* Visual tweak; align "="s in utils.constsGravatar jesopo2018-11-131-25/+25
* Better constifying of COLORsGravatar jesopo2018-11-131-17/+31
* Better constifying of color/font charsGravatar jesopo2018-11-131-0/+32
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-0/+2