aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-1516-36/+42
* split some stuff out of utils/__init__.pyGravatar jesopo2019-11-151-1/+1
* 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
* 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-151-2/+9
* 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
* 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
* 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
* 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
* 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-111-2/+4
* add bot-wide option to colorize nicknames in formatted outputGravatar jesopo2019-11-111-6/+16
* 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
* 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
* don't get far in to attempting sasl when we haven't got it configuredGravatar jesopo2019-11-081-0/+3
* refactor sasl a little and fix logic to retry on 908Gravatar jesopo2019-11-081-34/+42
* switch to a better python eval APIGravatar jesopo2019-11-081-56/+10
* 'server_mechanimsms' -> 'server_mechanisms' typoGravatar jesopo2019-11-081-1/+1
* move on to command.regex if a given command isn't foundGravatar jesopo2019-11-061-3/+6
* add !c as an alias of !configGravatar jesopo2019-11-051-0/+1
* !seen should get seen-info for target user, not current userGravatar jesopo2019-11-041-1/+1
* show branch name in !version outputGravatar jesopo2019-11-041-1/+2
* show when a fediverse Note is nothing but an attachmentGravatar jesopo2019-11-041-3/+26
* only .decompose() when it's an empty and unknown tagGravatar jesopo2019-11-041-3/+4
* better line normalisation for fediverse ActivitiesGravatar jesopo2019-11-041-17/+19
* add on_pause() and on_resume() for module - use in rest_api.pyGravatar jesopo2019-11-041-6/+16
* change labeled-response WARN logging to DEBUG - it's mostly unimportantGravatar jesopo2019-11-041-2/+2
* remove !timezone as !time now shows UTC offsetGravatar jesopo2019-11-041-17/+0
* how many times can i typo "utc"Gravatar jesopo2019-11-031-2/+2
* "GMT" -> "UTC"Gravatar jesopo2019-11-031-5/+5