Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-02-09 | Apply mock locations to every subcommands | -0/+6 | ||
2021-02-09 | Add location mocks to the wolfram cog | -1/+4 | ||
Previously the server IP address could be leaked using some query such as “what is the weather here?” or simply “what’s my ip?”. This aims to fix it by using mock locations. | ||||
2021-02-08 | Add comment explaining why we need to pass curl as user agent | -0/+1 | ||
2021-02-08 | Revert "Fixes Issue Matching Regex" | -1/+1 | ||
This reverts commit 4239b1d07cd0bba543aca8e7c77cee1d8f437b14. | ||||
2021-02-08 | Add curl User Agent Headers | -1/+2 | ||
2021-02-07 | Revert "Fixes Issue Matching Regex" | -1/+1 | ||
This reverts commit 4239b1d07cd0bba543aca8e7c77cee1d8f437b14. | ||||
2021-02-06 | Default redis host in docker-compose | -0/+2 | ||
2021-02-05 | Fix indentation | -7/+7 | ||
2021-02-05 | Use brackets instead of / for multi line strings | -7/+7 | ||
2021-02-05 | Move repeated code to a single variable | -2/+4 | ||
2021-02-05 | Abrupt response, so make the bot type | -13/+14 | ||
2021-02-04 | Make use of constants in the url | -12/+11 | ||
2021-02-02 | everyone -> everyone_role and remove developers role | -3/+2 | ||
2021-02-02 | Improve category check code | -4/+5 | ||
2021-02-02 | Allow cht.sh command to be used in occupied help channels | -10/+14 | ||
2021-02-02 | Add not Implemented error handler for .status cat command | -0/+3 | ||
2021-02-02 | Add override_in_channel deco | -1/+3 | ||
2021-02-02 | Make use of constants | -18/+21 | ||
2021-02-01 | Fixes Issue Matching Regex | -1/+1 | ||
Changes the automatic issue matching regex to make it work for repos at the very beginning of messages. | ||||
2021-02-01 | Remove brackets from .join | -1/+1 | ||
2021-02-01 | Add similar repsonse.status check to too, and instead of ValueError raise ↵ | -4/+12 | ||
NotImplemented error if the status is not implemented yet but is a valid status code | ||||
2021-02-01 | rename the cog to HTTPStatusCodes | -3/+3 | ||
2021-02-01 | Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵ | -14/+18 | ||
headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings |