| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-08-08 | change dockerfile python version to latest 3.9.x | -1/+1 | ||
| 2021-08-04 | Reorder user roles in !user command from highest to lowest (#1719) | -1/+3 | ||
| Reorder user roles in !user command from highest to lowest | ||||
| 2021-08-04 | Suppress 403 error when sending DEFCON reject DM (#1711) | -3/+5 | ||
| 403 occurs if the user has DMs disabled. Fixes BOT-137 | ||||
| 2021-08-03 | Force utf-8 decoding when querying metabase | -2/+2 | ||
| Some discord usernames contain unicode characters, which causes an decoding error as chardet isn't 100% and can't falsely detect the response text as Windows-1254. | ||||
| 2021-08-03 | Add comment on RedisCache | -0/+2 | ||
| 2021-08-03 | Update Sentry SDK to 1.3 | -78/+131 | ||
| 2021-08-03 | Correctly delete from cache | -1/+2 | ||
| * Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies. | ||||
| 2021-08-03 | Add check for redundant change | -0/+8 | ||
| 2021-08-03 | Remove bot prefix from docstring and change single quotes to double | -11/+11 | ||