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
/
consts.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move sys.exit() codes to an enum in utils.consts
jesopo
2019-12-10
1
-1
/
+9
*
move utils.consts.BITBOT_MAGIC to utils.decorators
jesopo
2019-11-15
1
-2
/
+0
*
switch to function/module magic being a single object
jesopo
2019-07-26
1
-3
/
+1
*
implement @utils.kwarg() magic, use it for command.regex hooks
jesopo
2019-06-26
1
-0
/
+1
*
Add a way to force success and force failure of a command permission check
•••
(commands.py)
jesopo
2019-01-28
1
-0
/
+4
*
Support IRC colors 16 through 98
jesopo
2019-01-16
1
-4
/
+19
*
Support '99' as a 'transparent' irc color code
jesopo
2018-12-12
1
-16
/
+17
*
Support ANSI underline
jesopo
2018-11-30
1
-4
/
+6
*
Stop supporting using ansi bold for brightening colors, support ansi background
•••
colors
jesopo
2018-11-14
1
-1
/
+4
*
Use extended ANSI colors to avoid using bold to make colors lighter
jesopo
2018-11-14
1
-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
jesopo
2018-11-14
1
-4
/
+4
*
Bold reset is 22, not 21
jesopo
2018-11-13
1
-1
/
+1
*
Apparently '39' is 'font reset' for ansi colors
jesopo
2018-11-13
1
-1
/
+1
*
Visual tweak; align "="s in utils.consts
jesopo
2018-11-13
1
-25
/
+25
*
Better constifying of COLORs
jesopo
2018-11-13
1
-17
/
+31
*
Better constifying of color/font chars
jesopo
2018-11-13
1
-0
/
+32
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
•••
references.
jesopo
2018-10-30
1
-0
/
+2