| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'main' into tp-get_review-command | 2021-04-11 | -8/+205 | |
| |\ | ||||
| | * | Merge pull request #1511 from onerandomusername/defcon-voice-shutdown | 2021-04-09 | -2/+2 | |
| | |\ | | | | | | | Close voice channels with defcon shutdown | |||
| | | * | Close voice channels with defcon shutdown | 2021-04-08 | -2/+2 | |
| | |/ | ||||
| | * | Merge pull request #1509 from bsoyka/ytdl-terms | 2021-04-08 | -4/+4 | |
| | |\ | | | | | | | Update YouTube terms in the `ytdl` tag | |||
| | | * | Use the UK version of the YouTube TOS | 2021-04-07 | -3/+3 | |
| | | | | ||||
| | | * | Update YouTube terms in the ytdl tag | 2021-04-07 | -4/+4 | |
| | |/ | ||||
| | * | Merge pull request #1504 from python-discord/reduce-default-stream-duration | 2021-04-06 | -1/+1 | |
| | |\ | | | | | | | Reduce default duration of stream permission from 30m to 5m | |||
| | | * | Reduce default duration of stream permission from 30m to 5m | 2021-04-06 | -1/+1 | |
| | |/ | ||||
| | * | Merge pull request #1493 from python-discord/stream-and-revokestream-commands | 2021-04-06 | -2/+199 | |
| | |\ | | | | | | | Stream and revokestream commands | |||
| | | * | Merge branch 'main' into stream-and-revokestream-commands | 2021-04-06 | -153/+61 | |
| | | |\ | | |/ | |/| | ||||
| | | * | Add a comment to _reload_tasks_from_redis() in the Stream cog. | 2021-04-06 | -0/+2 | |
| | | | | ||||
| | | * | Convert back to datetime as Embed.timestamp doesn't support Arrow | 2021-04-05 | -1/+2 | |
| | | | | ||||
| | | * | Output stream command confimation in embed for automatic tz conversion | 2021-04-05 | -4/+14 | |
| | | | | ||||
| | | * | Remove redundant conversion to Arrow datetime in Stream cog | 2021-04-03 | -1/+1 | |
| | | | | ||||
| | | * | Merge branch 'stream-and-revokestream-commands' of ↵ | 2021-04-01 | -2/+2 | |
| | | |\ | | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands | |||
| | | | * | Reword logging and docstrings to different mood | 2021-04-01 | -2/+2 | |
| | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | | * | | Mention user when upgrading streaming permissions to permanent | 2021-04-01 | -1/+1 | |
| | | | | | ||||
| | | * | | Ensure duration is always tz-aware | 2021-04-01 | -2/+7 | |
| | | |/ | ||||
| | | * | Use tz aware timestamps and refactor for readibility - Stream cog | 2021-04-01 | -5/+3 | |
| | | | | ||||
| | | * | Update schedule_at() to work with tz aware date times | 2021-04-01 | -2/+6 | |
| | | | | ||||
| | | * | Remove redundant traceback log in log.exception | 2021-04-01 | -2/+2 | |
| | | | | ||||
| | | * | Only convert to naive when sending to scheduler, general refactor&comments | 2021-04-01 | -11/+20 | |
| | | | | ||||
| | | * | Convert to arrow for datetime management | 2021-04-01 | -4/+6 | |
| | | | | ||||
| | | * | Remove unnecessary wrapper variable | 2021-04-01 | -2/+3 | |
| | | | | ||||
| | | * | Change references to user's in Stream cog to members | 2021-04-01 | -40/+42 | |
| | | | | ||||
| | | * | Merge branch 'stream-and-revokestream-commands' of ↵ | 2021-04-01 | -2/+2 | |
| | | |\ | | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands | |||
| | | | * | Fix spelling errors in logging statements - Stream cog | 2021-04-01 | -2/+2 | |
| | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | | * | | Rename function in stream cog for consistancy | 2021-04-01 | -4/+4 | |
| | | | | | ||||
| | | * | | Describe redis cache var better in stream cog | 2021-04-01 | -1/+1 | |
| | | |/ | ||||
| | | * | Sprinkle some logging into the Stream cog | 2021-04-01 | -4/+15 | |
| | | | | ||||
| | | * | Stream cog docstring updates | 2021-04-01 | -3/+4 | |
| | | | | ||||
| | | * | function sig formatting, function ordering and remove unnessisary function | 2021-04-01 | -28/+10 | |
| | | | | ||||
| | | * | Remove empty test for stream cog | 2021-03-31 | -20/+0 | |
| | | | | ||||
| | | * | Atempt to get member from cache first, and handle errors from API member call | 2021-03-31 | -1/+19 | |
| | | | | ||||
| | | * | Refactor code to match prevailing style, and reword some output in streaming cog | 2021-03-31 | -8/+10 | |
| | | | | ||||
| | | * | Remove unnessisary functions in stream cog | 2021-03-31 | -6/+2 | |
| | | | | ||||
| | | * | Simplify name of function param in stream cog | 2021-03-31 | -3/+3 | |
| | | | | ||||
| | | * | Merge branch 'main' into stream-and-revokestream-commands | 2021-03-31 | -3531/+5360 | |
| | | |\ | ||||
| | | * | | Fix cancelling tasks on cog unload | 2021-02-10 | -2/+3 | |
| | | | | | ||||
| | | * | | Add permanent streaming command | 2021-02-10 | -1/+24 | |
| | | | | | ||||
| | | * | | Add redis rescheduling | 2021-02-10 | -5/+32 | |
| | | | | | ||||
| | | * | | fix default duration | 2021-02-08 | -2/+6 | |
| | | | | | ||||
| | | * | | Merge remote-tracking branch 'origin/master' | 2021-02-08 | -2/+2 | |
| | | |\ \ | ||||
| | | | * | | change for style guidelines by @MarkKoz | 2021-02-08 | -2/+2 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | | * | | | Merge remote-tracking branch 'origin/master' | 2021-02-03 | -1/+1 | |
| | | |\| | | ||||
| | | | * | | add space for readablility | 2021-02-03 | -1/+1 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | | * | | | remove unused tests | 2021-02-03 | -6/+1 | |
| | | | | | | ||||
| | | * | | | remove constants that were used once | 2021-02-03 | -6/+2 | |
| | | |/ / | ||||
| | | * | | remove unused constants by @MarkKoz | 2021-02-03 | -2/+0 | |
| | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | | * | | Add a newline for readability. by @MarkKoz | 2021-02-03 | -0/+1 | |
| | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||