| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | | | | | | | | Merge branch 'master' into pep-improvisations | 2020-05-14 | -269/+800 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Moved `get_pep_zero_embed` to outside of Cog | 2020-05-14 | -14/+15 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Implemented stats to PEP command | 2020-05-14 | -7/+11 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Made PEP URLs refreshing task PEP number resolving easier | 2020-05-13 | -2/+4 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Added logging to PEP URLs fetching task | 2020-05-13 | -0/+3 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Replaced `wait_until_guild_available` with ↵ | 2020-05-13 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `wait_until_ready` | ||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Added `staticmethod` decorator to `get_pep_zero_embed` | 2020-05-13 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | PEP Improvisations: Moved PEP functions to one region | 2020-05-13 | -27/+29 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Replaced 24 hours with 3 hours in `refresh_peps_urls` | 2020-04-25 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made modification to include new PEPs faster. | ||||
| | * | | | | | | | | | | | | | | | | Refactor `pep` command, implement caching | 2020-04-25 | -55/+46 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved PEP embed getting to function, that use caching. | ||||
| | * | | | | | | | | | | | | | | | | Created new task in `Utils` cog: `refresh_peps_urls` | 2020-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` | 2020-04-25 | -30/+34 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into pep-improvisations | 2020-04-21 | -6/+44 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | Improve `!pep` command | 2020-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. | ||||
| | | | | | | | | | * | | | | | | | | | Modified instructions for code block without lang | 2020-11-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | Changed ```python to ```py | 2020-11-05 | -1/+1 | ||
| | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #1265 from python-discord/voicegate/activity-blocks | 2020-11-01 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | Voice Gate: User activity blocks | ||||
| | * | | | | | | | | | | | | | | | | Actually fix the issue @kwzrd pointed out | 2020-11-01 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Correct 404 error message in voice gate command | 2020-11-01 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Correct activity block config name in voice gate extension | 2020-11-01 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Indent inline comment by two spaces in config-default.yml | 2020-11-01 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Change wording of failure message and re-add trailing comma | 2020-11-01 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Remove full stop | 2020-11-01 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Add activity blocks threshold to voice gate | 2020-10-31 | -1/+4 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Add new activity block constant | 2020-10-31 | -0/+2 | ||
| |/ / / / / / / / / / / / / / / / | |||||
| | | | | | | | | | | | | | | * | | fix(bot): statds pr review suggestions | 2020-11-09 | -6/+14 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | * | | fix(bot): better fallback logic | 2020-10-05 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | * | | fix(bot): refactor of connect_statsd | 2020-10-05 | -9/+5 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | * | | fix(bot): redundant false checks on self.stats | 2020-10-05 | -11/+3 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | * | | fix(bot): Not assign stats to None | 2020-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 gaierro | 2020-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 | ||||
| | | | | | | | | | | | | | | | * | Added docstring for the user activity function. | 2020-12-10 | -1/+6 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | Merge branch 'moderation/user-from-metricity' of ↵ | 2020-12-10 | -12/+7 | ||
| | | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/python-discord/bot into moderation/user-from-metricity | ||||
| | | | | | | | | | | | | | | | | * | Slightly reformatted activity block building. | 2020-12-10 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| | | | | | | | | | | | | | | | | * | Compressed embed building | 2020-12-10 | -11/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| | | | | | | | | | | | | | | | * | | Compressed if into or statements. | 2020-12-10 | -9/+2 | ||
| | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | * | Changed logic of membership info creation. | 2020-11-11 | -14/+20 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | Moved activity data further up in embed. | 2020-11-06 | -14/+31 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | User command gets verification time and message count. | 2020-11-04 | -1/+21 | ||
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fix incorrect argument for _send_log when filtering evals | 2020-10-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-AN | ||||
| * | | | | | | | | | | | | | | | Merge pull request #1257 from python-discord/code_message | 2020-10-27 | -13/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shorter `!code` message | ||||
| | * | | | | | | | | | | | | | | | "see here" -> "check this out" | 2020-10-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | link to a page about finding the backtick key on different layouts. | 2020-10-26 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Made the message significantly shorter | 2020-10-26 | -13/+3 | ||
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | PR #1248: Set async-rediscache logging level to warning | 2020-10-23 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Remove unnecessary getLogger call | 2020-10-21 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Set logging level for async-rediscache to warning | 2020-10-19 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #1212 from mbaruh/master | 2020-10-22 | -17/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added interleaving text in code blocks option | ||||
| | * | | | | | | | | | | | | | | | | | clarify prepare_input doc | 2020-10-08 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | adjusted prepare_input docs and unittests | 2020-10-08 | -1/+14 | ||
| | | | | | | | | | | | | | | | | | | | |||||