aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | | | | | | | | | | Add new activity block constantGravatar Joe Banks2020-10-31-0/+2
| |/ / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | * fix(bot): statds pr review suggestionsGravatar Thomas Petersson2020-11-09-6/+14
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * fix(bot): better fallback logicGravatar Thomas Petersson2020-10-05-3/+3
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * fix(bot): refactor of connect_statsdGravatar Thomas Petersson2020-10-05-9/+5
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * fix(bot): redundant false checks on self.statsGravatar Thomas Petersson2020-10-05-11/+3
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * fix(bot): Not assign stats to NoneGravatar Thomas Petersson2020-10-05-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | self.stats is referred to as bot.stats in the project, which was overlooked. This should "disable" stats until it's successfully reconnected. The retry attempts will continue until it stops throwing or fails 10x
| | | | | | | | | | | | | | | * fix(statsd): Gracefully handle gaierroGravatar Thomas Petersson2020-10-05-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per issue #1185 the bot might go down if the statsd client fails to connect during instantiation. This can be caused by an outage on their part, or network issues. If this happens getaddrinfo will raise a gaierror. This PR catched the error, sets self.stats to None for the time being, and handles that elsewhere. In addition a fallback logic was added to attempt to reconnect, in the off-chance it's a temporary outage
* | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/dolphingarlic/botGravatar Andi Qu2020-12-08-16/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Merge branch 'master' into masterGravatar Andi Qu2020-10-28-14/+4
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix incorrect argument for _send_log when filtering evalsGravatar MarkKoz2020-10-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-AN
| | * | | | | | | | | | | | | | | Merge pull request #1257 from python-discord/code_messageGravatar Mark2020-10-27-13/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shorter `!code` message
| | | * | | | | | | | | | | | | | | "see here" -> "check this out"Gravatar Steele Farnsworth2020-10-27-1/+1
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | link to a page about finding the backtick key on different layouts.Gravatar Steele Farnsworth2020-10-26-1/+1
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Made the message significantly shorterGravatar Steele2020-10-26-13/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Removed unnecessary space before equals signGravatar Andi Qu2020-10-28-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update bot/exts/info/code_snippets.pyGravatar Andi Qu2020-10-28-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
* | | | | | | | | | | | | | | | | | Add logging for HTTP requestsGravatar Andi Qu2020-12-08-5/+10
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add file path to codeblockGravatar Andi Qu2020-12-08-2/+9
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Used a list of tuples for on_message insteadGravatar Andi Qu2020-10-27-18/+11
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Moved global functions into the cog and got rid of unnecessary aiohttp sessionsGravatar Andi Qu2020-10-27-149/+158
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Made check for valid language easier to readGravatar Andi Qu2020-10-27-1/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'python-discord-master'Gravatar Andi Qu2020-10-27-6213/+9471
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Andi Qu2020-10-27-6213/+9471
|/| | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord-master
| * | | | | | | | | | | | | | | | PR #1248: Set async-rediscache logging level to warningGravatar kwzrd2020-10-23-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Remove unnecessary getLogger callGravatar Numerlor2020-10-21-1/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Set logging level for async-rediscache to warningGravatar Numerlor2020-10-19-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1212 from mbaruh/masterGravatar Mark2020-10-22-17/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added interleaving text in code blocks option
| | * | | | | | | | | | | | | | | | | clarify prepare_input docGravatar Boris Muratov2020-10-08-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | * | | | | | | | | | | | | | | | | adjusted prepare_input docs and unittestsGravatar mbaruh2020-10-08-1/+14
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | prepare_input uses one regex lessGravatar mbaruh2020-10-07-35/+17
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Improved style and fixed comment.Gravatar mbaruh2020-10-04-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added interleaving text in code blocks optionGravatar mbaruh2020-10-04-6/+25
| | | |_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the message contains both plaintext and code blocks, the text will be ignored. If several code blocks are present, they are concatenated.
| * | | | | | | | | | | | | | | | | Merge pull request #1250 from python-discord/mbaruh-user-commandGravatar Mark2020-10-22-16/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | Add handling of off-server users to user command
| | * | | | | | | | | | | | | | | | Use FetchedMember for user annotationGravatar mbaruh2020-10-22-6/+7
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add handling of off-server users to user commandGravatar mbaruh2020-10-22-16/+23
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | PR #1253: Allow eval in voice channelsGravatar kwzrd2020-10-22-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into Hemlock/Add_eval_to_voice_chatsGravatar Daniel Brown2020-10-22-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update Python Discord badge to 100k members.Gravatar Dennis Pham2020-10-22-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Swapped individual channel ids for category id.Gravatar Daniel Brown2020-10-22-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]>
| | * | | | | | | | | | | | | | | | | Update config-default.yml Gravatar Daniel Brown2020-10-22-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing a hyphen to an underscore in the config Co-authored-by: kwzrd <[email protected]>
| | * | | | | | | | | | | | | | | | | Added voice_chat to eval listGravatar Daniel Brown2020-10-22-1/+9
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]>
| * | | | | | | | | | | | | | | | | Merge pull request #1113 - cache silencesGravatar Mark2020-10-21-265/+689
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache silences to enable rescheduling and revoking reaction permissions
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master and fix LICENSE-THIRD-PARTY conflictGravatar MarkKoz2020-10-21-402/+1255
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Relay python-dev to mailing lists channelGravatar Joe Banks2020-10-21-0/+1
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1243 from python-discord/mbaruh-mod-channelsGravatar Mark2020-10-19-24/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Centralized handling of mod channel check
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into mbaruh-mod-channelsGravatar Boris Muratov2020-10-18-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Improved logging in is_mod_channelGravatar mbaruh2020-10-18-12/+13
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added moderation categories section to configGravatar mbaruh2020-10-18-5/+14
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Fixed style and lintingGravatar mbaruh2020-10-17-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Amended to work with current testsGravatar mbaruh2020-10-17-2/+4
| | | | | | | | | | | | | | | | | | |