| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-03-12 | Cleared up messages in logs. | -2/+2 | ||
| 2021-03-08 | Removed async_rediscache import. | -1/+0 | ||
| 2021-03-08 | Moved cache, reworked logic so message sends on cog reload. | -11/+14 | ||
| 2021-03-08 | Using http methods to edit/send messages. | -26/+16 | ||
| 2021-03-07 | Removed extra newline at end of _cog.py. | -1/+0 | ||
| 2021-03-07 | Added Redis caching. | -0/+65 | ||
| 2021-03-07 | Mark #appeals as a mod channel | -0/+2 | ||
| 2021-03-06 | Added filter. | -0/+9 | ||
| 2021-03-06 | Remove trailing whitespace | -1/+1 | ||
| 2021-03-06 | Filtering hotfix | -1/+7 | ||
| Bug caused by an outdated function signature in a previous commit in the #1402 PR | ||||
| 2021-03-06 | Version lock JSON logger | -2/+2 | ||
| 2021-03-06 | Use JSON logging when debug mode is disabled | -16/+33 | ||
| 2021-03-06 | Add JSON logging dependencies | -98/+163 | ||
| 2021-03-02 | Improved docstring for threshold command. | -1/+8 | ||
| 2021-03-01 | Provide default cache values when syncing | -2/+2 | ||
| 2021-03-01 | Change to handle specifically redis errors | -11/+15 | ||
| The idea to ignore alerts on fake redis didn't solve the problem completely, because sometimes you'll just develop with a real redis. It also didn't solve the ping we would get on first start up. After looking into it there seems like there's no actual reason to alert on key errors, as they should only happen if the cache gets wiped for some reason, which shouldn't happen, but in which case we have bigger issues. Alerts are therefore limited to connection errors raised by redis. This additionally handles only redis errors when writing to it as well. If any other error is raised it is ok for the function to stop at that point, as all variables have already been set. The only thing which doesn't get executed is the confirmation message and logging, the lack of which is an exception message in itself. | ||||
| 2021-03-01 | Add !stban alias for !shadowtempban | -1/+1 | ||
| 2021-03-01 | Add !superstar and !unsuperstar aliases for !superstarify | -2/+2 | ||
| 2021-03-01 | Add alias !tban for !tempban | -1/+1 | ||
| 2021-03-01 | Add alias !u for !user | -1/+1 | ||
