| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-04-23 | Free tag: fix typo in header | -1/+1 | ||
| 2020-04-23 | Simplify free tag | -3/+2 | ||
| 2020-04-21 | Fix category cache issue | -3/+2 | ||
| 2020-04-20 | HelpChannels: add logging to answered check | -3/+4 | ||
| 2020-04-20 | Extra documentation + split out to separate function | -8/+26 | ||
| 2020-04-20 | Add different emoji for different channel statuses (in use answered/unanswered) | -2/+7 | ||
| 2020-04-20 | Incorrect comparison, we need to check if we are in help_in_use, not out of it | -1/+1 | ||
| 2020-04-20 | Add statistics on whether a help session was closed with no input from ↵ | -0/+15 | ||
| anyone but the claimant | ||||
| 2020-04-17 | HelpChannels: ensure `is_in_category` returns a bool | -1/+1 | ||
| Co-Authored-By: kwzrd <[email protected]> | ||||
| 2020-04-16 | Use IDs instead of hard-coding category names in the free tag | -2/+1 | ||
| Co-Authored-By: Shirayuki Nekomata <[email protected]> | ||||
| 2020-04-16 | Add a title at the top of the free tag | -0/+2 | ||
| Co-Authored-By: Shirayuki Nekomata <[email protected]> | ||||
| 2020-04-16 | Remove `.md` from anti-malware whitelist | -1/+0 | ||
| We want our members to use the paste site to share text-based files instead of them sharing the files as attachments on Discord. As `.md`, a file extensions used for plain-text files with markdown formatting, is such a text file, I've removed it from the anti-malware whitelist. | ||||