| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | * | | | | | | | | | | | | | | | | | | | Merge branch 'mbaruh/defcon' of https://github.com/python-discord/bot into ↵ | 2021-01-26 | -3222/+4337 | ||
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mbaruh/defcon | ||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into mbaruh/defcon | 2021-01-26 | -3222/+4337 | ||
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | | | | | | | | | | | | Added cog unloader to cancel notifier | 2021-01-26 | -0/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | | | | | | | | Moved channel topic change to _defcon_action | 2021-01-26 | -3/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | | | | | | | | Moved self.enabled update to _defcon_action | 2021-01-26 | -9/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | | | | | | | | Make the cog update even if write to DB fails | 2021-01-26 | -3/+3 | ||
| | | | | |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The defcon cog should be functional even if there is some issue with writing to the DB for some reason. The functionality should have retention across restarts, but it shouldn't be its failing point. If necessary, it should be able to work with no DB at all | ||||
| | | | | * | | | | | | | | | | | | | | | | / / / | Added defcon status notifier | 2020-10-30 | -1/+22 | ||
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | | | | | | | | | | | Grammar | 2021-01-31 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | | | | | | | | | | | return true when tag is on cd | 2021-01-31 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | | | | | | | | | | | Remove compatibility-none returns from filters | 2021-02-24 | -27/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't look good to have just None returns, so made changes so if function don't return tuple, then reason is automatically None. | ||||
| | | | | | | | * | | | | | | | | | | | | | | | | Move reason for guild filtering to footer | 2021-02-20 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | | | | | | | | | | | Add comments about returning blacklist entry reasons to filters | 2021-02-17 | -3/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | | | | | | | | | | | Rename filter trigger reason from entry command to reason | 2021-02-17 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | | | | | | | | | | | Add missing None reason returns of filters | 2021-02-17 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | | | | | | | | | | | Implement showing filterlist entry comment in alerts | 2021-02-06 | -23/+40 | ||
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | | | | | | | Added Redis caching. | 2021-03-07 | -0/+65 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | | | | | | | * | Update error handler tests to match with recent changes | 2021-02-19 | -9/+72 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | | | | | | | * | Remove unnecessary ResponseCodeError suppress | 2021-02-19 | -4/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | | | | | | | * | Remove verification channel special case from error handler tests | 2021-02-19 | -13/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't have a verification channel anymore, so this have no point and this just give errors. | ||||
| | | | | | | | | | | | | | | | | | | | | | * | Merge branch 'master' into error-handler-test | 2021-02-19 | -2907/+3859 | ||
| | | | | | | | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | Delete free.md | 2021-02-19 | -5/+0 | ||
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning behind this is it is rarely used and when its used its often just to test something or as an attempt to close a help channel. | ||||
| * | | | | | | | | | | | | | | | | | | | | | Update Dockerfile | 2021-02-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #1418 from python-discord/ks123/docker-git-sha | 2021-02-14 | -5/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move Git SHA defining at end of Dockerfile to re-enable caching | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into ks123/docker-git-sha | 2021-02-14 | -1/+2 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1419 from python-discord/pypi-command-escape-markdown | 2021-02-13 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escaping markdown in the PyPi embed. | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | Made flake8 even happier. | 2021-02-13 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Escaping markdown in all fields that are created. | 2021-02-13 | -1/+2 | ||
| |/ / / / / / / / / / / / / / / / / / / / / / | |||||
| | * / / / / / / / / / / / / / / / / / / / / | Move Git SHA defining at end of Dockerfile to re-enable caching | 2021-02-13 | -5/+7 | ||
| |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defining SHA at the beginning of build breaks caching, so this should be avoided. | ||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #1416 from python-discord/pypi-command | 2021-02-13 | -6/+81 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creation of the PyPi command. | ||||
| | * | | | | | | | | | | | | | | | | | | | | | Taking only the first line of multiline fields. | 2021-02-12 | -2/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Fixed conflicts. | 2021-02-12 | -0/+0 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | Made docstring more specific. | 2021-02-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | Rotating colours in embed, title now links to package. | 2021-02-12 | -5/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Added colours yellow, blue, and white. | 2021-02-12 | -6/+12 | ||
| | |/ / / / / / / / / / / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Moved hyperlink to title. | 2021-02-12 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Finalized logic to account for null cases. | 2021-02-12 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Accounting for completely empty fields that only contain whitespaces. | 2021-02-12 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Empty fields have been accounted for by getting usually non-empty ones. | 2021-02-12 | -7/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Made flake8 very happy. | 2021-02-11 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Added more fields and responses. | 2021-02-11 | -5/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Added base of the pypi command. | 2021-02-11 | -0/+35 | ||
| |/ / / / / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #1398 from anand2312/patch-1 | 2021-02-11 | -0/+16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `KeyError` tag | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into patch-1 | 2021-02-11 | -42/+103 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1401 from python-discord/bug/1371/moderation-check | 2021-02-10 | -2/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1371 error via adding errors. | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bug/1371/moderation-check | 2021-02-10 | -40/+77 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | ICMP is disabled in production, so we can't ping the API | 2021-02-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1411 from python-discord/internal-api-routing | 2021-02-10 | -3/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Alphabetical sorting in config-default.yml | 2021-02-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Migrate ping command to ping internal API | 2021-02-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Migrate API utilities to use internal DNS routing | 2021-02-10 | -2/+4 | ||
| |/ / / / / / / / / / / / / / / / / / / / / / | |||||