aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | | * | | | | | | | | | `!user` command says if user is "Verified"Gravatar Steele2020-12-25-2/+2
| |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, `!user` said if the user is "Pending", whereas "Verified" is the boolean opposite.
* | | | | | | | | | | | | | | | Merge pull request #1328 from python-discord/swfarnsworth/developer_commandGravatar ks1292020-12-24-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual verification with `!verify` sends the user the confirmation DM.
| * | | | | | | | | | | | | | | | `if user.pending` -> `if not user.pending`Gravatar Steele Farnsworth2020-12-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a logic error. This functionality is unfortunately difficult to test outside of production.
| * | | | | | | | | | | | | | | | `ALTERNATE_VERIFIED_MESSAGE`: "You're" -> "You are".Gravatar Steele2020-12-23-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Steele2020-12-23-136/+167
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/developer_command
* | | | | | | | | | | | | | | | | Merge pull request #1337 from python-discord/ks123/pepGravatar Dennis Pham2020-12-23-136/+167
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move PEP command and utils to own cog, fix bug related not checking status and add GitHub token
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into ks123/pepGravatar Dennis Pham2020-12-23-10/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Move PEP cog to info extensions categoryGravatar ks1292020-12-23-0/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Move constants out from classGravatar ks1292020-12-23-5/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into ks123/pepGravatar ks1292020-12-20-124/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove unused constantGravatar ks1292020-12-20-1/+0
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Implement GitHub API authorization headerGravatar ks1292020-12-20-1/+9
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Log warning and return early when can't get PEP URLs from APIGravatar ks1292020-12-20-0/+4
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Make last PEPs listing refresh non-optionalGravatar ks1292020-12-20-1/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Set last PEPs listing at beginning of functionGravatar ks1292020-12-20-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Move PEP related functions and command to own cogGravatar ks1292020-12-20-136/+154
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add GitHub API key to config as environment variableGravatar ks1292020-12-20-0/+2
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Steele2020-12-22-9/+41
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/developer_command
* | | | | | | | | | | | | | | | | | | Merge pull request #1332 from python-discord/ks123/sentryGravatar Joe Banks2020-12-21-9/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into ks123/sentryGravatar Dennis Pham2020-12-20-125/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix wrong way for getting Git SHAGravatar ks1292020-12-20-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Remove aiohttp integrationGravatar ks1292020-12-20-2/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Use bot prefix instead pydis-bot for Sentry release workflowGravatar ks1292020-12-20-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Attach release on Sentry SDK initializationGravatar ks1292020-12-20-1/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add constant for Git SHAGravatar ks1292020-12-20-0/+3
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Inject Git SHA in container build workflowGravatar ks1292020-12-20-0/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Consume Git SHA build arg and add to it to environmentGravatar ks1292020-12-20-1/+5
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Create workflow for creating Sentry releaseGravatar ks1292020-12-19-0/+24
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Pump Sentry SDK version from 0.14 to 0.19Gravatar ks1292020-12-19-5/+5
| |/ / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | Rewrite `!verify` to account for new native-gate-only verification.Gravatar Steele2020-12-22-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed method; if not `user.pending`, adds and immediately removes an arbitrary role (namely the Announcements role), which verifies the user.
| | | * | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Steele2020-12-20-403/+351
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/developer_command
* | | | | | | | | | | | | | | | | | | Add the clear alias to the clean commandGravatar Matteo Bertucci2020-12-20-1/+1
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1333 from ↵Gravatar ks1292020-12-20-124/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/backend/bot-j8/api-session-closed Hopefully fix the API session being closed when populating the filter cache on startup
| * | | | | | | | | | | | | | | | | Remove obsolete test casesGravatar MarkKoz2020-12-19-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to remove these when removing `loop_is_running` in a previous commit.
| * | | | | | | | | | | | | | | | | APIClient: create the session directly in __init__Gravatar MarkKoz2020-12-19-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The client is already instantiated in a coroutine and aiohttp won't complain. Therefore, scheduling a task to create the session is redundant.
| * | | | | | | | | | | | | | | | | Bot: cease support of Bot.clear()Gravatar MarkKoz2020-12-19-51/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supporting the function means supporting re-use of a closed Bot. However, this functionality is not relied upon by anything nor will it ever be in the foreseeable future. Support of it required scheduling any needed startup coroutines as tasks. This made augmenting the Bot clunky and didn't make it easy to wait for startup coroutines to complete before logging in.
| * | | | | | | | | | | | | | | | | APIClient: remove obsolete functionGravatar MarkKoz2020-12-19-14/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | APIClient: simplify session creationGravatar MarkKoz2020-12-19-39/+10
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making the class-reusable is not worth the added complexity.
| * | | | | | | | | | | | | | | | Responses from the bot mention the user.Gravatar Steele2020-12-17-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, responses from the bot would say the name of the user rather than mentioning them.
| * | | | | | | | | | | | | | | | User gets the bot DM when verified via `!verify`.Gravatar Steele2020-12-17-1/+2
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ALTERNATE_VERIFIED_MESSAGE` now begins "You're now verified!" instead of "Thanks for accepting our rules!".
| | | | | | | * | | | | | | | | Fix flake8 pre-commit hook running through PyCharmGravatar MarkKoz2020-12-19-1/+1
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix silence testsGravatar Joe Banks2020-12-19-3/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove unused importGravatar Joe Banks2020-12-19-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | kaizen: remove role check from bot account commandsGravatar Joe Banks2020-12-19-2/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix silence command to use guild default roleGravatar Joe Banks2020-12-19-16/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix invalid config name in voice gateGravatar Joe Banks2020-12-19-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Downgrade `markdownify` from 0.6.0 to 0.5.3.Gravatar Den42002020-12-18-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.6.0 brought breaking changes to markdownify, so we'll downgrade.
* | | | | | | | | | | | | | | Fix pending testsGravatar Joe Banks2020-12-19-4/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove unused dateutil importsGravatar Joe Banks2020-12-19-2/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove usage of joined_at metricity API itemGravatar Joe Banks2020-12-19-24/+9
| | | | | | | | | | | | | | |