| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-02-26 | Bump aiohttp from 3.7.3 to 3.7.4 | -151/+133 | ||
| Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.3...v3.7.4) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-02-25 | Apply suggestions from code review | -2/+2 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2021-02-25 | Removes Unused Variable | -1/+1 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-25 | Call Super __init__ in Startup Error | -1/+1 | ||
| Co-authored-by: Matteo Bertucci <[email protected]> | ||||
| 2021-02-25 | Cleans Up Startup Error Handler Code Style | -2/+4 | ||
| Co-authored-by: Akarys42 <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-25 | Catches All Site Startup Issues | -2/+2 | ||
| Adds a missing exception when trying to connect to the site on startup. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-25 | Adds Site Readiness Checks | -0/+25 | ||
| Attempts to connect to the site multiple times before throwing an exception to allow the site to warm up when running in docker. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-25 | Adds More Descriptive Startup Error Messages | -5/+32 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-24 | Add off-topic etiquette to the off-topic tag | -0/+2 | ||
| 2021-02-23 | Fixes Problems With Help Channel DM | -6/+7 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-23 | Use textwrap.shorten instead of custom function | -11/+4 | ||
| This applies to the help channel DM embed, where the user is sent a truncated version of their message. | ||||
| 2021-02-23 | Update embed field title to be more formal | -1/+1 | ||
| 2021-02-23 | Send DM when user claims help channel | -0/+1 | ||
| 2021-02-23 | Add green question mark to default config | -0/+2 | ||
| Add green question mark to default config Add green question mark to config | ||||
| 2021-02-23 | Add function to DM users when opening help channel | -0/+33 | ||
| 2021-02-23 | Add truncate_message util | -0/+9 | ||
| 2021-02-22 | Add pep 8 song to pep 8 tag | -2/+4 | ||
| 2021-02-22 | Rewrite inline codeblock tag | -12/+3 | ||
| 2021-02-21 | Update max available channels to 3 | -1/+1 | ||
| Partially resolves #1427 | ||||
| 2021-02-21 | Update token remover unittests | -2/+2 | ||
| 2021-02-21 | Ping the mods if a token present in the server is found no matter the kind | -1/+1 | ||
| 2021-02-21 | Show the last three characters of censored tokens | -1/+1 | ||
| 2021-02-20 | Set max attachment from 3 -> 6 | -1/+1 | ||
| 2021-02-20 | Update CODEOWNERS | -1/+5 | ||
| 2021-02-20 | Remove attachments check in duplicates filter | -1/+1 | ||
| 2021-02-19 | Delete free.md | -5/+0 | ||
| Reasoning behind this is it is rarely used and when its used its often just to test something or as an attempt to close a help channel. | ||||
| 2021-02-14 | Update Dockerfile | -1/+1 | ||
| 2021-02-13 | Made flake8 even happier. | -1/+1 | ||
| 2021-02-13 | Escaping markdown in all fields that are created. | -1/+2 | ||
| 2021-02-13 | Move Git SHA defining at end of Dockerfile to re-enable caching | -5/+7 | ||
| Defining SHA at the beginning of build breaks caching, so this should be avoided. | ||||
| 2021-02-12 | Taking only the first line of multiline fields. | -2/+7 | ||
| 2021-02-12 | Rotating colours in embed, title now links to package. | -5/+12 | ||
| 2021-02-12 | Added colours yellow, blue, and white. | -6/+12 | ||
| 2021-02-12 | Made docstring more specific. | -1/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-02-12 | Moved hyperlink to title. | -2/+2 | ||
| 2021-02-12 | Finalized logic to account for null cases. | -3/+3 | ||
| 2021-02-12 | Accounting for completely empty fields that only contain whitespaces. | -1/+2 | ||
| 2021-02-12 | Empty fields have been accounted for by getting usually non-empty ones. | -7/+8 | ||
| 2021-02-11 | Made flake8 very happy. | -2/+2 | ||
| 2021-02-11 | Added more fields and responses. | -5/+25 | ||