| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Refractors SendMessage Function | 2020-11-24 | -39/+46 | |
| * | Fixes Typo in Doc | 2020-11-24 | -1/+1 | |
| * | Removes AnyChannel Converter | 2020-11-24 | -91/+3 | |
| * | Fixes Voice Channel Access | 2020-11-24 | -1/+1 | |
| * | Refractors For Style Guidelines | 2020-11-24 | -13/+20 | |
| * | Finalizes Silence & Unsilence UnitTests | 2020-11-23 | -17/+32 | |
| * | Adds Silence & Unsilence UnitTests | 2020-11-23 | -1/+211 | |
| * | Removes Redundant Exception Handling | 2020-11-23 | -38/+20 | |
| * | General Silence Class Tests | 2020-11-23 | -17/+126 | |
| * | Fixes Voice Silence Reporting | 2020-11-23 | -6/+5 | |
| * | Fix Failing Functions | 2020-11-23 | -1/+1 | |
| * | Make Voice Channel Kick Optional | 2020-11-23 | -16/+34 | |
| * | Merge branch 'voicechannel-mute' of https://github.com/HassanAbouelela/bot in... | 2020-11-23 | -0/+0 | |
| |\ | ||||
| | * | Write AnyChannelConverter Tests | 2020-11-23 | -0/+48 | |
| * | | Write AnyChannelConverter Tests | 2020-11-23 | -0/+48 | |
| |/ | ||||
| * | Add VC Mute Failure Notification | 2020-11-23 | -21/+24 | |
| * | Add VC Mute Functionality | 2020-11-22 | -2/+64 | |
| * | Merge branch 'master' into voicechannel-mute | 2020-11-22 | -430/+589 | |
| |\ | ||||
| | * | Merge pull request #1204 from python-discord/superstar-fix | 2020-11-21 | -49/+50 | |
| | |\ | ||||
| | | * | Empty commit | 2020-11-21 | -0/+0 | |
| | | * | Merge branch 'master' into superstar-fix | 2020-11-21 | -1982/+3751 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #1287 from python-discord/help-channel-msg | 2020-11-21 | -10/+25 | |
| | |\ \ | ||||
| | | * \ | Merge branch 'master' into help-channel-msg | 2020-11-21 | -371/+514 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | * | | | Merge pull request #1293 from ks129/emojis-filter | 2020-11-20 | -26/+61 | |
| | |\ \ \ | ||||
| | | * \ \ | Merge branch 'master' into emojis-filter | 2020-11-20 | -345/+453 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||
| | * | | | | Checkout code so we can deploy | 2020-11-19 | -0/+9 | |
| | * | | | | Merge pull request #1291 from python-discord/sebastiaan/backend/fix-deploy-stage | 2020-11-19 | -172/+36 | |
| | |\ \ \ \ | ||||
| | | * | | | | Fix the deploy stage of our build pipeline | 2020-11-19 | -172/+36 | |
| | |/ / / / | ||||
| | * | | | | Merge pull request #1286 from python-discord/kubernetes-deploy | 2020-11-19 | -3/+195 | |
| | |\ \ \ \ | ||||
| | | * \ \ \ | Merge branch 'master' into kubernetes-deploy | 2020-11-19 | -286/+486 | |
| | | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | | Merge pull request #1290 from python-discord/sebastiaan/backend/improve-actio... | 2020-11-19 | -59/+80 | |
| | |\ \ \ \ \ | ||||
| | | * | | | | | Add comment explaining buildx to workflow | 2020-11-19 | -0/+6 | |
| | | * | | | | | Use GHCR image tags in Pipfile | 2020-11-18 | -2/+2 | |
| | | * | | | | | Update badges in README to new workflows | 2020-11-18 | -1/+7 | |
| | | * | | | | | Make sure we lint the actual pull request | 2020-11-18 | -55/+64 | |
| | | * | | | | | Pull snekbox image from GHCR in docker-compose | 2020-11-18 | -1/+1 | |
| | |/ / / / / | ||||
| | * | | | | | Merge pull request #1245 - global bot instance | 2020-11-16 | -282/+304 | |
| | |\ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge master and fix conflicts | 2020-11-16 | -747/+1885 | |
| | | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | | * | | | | | Set up Sentry when running rather than upon import | 2020-10-17 | -1/+3 | |
| | | * | | | | | Move bot creation code from __main__.py to bot.py | 2020-10-17 | -53/+58 | |
| | | * | | | | | Move logging set up to a separate module | 2020-10-17 | -83/+93 | |
| | | * | | | | | Syncers: make functions static | 2020-10-17 | -65/+49 | |
| | | * | | | | | Use global bot instance in syncers | 2020-10-16 | -45/+62 | |
| | | * | | | | | Use global bot instance in Interpreter | 2020-10-16 | -4/+4 | |
| | | * | | | | | Use global bot instance in try_get_channel | 2020-10-16 | -10/+8 | |
| | | * | | | | | Use global bot instance in wait_for_deletion | 2020-10-16 | -10/+8 | |
| | | * | | | | | Use global bot instance in send_to_paste_service | 2020-10-16 | -27/+28 | |
| | | * | | | | | Add global bot instance | 2020-10-16 | -3/+10 | |
| | | | * | | | | Update snekbox address in config-default.yml | 2020-11-19 | -1/+1 | |
| | | | * | | | | Update config options with new hosts | 2020-11-15 | -2/+2 | |