bitbot-3.11-fork/src/utils
2019-11-20 14:42:34 +00:00
..
__init__.py import missing comma, 'Events'->'Event' 2019-11-18 12:10:20 +00:00
_consts_256_color.py Add src/utils/_consts_256_color.py that should have been added 2 commits ago 2019-01-16 11:25:40 +00:00
cli.py utils.cli shouldn't know about Database 2019-10-29 18:00:38 +00:00
consts.py move utils.consts.BITBOT_MAGIC to utils.decorators 2019-11-15 14:09:35 +00:00
datetime.py move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
decorators.py move utils.consts.BITBOT_MAGIC to utils.decorators 2019-11-15 14:09:35 +00:00
errors.py "EventsResultsError"->"EventResultsError", move errors to utils.error 2019-11-18 12:06:59 +00:00
http.py give bitbot a unique User-Agent 2019-11-20 14:42:34 +00:00
irc.py consecutive HASH_STOP chars at start shouldn't count as a stop 2019-11-19 14:45:47 +00:00
parse.py move "+5m" syntax parsing out to utils.parse 2019-11-18 15:57:23 +00:00
security.py Change arg types of constant_time_compare to typing.AnyStr (utils.security) 2019-02-12 11:59:55 +00:00
settings.py split some stuff out of utils/__init__.py 2019-11-15 13:39:24 +00:00