aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-1520-167/+176
* dont expose has_magic/get_magic in utils/__init__.py, ref directlyGravatar jesopo2019-11-152-6/+7
* split some stuff out of utils/__init__.pyGravatar jesopo2019-11-155-182/+192
* only try to shlex when we know we've found a command hookGravatar jesopo2019-11-151-6/+8
* we should be passing `args` in to _find_command_hook, not `args_split`Gravatar jesopo2019-11-151-1/+1
* updated CHANGELOG.mdGravatar jesopo2019-11-151-0/+2
* dont use "%s %s"%("thing", "%s") trick - messes up when "thing" has %Gravatar jesopo2019-11-151-33/+43
* show first-words datestamp on !words outputGravatar jesopo2019-11-152-2/+12
* implement opt-in shlex for command args•••closes #202 Gravatar jesopo2019-11-152-10/+27
* don't respond to !botlist automaticallyGravatar jesopo2019-11-151-1/+4
* update CHANGELOG.mdGravatar jesopo2019-11-141-0/+2
* default `target_user` to None so the var always existsGravatar jesopo2019-11-141-0/+1
* add minimal/normal for "topic set at" linesGravatar jesopo2019-11-141-3/+6
* set info log rolling backup count to 1 (0 means "keep all backups")Gravatar jesopo2019-11-141-1/+1
* move default log location to ~/.bitbot/logs/Gravatar jesopo2019-11-142-5/+10
* allow channels to be excluded from print_activity.pyGravatar jesopo2019-11-141-0/+6
* dont print full stacktrace when getting a url's title failsGravatar jesopo2019-11-141-1/+1
* `nickname` doesn't exist in `_on_chghost`Gravatar jesopo2019-11-141-3/+3
* `nickname` doesn't exist in _on_part, should be user.nicknameGravatar jesopo2019-11-141-3/+3
* typo, 'mode_str' -> 'modes_str'Gravatar jesopo2019-11-141-1/+1
* update CHANGELOG.mdGravatar jesopo2019-11-141-0/+22
* don't duplicate `event["user"].nickname` for prettified invite formatGravatar jesopo2019-11-141-2/+2
* typo, 'prettyb' -> 'prettyGravatar jesopo2019-11-141-1/+1
* `pretty` will always be in `event` but it might be NoneGravatar jesopo2019-11-141-2/+1
* don't let RSS shortening failure CRITICAL the whole botGravatar jesopo2019-11-141-1/+4
* separate formatted lines from pretty formatted linesGravatar jesopo2019-11-142-78/+130
* Show more fediverse errors to the end userGravatar jesopo2019-11-142-13/+28
* change formatted JOIN to have userhost in parensGravatar jesopo2019-11-131-1/+3
* add typehinting for foreground/backgroundGravatar jesopo2019-11-131-2/+2
* only set color_finished=True when is_background, otherwise next char sets itGravatar jesopo2019-11-131-13/+12
* change formatted NOTICEs to be denoted by "-nick-" (PRIVMSG as "<nick>")Gravatar jesopo2019-11-111-1/+1
* support !duckstats for users other than yourselfGravatar jesopo2019-11-111-3/+7
* change git_webhooks hashes from 8 characters to 7Gravatar jesopo2019-11-113-3/+3
* prepend user nickname to command error messagesGravatar jesopo2019-11-111-4/+6
* colorize nicknames on more line formatting eventsGravatar jesopo2019-11-111-12/+23
* colorize nicks on JOIN formattingGravatar jesopo2019-11-112-2/+8
* hash_colorize code should first be looked up in HASH_COLORSGravatar jesopo2019-11-111-2/+2
* .lower() strings when hash-colorizing themGravatar jesopo2019-11-111-1/+1
* add bot-wide option to colorize nicknames in formatted outputGravatar jesopo2019-11-111-6/+16
* don't use hash() for hashed colorising as it's not stable through restartsGravatar jesopo2019-11-111-1/+1
* add utils.irc.hash_colorize() to color a string by the string's hashGravatar jesopo2019-11-111-0/+5
* handle .connect() failure in bitbotctlGravatar jesopo2019-11-111-8/+8
* move tfl.py to bitbot-modulesGravatar jesopo2019-11-081-105/+0
* remove unneeded imports in tfl.pyGravatar jesopo2019-11-081-1/+1
* rewrite tfl.pyGravatar jesopo2019-11-081-248/+79
* add IRCArgs.append funcGravatar jesopo2019-11-081-0/+3
* Don't assign `keys` to an array index that doesn't exist yetGravatar jesopo2019-11-081-1/+10
* JOIN keys should be comma separated tooGravatar jesopo2019-11-081-1/+1
* silently eat Control socket .send() failuresGravatar jesopo2019-11-081-2/+5
* don't get far in to attempting sasl when we haven't got it configuredGravatar jesopo2019-11-081-0/+3