| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into voicechannel-mute | 2020-12-22 | -23/+7 | |
| |\ | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela<[email protected]> # Conflicts # bot/exts/moderation/silence.py # bot/exts/moderation/test_silence.py | |||
| | * | Remove obsolete test cases | 2020-12-19 | -8/+0 | |
| | | | | | | | | | | | Forgot to remove these when removing `loop_is_running` in a previous commit. | |||
| | * | Fix silence tests | 2020-12-19 | -3/+3 | |
| | | | ||||
| | * | Fix silence command to use guild default role | 2020-12-19 | -9/+0 | |
| | | | ||||
| | * | Fix pending tests | 2020-12-19 | -2/+2 | |
| | | | ||||
| | * | Added catching for unparsable short ISO dates. | 2020-12-11 | -0/+1 | |
| | | | ||||
| * | | Fixes Voice Silence Tests | 2020-12-01 | -34/+32 | |
| | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Refractors According To Style Guide | 2020-11-28 | -64/+56 | |
| | | | | | | | | | | | | | Updates changes made in the PR to be more inline with style guide. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Refractors Voice Sync Helper | 2020-11-28 | -49/+75 | |
| | | | | | | | | | | | | | | | | | Refractors the voice sync helper function into two different functions, one for each purpose. Moves the afk_channel get/creation code to its own function. Updates tests. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Clarifies Constants Use in Silence | 2020-11-28 | -1/+1 | |
| | | | | | | | | | | | | | | | Changes all usages of bot.constant to use dotted path to remove confusion and namespace collision. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Fixes Typo in Silence Tests | 2020-11-24 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Moves VoiceChat Sync Out of Overwrites Function | 2020-11-24 | -5/+7 | |
| | | | | | | | | | | | | | | | | | VoiceChat sync only needs to be called when the command is invoked, instead of while updating permissions. Moved call to command function to reflect that, and fixed failing tests. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Refractors SendMessage Function | 2020-11-24 | -22/+32 | |
| | | | | | | | | | | | | | | | Refractors the send message function in silence to make it more understandable and flexible. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Fixes Typo in Doc | 2020-11-24 | -1/+1 | |
| | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| * | | Removes AnyChannel Converter | 2020-11-24 | -48/+0 | |
| | | | | | | | | | | | | | | | Removes the AnyChannel converter in favor of a combination of Text and Voice converters. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Finalizes Silence & Unsilence UnitTests | 2020-11-23 | -17/+32 | |
| | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Adds Silence & Unsilence UnitTests | 2020-11-23 | -1/+211 | |
| | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | General Silence Class Tests | 2020-11-23 | -5/+111 | |
| | | | | | | | | | | | | | Adds tests for helper functions in the silence cog. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Write AnyChannelConverter Tests | 2020-11-23 | -0/+48 | |
| | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Merge branch 'master' into voicechannel-mute | 2020-11-22 | -86/+104 | |
| |\| | ||||
| | * | Merge branch 'master' into emojis-filter | 2020-11-20 | -82/+79 | |
| | |\ | ||||
| | | * | Merge master and fix conflicts | 2020-11-16 | -194/+633 | |
| | | |\ | ||||
| | | * | | Syncers: make functions static | 2020-10-17 | -49/+32 | |
| | | | | | | | | | | | | | | | | | | | | | The classes no longer hold any state since they can use the global bot instance. | |||
| | | * | | Use global bot instance in syncers | 2020-10-16 | -24/+37 | |
| | | | | | | | | | | | | | | | | | | | | | They're pretty close to being fully static classes, but it's difficult to make the name attribute a static abstract property. | |||
| | | * | | Use global bot instance in send_to_paste_service | 2020-10-16 | -21/+22 | |
| | | | | | ||||
| | * | | | Cover Unicode emojis catching as antispam rule with test cases | 2020-11-20 | -4/+25 | |
| | | |/ | |/| | ||||
| * / | | Adds VoiceChannel Mute | 2020-11-16 | -6/+6 | |
| |/ / | | | | | | | | | | | | | | | Adds an optional channel parameter to silence and unsilence commands, and adds ability to silence voice channels. TODO: New Tests Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Merge pull request #1212 from mbaruh/master | 2020-10-22 | -0/+7 | |
| |\ \ | | | | | | | Added interleaving text in code blocks option | |||
| | * | | adjusted prepare_input docs and unittests | 2020-10-08 | -0/+7 | |
| | | | | ||||
| * | | | Merge master and fix LICENSE-THIRD-PARTY conflict | 2020-10-21 | -1/+147 | |
| |\ \ \ | ||||
| | * | | | Remove test for case when user don't have VV for voice ban | 2020-10-18 | -8/+0 | |
| | | | | | ||||
| | * | | | Fix voice ban command name in test | 2020-10-18 | -1/+1 | |
| | | | | | ||||
| | * | | | Update tests to not automatically adding back verified after vban expire | 2020-10-18 | -3/+0 | |
| | | | | | ||||
| | * | | | Fix user not found info field test | 2020-10-18 | -1/+1 | |
| | | | | | ||||
| | * | | | Fix linting for voice gate and voice ban | 2020-10-11 | -1/+1 | |
| | | | | | ||||
| | * | | | Create test for voice unban fail send DM | 2020-10-11 | -0/+15 | |
| | | | | | ||||
| | * | | | Create base test for voice unban | 2020-10-11 | -0/+18 | |
| | | | | | ||||
| | * | | | Create test for voice ban pardon when user not found | 2020-10-11 | -0/+7 | |
| | | | | | ||||
| | * | | | Shorten voice ban reason and create test for it | 2020-10-11 | -0/+17 | |
| | | | | | ||||
| | * | | | Add Voice Ban test about calling apply_infraction | 2020-10-11 | -0/+15 | |
| | | | | | ||||
| | * | | | Create test for voice ban applying role remove ignore. | 2020-10-11 | -0/+15 | |
| | | | | | ||||
| | * | | | Check arguments for get_active_infraction in voice ban tests | 2020-10-11 | -1/+1 | |
| | | | | | ||||
| | * | | | Create test to check does this pass proper kwargs to infraction posting | 2020-10-11 | -0/+12 | |
| | | | | | ||||
| | * | | | Create test for case when posting infraction fails | 2020-10-11 | -1/+12 | |
| | | | | | ||||
| | * | | | Create test for case when user already have active Voice Ban | 2020-10-11 | -2/+11 | |
| | | | | | ||||
| | * | | | Create test for case when trying to voice ban user who haven't passed gate | 2020-10-11 | -2/+11 | |
| | | | | | ||||
| | * | | | Create test for voice unban | 2020-10-11 | -0/+6 | |
| | | | | | ||||
| | * | | | Create test for temporary voice ban | 2020-10-11 | -1/+7 | |
| | | | | | ||||
| | * | | | Create test for permanent voice ban | 2020-10-11 | -0/+17 | |
| | | |/ | |/| | ||||
| * | | | Silence tests: update docstrings in notifier tests | 2020-10-21 | -2/+2 | |
| | | | | ||||