aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* PEP Improvisations: Implemented stats to PEP commandGravatar ks1292020-05-14-7/+11
* PEP Improvisations: Made PEP URLs refreshing task PEP number resolving easierGravatar ks1292020-05-13-2/+4
* PEP Improvisations: Added logging to PEP URLs fetching taskGravatar ks1292020-05-13-0/+3
* PEP Improvisations: Replaced `wait_until_guild_available` with `wait_until_re...Gravatar ks1292020-05-13-1/+1
* PEP Improvisations: Added `staticmethod` decorator to `get_pep_zero_embed`Gravatar ks1292020-05-13-1/+2
* PEP Improvisations: Moved PEP functions to one regionGravatar ks1292020-05-13-27/+29
* Replaced 24 hours with 3 hours in `refresh_peps_urls`Gravatar ks1292020-04-25-2/+2
* Refactor `pep` command, implement cachingGravatar ks1292020-04-25-55/+46
* Created new task in `Utils` cog: `refresh_peps_urls`Gravatar ks1292020-04-25-1/+20
* Moved `async_cache` decorator from `Doc` cog file to `utils/cache.py`Gravatar ks1292020-04-25-30/+34
* Merge branch 'master' into pep-improvisationsGravatar ks1292020-04-21-6/+44
|\
| * Merge pull request #900 from python-discord/fix-category-cache-issueGravatar Sebastiaan Zeeff2020-04-21-3/+2
| |\
| | * Fix category cache issueGravatar Joseph Banks2020-04-21-3/+2
| |/
| * Merge pull request #896 from python-discord/answered-session-statsGravatar Mark2020-04-20-3/+42
| |\
| | * HelpChannels: add logging to answered checkGravatar MarkKoz2020-04-20-3/+4
| | * Extra documentation + split out to separate functionGravatar Joseph Banks2020-04-20-8/+26
| | * Add different emoji for different channel statuses (in use answered/unanswered)Gravatar Joseph Banks2020-04-20-2/+7
| | * Incorrect comparison, we need to check if we are in help_in_use, not out of itGravatar Joseph Banks2020-04-20-1/+1
| | * Add statistics on whether a help session was closed with no input from anyone...Gravatar Joseph Banks2020-04-20-0/+15
| |/
* / Improve `!pep` commandGravatar ks1292020-04-21-6/+3
|/
* Merge pull request #875 from python-discord/bug/info/869/tag-encodingGravatar Mark2020-04-19-1/+1
|\
| * Merge branch 'master' into bug/info/869/tag-encodingGravatar Mark2020-04-19-52/+354
| |\ | |/ |/|
* | Merge pull request #877 from python-discord/bug/frontend/870/help-channel-dm-...Gravatar Shirayuki Nekomata2020-04-18-2/+8
|\ \
| * \ Merge branch 'master' into bug/frontend/870/help-channel-dm-categoryGravatar Shirayuki Nekomata2020-04-18-50/+346
| |\ \ | |/ / |/| |
* | | Merge pull request #874 from ks129/syncer-timeout-fixGravatar kwzrd2020-04-17-2/+4
|\ \ \
| * \ \ Merge branch 'master' into syncer-timeout-fixGravatar kwzrd2020-04-17-181/+1253
| |\ \ \ | |/ / / |/| | |
* | | | Remove `.md` from anti-malware whitelistGravatar Sebastiaan Zeeff2020-04-16-1/+0
* | | | Merge pull request #881 from python-discord/help-channels-keep-dormant-invoca...Gravatar Shirayuki Nekomata2020-04-14-4/+0
|\ \ \ \
| * | | | Revert deletion of !dormant invocation messagesGravatar Sebastiaan Zeeff2020-04-14-4/+0
|/ / / /
* | | | [stat] Tag statistic was using the user input as the series name, not the res...Gravatar Joseph Banks2020-04-13-1/+1
* | | | [stat] Create a statistic for whether dormant was called by the claimant or s...Gravatar Joseph Banks2020-04-12-1/+7
* | | | Merge branch 'Numerlor-help-dormant-feedback' into `master`Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|\ \ \ \
| * | | | Merge branch 'help-dormant-feedback' of https://github.com/Numerlor/bot into ...Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|/| | | |
| * | | | Fix `help_channel_claimants` typehint.Gravatar Numerlor2020-04-10-1/+3
| * | | | Use synchronized permission reset.Gravatar Numerlor2020-04-10-1/+1
| * | | | Specify encoding to logging file handler.Gravatar Numerlor2020-04-09-1/+1
| * | | | Delete channel from claimant cache.Gravatar Numerlor2020-04-09-0/+3
| * | | | Reverse order of moving to dormant and task cancellation.Gravatar Numerlor2020-04-09-1/+1
| * | | | HelpChannels: check author of dormant messageGravatar MarkKoz2020-04-09-3/+2
| * | | | Suppress errors when resetting permissions.Gravatar Numerlor2020-04-09-1/+2
| * | | | Move permissions reset up.Gravatar Numerlor2020-04-09-1/+2
| * | | | Move message deletion up.Gravatar Numerlor2020-04-09-3/+4
| * | | | Reword comment.Gravatar Numerlor2020-04-09-1/+1
| * | | | Add spacing.Gravatar Numerlor2020-04-09-0/+1
| * | | | Reword strings to reflect name changes.Gravatar Numerlor2020-04-09-6/+6
| * | | | Change names to more descriptive ones.Gravatar Numerlor2020-04-09-6/+6
| * | | | Delete overwrite instead of send_messages permission.Gravatar Numerlor2020-04-09-1/+1
| * | | | Reverse help_channel_user pairs.Gravatar Numerlor2020-04-09-6/+4
| * | | | Cancel permission restoration task.Gravatar Numerlor2020-04-09-0/+2
| * | | | Handle dormant invokation not being found.Gravatar Numerlor2020-04-09-1/+4