| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-04-05 | Specify edited setting name in confirmation message | -4/+8 | ||
| 2023-04-05 | Escape markdown in alert matches | -1/+1 | ||
| 2023-04-05 | `domain/subdomains` -> `domain/only_subdomains` for clarity | -6/+6 | ||
| Also changes the alert to use the full domain instead of the filter content. | ||||
| 2023-04-05 | Handle infracted user not being on the server | -0/+7 | ||
| This shouldn't happen in production, but just in case | ||||
| 2023-04-05 | Handle server possibly not having an icon | -1/+2 | ||
| 2023-04-05 | Properly format alert when there's no file extension | -1/+1 | ||
| 2023-04-05 | Code style and clarifications | -18/+17 | ||
| 2023-04-02 | Remove self-assignable helpers functionality | -224/+1 | ||
| 2023-04-01 | Update ping cooldown for helpers | -3/+3 | ||
| 2023-03-31 | Fix import order. | -2/+1 | ||
| 2023-03-31 | Add blank line for linting. | -0/+1 | ||
| 2023-03-31 | Make new helper role pingable for help request. | -1/+3 | ||
| Previously, the message from the bot requesting that new helpers answer off-topic questions did not cause a ping. Solved by this commit. | ||||
| 2023-04-01 | Avoid race conditions and stricter cooldown | -6/+11 | ||
| 2023-03-31 | Use broader heuristic for detecting questions. | -13/+4 | ||
| Namely just seeing if there's a question mark in it that isn't part of a URL. | ||||
| 2023-03-31 | Change "Help!" to "answer this!" | -1/+1 | ||
| It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question). | ||||