| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Change standalone programs to interactive sessions | 2020-05-17 | -8/+13 | |
| * | Apply language improvements proposed from kwzrd | 2020-05-17 | -3/+3 | |
| * | Fix hard-wrapping in mutability.md | 2020-04-01 | -7/+5 | |
| * | header->bold in mutability.md | 2020-04-01 | -1/+1 | |
| * | Add mutability.md tag | 2020-04-01 | -0/+34 | |
| * | Merge pull request #852 from ks129/infraction-edit | 2020-03-31 | -1/+6 | |
| |\ | ||||
| | * | Merge branch 'master' into infraction-edit | 2020-03-31 | -60/+562 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #854 from ks129/tags-trashcan-react | 2020-03-31 | -5/+17 | |
| |\ \ | ||||
| | * \ | Merge branch 'master' into tags-trashcan-react | 2020-03-31 | -55/+545 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #846 from python-discord/feat/filter/322/merge-tokens-words | 2020-03-31 | -41/+21 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' into feat/filter/322/merge-tokens-words | 2020-03-31 | -15/+617 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #833 from ks129/zen-match-fix | 2020-03-31 | -1/+11 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'master' into zen-match-fix | 2020-03-31 | -14/+606 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #845 from python-discord/update-logging-levels | 2020-03-31 | -10/+9 | |
| |\ \ \ \ \ | ||||
| | * \ \ \ \ | Merge branch 'master' into update-logging-levels | 2020-03-31 | -12/+656 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Set unsilence permissions to inherit instead of true | 2020-03-30 | -2/+2 | |
| * | | | | | | Merge pull request #812 from Numerlor/hush-cog | 2020-03-30 | -3/+504 | |
| |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ | Merge branch 'master' into hush-cog | 2020-03-30 | -548/+1802 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| | * | | | | | | Add tests for `HushDurationConverter`. | 2020-03-17 | -0/+30 | |
| | * | | | | | | Add tests ensuring permissions get preserved. | 2020-03-17 | -0/+31 | |
| | * | | | | | | Use set `discard` instead of `remove`. | 2020-03-17 | -3/+2 | |
| | * | | | | | | Add docstring to test. | 2020-03-17 | -0/+1 | |
| | * | | | | | | Fix test name. | 2020-03-17 | -1/+1 | |
| | * | | | | | | Remove `alert_channel` mention from docstring. | 2020-03-17 | -1/+1 | |
| | * | | | | | | Remove one indentation level. | 2020-03-17 | -3/+3 | |
| | * | | | | | | Reword `unsilence` docstring. | 2020-03-17 | -2/+1 | |
| | * | | | | | | Remove `channel` mentions from command docstrings. | 2020-03-17 | -2/+2 | |
| | * | | | | | | Rename `cog_unload` tests. | 2020-03-17 | -2/+2 | |
| | * | | | | | | Fix `test_cog_unload` passing tests with invalid values. | 2020-03-17 | -1/+1 | |
| | * | | | | | | Handle and log `CommandErrors` on `.can_run`. | 2020-03-16 | -1/+6 | |
| | * | | | | | | Remove long indentation from docstrings. | 2020-03-15 | -6/+6 | |
| | * | | | | | | Set `_get_instance_vars_event` in test's `setUp`. | 2020-03-15 | -0/+2 | |
| | * | | | | | | Adjust tests for new calling behaviour. | 2020-03-15 | -2/+2 | |
| | * | | | | | | Document returns values of private methods. | 2020-03-15 | -0/+2 | |
| | * | | | | | | Block commands until all instance vars are loaded. | 2020-03-15 | -0/+4 | |
| | * | | | | | | Assign created task to a var. | 2020-03-15 | -1/+1 | |
| | * | | | | | | Pass kwargs directly instead of a PermissionOverwrite. | 2020-03-15 | -9/+3 | |
| | * | | | | | | Change BadArgument error wording. | 2020-03-15 | -1/+1 | |
| | * | | | | | | Add Silence cog load to docstring. | 2020-03-15 | -1/+1 | |
| | * | | | | | | Move coro execution outside of if condition. | 2020-03-15 | -8/+6 | |
| | * | | | | | | Adjust docstring styling. | 2020-03-15 | -2/+2 | |
| | * | | | | | | Use dict instead of a set and custom class. | 2020-03-15 | -44/+8 | |
| | * | | | | | | Add tests for `_notifier`. | 2020-03-11 | -0/+19 | |
| | * | | | | | | Improve commands help. | 2020-03-11 | -3/+5 | |
| | * | | | | | | Add logging to commands. | 2020-03-11 | -0/+3 | |
| | * | | | | | | Change various logging levels. | 2020-03-11 | -7/+7 | |
| | * | | | | | | Add tests for `remove_channel`. | 2020-03-11 | -0/+18 | |
| | * | | | | | | Remove `_current_loop` from setup. | 2020-03-11 | -2/+1 | |
| | * | | | | | | Add tests for `add_channel`. | 2020-03-11 | -0/+21 | |
| | * | | | | | | Create test case for `SilenceNotifier` | 2020-03-11 | -1/+7 | |