aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Gravatar ks1292020-05-13-1/+1
| | | | `wait_until_ready`
* 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
| | | | Made modification to include new PEPs faster.
* Refactor `pep` command, implement cachingGravatar ks1292020-04-25-55/+46
| | | | Moved PEP embed getting to function, that use caching.
* Created new task in `Utils` cog: `refresh_peps_urls`Gravatar ks1292020-04-25-1/+20
| | | | Task refresh listing of PEPs + URLs in every 24 hours
* 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 issue
| | * 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
| |\ | | | | | | Answered help session statistics
| | * 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 ↵Gravatar Joseph Banks2020-04-20-0/+15
| |/ | | | | | | anyone but the claimant
* / Improve `!pep` commandGravatar ks1292020-04-21-6/+3
|/ | | | | - Made `pep_number` type hint to `int` to avoid unnecessary manual converting. - Added `ctx.trigger_typing` calling to show user that bot is responding.
* Merge pull request #875 from python-discord/bug/info/869/tag-encodingGravatar Mark2020-04-19-1/+1
|\ | | | | Explicitly use UTF-8 to read tag files
| * Merge branch 'master' into bug/info/869/tag-encodingGravatar Mark2020-04-19-52/+354
| |\ | |/ |/|
* | Merge pull request #877 from ↵Gravatar Shirayuki Nekomata2020-04-18-2/+8
|\ \ | | | | | | | | | | | | python-discord/bug/frontend/870/help-channel-dm-category HelpChannels: fix AttributeError getting a category for a DMChannel
| * \ 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
|\ \ \ | | | | | | | | Fix wrong exception type in syncing
| * \ \ Merge branch 'master' into syncer-timeout-fixGravatar kwzrd2020-04-17-181/+1253
| |\ \ \ | |/ / / |/| | |
* | | | Remove `.md` from anti-malware whitelistGravatar Sebastiaan Zeeff2020-04-16-1/+0
| | | | | | | | | | | | We want our members to use the paste site to share text-based files instead of them sharing the files as attachments on Discord. As `.md`, a file extensions used for plain-text files with markdown formatting, is such a text file, I've removed it from the anti-malware whitelist.
* | | | Merge pull request #881 from ↵Gravatar Shirayuki Nekomata2020-04-14-4/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | python-discord/help-channels-keep-dormant-invocation Reverse deletion of `!dormant` invocation messages
| * | | | Revert deletion of !dormant invocation messagesGravatar Sebastiaan Zeeff2020-04-14-4/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #868 introduced the automatic deletion of the message that issued the `!dormant` command. The idea behind this was that moving the channel to the dormant category makes it obvious that a channel has gone dormant and the message would only serve as visual clutter. However, removing the command invocation also means that it's less obvious why a channel was moved to the dormant category. As the message gets deleted almost immediately, you have to be actively watching the channel to know that the command was issued and who issued it. This has already caused some confusion where helping members where left wondering why a channel suddenly went dormant while they felt that the conversation was still ongoing. To improve the user experience, this commit removes the deletions of the command invocation messages.
* | | | [stat] Tag statistic was using the user input as the series name, not the ↵Gravatar Joseph Banks2020-04-13-1/+1
| | | | | | | | | | | | | | | | resolved tag name
* | | | [stat] Create a statistic for whether dormant was called by the claimant or ↵Gravatar Joseph Banks2020-04-12-1/+7
| | | | | | | | | | | | | | | | staff
* | | | Merge branch 'Numerlor-help-dormant-feedback' into `master`Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|\ \ \ \ | | | | | | | | | | | | | | | After resolving the merge conflicts created by the recent stats addition, I'm merging this into master. No functional changes were made during conflict resolution (hopefully) and the merge has been tested.
| * | | | Merge branch 'help-dormant-feedback' of https://github.com/Numerlor/bot into ↵Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|/| | | | | | | | | | | | | | | | | | | Numerlor-help-dormant-feedback
| * | | | Fix `help_channel_claimants` typehint.Gravatar Numerlor2020-04-10-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ctx.author` that is used to populate the dict returns a `Member` object in most cases while only `User` was documented as a possible value.
| * | | | Use synchronized permission reset.Gravatar Numerlor2020-04-10-1/+1
| | | | |
| * | | | Specify encoding to logging file handler.Gravatar Numerlor2020-04-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new addition of non latin-11 chars in channel names - which get logged, the logging to files fails on those entries on OSs where the default encoding is not utf8 or an other encoding capable of handling them.
| * | | | Delete channel from claimant cache.Gravatar Numerlor2020-04-09-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleting the channel from the claimant cache on invokation of the dormant command prevents users running the command multiple times before the bot moves it.
| * | | | Reverse order of moving to dormant and task cancellation.Gravatar Numerlor2020-04-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reversing the order ensures the task is not cancelled when moving to dormant fails which gives a fallback to move it after the initial period of time.
| * | | | HelpChannels: check author of dormant messageGravatar MarkKoz2020-04-09-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a testing environment, the bot may try to edit the message of a different bot. Therefore, the author of the message should be checked to ensure the current bot sent it.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Co-authored-by: MarkKoz <[email protected]>
| * | | | Add spacing.Gravatar Numerlor2020-04-09-0/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: MarkKoz <[email protected]>
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Only resetting the permission caused the overwrites for the users to remain on the category, potentially piling up and causing further issues.
| * | | | Reverse help_channel_user pairs.Gravatar Numerlor2020-04-09-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pairing users to channels was a design flaw, because the keys didn't get overwritten. This allowed multiple users to access the dormant command for the running session of the bot. Replacing this with a reversed paring fixes both issues because the cache is overwritten on channel activation.
| * | | | Cancel permission restoration task.Gravatar Numerlor2020-04-09-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the dormant command is used and the permissions are restored for the user that started the session, the task for restoring them after the claim time has passed is no longer necessary.
| * | | | Handle dormant invokation not being found.Gravatar Numerlor2020-04-09-1/+4
| | | | |