| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-06-17 | Make sub_clyde case-sensitive and use Cyrillic e's | -2/+6 | ||
| The Cyrillic characters are more likely to be rendered similarly to their Latin counterparts than the math sans-serif characters. | ||||
| 2020-06-15 | Fix 400 when "clyde" is in webhook username | -8/+24 | ||
| Discord just disallows this name. | ||||
| 2020-06-15 | Log exception info for failed attachment uploads | -1/+1 | ||
| 2020-06-15 | Add the C# guild to the whitelist | -0/+1 | ||
| 2020-06-12 | Escape markdown in charinfo embed | -2/+2 | ||
| The embed displays the original character. If it's a markdown char, it would interfere with the embed's actual markdown. The backtick was especially troublesome. Fixes #996 | ||||
| 2020-06-11 | Replace mention of Flask with Django | -1/+1 | ||
| The site's description still stated that it was built with Flask, which is no longer accurate due to the move to Django. | ||||
| 2020-06-11 | Add cooldown to Channels in constants.py | -0/+1 | ||
| 2020-06-11 | Add cooldown channel to EXCLUDED_CHANNELS tuple | -1/+1 | ||
| 2020-06-11 | Add cooldown channel to config-default.yml | -0/+1 | ||
| 2020-06-11 | Fix trailing whitespace in Action file | -1/+1 | ||