| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | EH Tests: Created test cases set + already handled error test | 2020-05-18 | -0/+22 | |
| * | Merge pull request #858 from python-discord/decorator-factory-mutability-tag | 2020-05-17 | -0/+37 | |
| |\ | ||||
| | * | Merge branch 'master' into decorator-factory-mutability-tag | 2020-05-17 | -890/+2365 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #949 from python-discord/help-command-fix-invocation | 2020-05-17 | -41/+33 | |
| |\ \ | ||||
| | * | | Use `Command`-object for `send_help` | 2020-05-17 | -21/+21 | |
| | * | | Use `send_help` to invoke command help | 2020-05-17 | -40/+32 | |
| |/ / | ||||
| * | | Merge pull request #519 from mathsman5133/help-refactor | 2020-05-17 | -460/+269 | |
| |\ \ | ||||
| | * \ | Merge branch 'master' into help-refactor | 2020-05-17 | -1/+1 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #946 from vivax3794/master | 2020-05-17 | -1/+1 | |
| |\ \ \ | ||||
| | * | | | added "solved" as a alias for "closed" | 2020-05-17 | -1/+1 | |
| |/ / / | ||||
| | * | | fix redirect_output decorator; remove ninja code | 2020-05-16 | -76/+66 | |
| | * | | Merge branch 'master' into help-refactor | 2020-05-15 | -447/+2127 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Remove @Admins ping from the #verification message | 2020-05-14 | -1/+1 | |
| * | | | Remove everyone-ping from mentions alert | 2020-05-14 | -1/+0 | |
| * | | | Merge pull request #899 from ks129/python-news | 2020-05-13 | -55/+321 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' into python-news | 2020-05-13 | -219/+522 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Expand guild whitelist | 2020-05-12 | -1/+7 | |
| * | | | | Merge pull request #924 from python-discord/feature/hemlock/perma-ban-overrid... | 2020-05-11 | -20/+58 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'master' into feature/hemlock/perma-ban-override-temp | 2020-05-11 | -58/+34 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #938 from Suhail6inkling/remind_alias | 2020-05-11 | -1/+1 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Add remindme alias for the remind command | 2020-05-10 | -1/+1 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #923 from python-discord/feat/util/remove-mention-cmd | 2020-05-08 | -56/+2 | |
| |\ \ \ \ \ | ||||
| | * \ \ \ \ | Merge branch 'master' into feat/util/remove-mention-cmd | 2020-05-08 | -1/+31 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #903 from python-discord/bug/backend/894/win-selector-loop | 2020-05-07 | -1/+7 | |
| |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ | Merge branch 'master' into bug/backend/894/win-selector-loop | 2020-05-07 | -136/+405 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #919 from python-discord/bug/backend/911/log-listener-exce... | 2020-05-05 | -0/+12 | |
| |\ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into bug/backend/911/log-listener-exceptions | 2020-05-05 | -3/+16 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #925 from Savant-Dev/antimalware | 2020-05-05 | -0/+12 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into antimalware | 2020-05-05 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| | * | | | | | | | | Update antimalware to filter txt files in cases where messages were longer th... | 2020-05-04 | -5/+5 | |
| | * | | | | | | | | Update extension filter to distinguish .txt in cases where messages are longe... | 2020-05-01 | -1/+1 | |
| | * | | | | | | | | Update extension filter to distinguish .txt in cases where messages are longe... | 2020-05-01 | -0/+12 | |
| | | * | | | | | | | Log unhandled errors from event listeners | 2020-04-29 | -0/+12 | |
| | | | * | | | | | | Fix awaiting non-coroutine when closing the statsd transport | 2020-04-24 | -1/+1 | |
| | | | * | | | | | | Use selector event loop on Windows | 2020-04-22 | -0/+6 | |
| | | | | * | | | | | Remove mention command constants | 2020-05-02 | -10/+0 | |
| | | | | * | | | | | Remove the mention command | 2020-05-01 | -46/+2 | |
| | |_|_|/ / / / / |/| | | | | | | | ||||
| | | | | * | | | | Restructure `apply_ban()` logic | 2020-05-11 | -12/+7 | |
| | | | | * | | | | apply_ban() logic refined | 2020-05-07 | -15/+15 | |
| | | | | * | | | | Addressing Review Changes | 2020-05-07 | -25/+31 | |
| | | | | * | | | | Merge branch 'master' into feature/hemlock/perma-ban-override-temp | 2020-05-04 | -2/+2 | |
| | | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #922 from python-discord/bug/info/914/user-animated-avatar | 2020-05-01 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| | * | | | | | | | Tests: change avatar_url_as assertion to use static_format | 2020-04-30 | -1/+1 | |
| | * | | | | | | | Display animated avatars in the user info command | 2020-04-30 | -1/+1 | |
| |/ / / / / / / | ||||
| | | | * / / / | Perma Bans now Overwrite Temp Bans | 2020-05-04 | -18/+55 | |
| | |_|/ / / / |/| | | | | | ||||
| * | | | | | | Run a category check before logging that we are checking for an answered help... | 2020-04-30 | -1/+2 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #913 from python-discord/add-bottom-sorting-to-help-channels | 2020-04-28 | -12/+63 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Log ID of member who claimed a help channel | 2020-04-28 | -0/+1 | |
| | * | | | | | Add option to ingore channels in help categories | 2020-04-28 | -3/+14 | |
| | * | | | | | Insert help channels at the bottom of the category | 2020-04-28 | -9/+48 | |
| |/ / / / / | ||||