| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | | | | | | Docs command improvements (#546) | 2019-11-15 | -37/+177 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs command improvements Co-authored-by: Sebastiaan Zeeff <[email protected]> | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into doc-command | 2019-11-15 | -2269/+4402 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #619 from python-discord/moderation-logging | 2019-11-15 | -30/+102 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Moderation logging | ||||
| | * | | | | | | | | | | | Merge branch 'master' into moderation-logging | 2019-11-15 | -193/+301 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Use trailing _ instead of leading for some variable names | 2019-11-06 | -15/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP 8 states the convention is a trailing underscore when used to prevent name conflicts. | ||||
| | * | | | | | | | | | | | Moderation: use trailing _ instead of leading for variable names | 2019-11-04 | -33/+33 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP 8 states the convention is a trailing underscore when used to prevent name conflicts. | ||||
| | * | | | | | | | | | | | Add logging for moderation functions | 2019-11-04 | -9/+81 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | group and order constants | 2019-11-15 | -3/+5 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Add variable info after comment was deleted | 2019-11-15 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: scargly <[email protected]> | ||||
| | | * | | | | | | | | | | join extra newline | 2019-11-15 | -2/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Adjust code style and comments | 2019-11-12 | -37/+40 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | syntax highlight diff of reloaded inventories | 2019-11-11 | -3/+3 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Do not cut off text arbitrarily but at last sentence to make sure no ↵ | 2019-11-11 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unfinished markdown is left in | ||||
| | | * | | | | | | | | | | clear renamed symbols on inventory refresh | 2019-11-11 | -0/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Move signatures definition | 2019-11-10 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Add a command for refreshing inventories | 2019-11-10 | -0/+22 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Move paragraph search to not cut off long starting paragraphs | 2019-11-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: scargly <[email protected]> | ||||
| | | * | | | | | | | | | | Cut off description at 1000 chars if paragraph is not found | 2019-11-10 | -0/+2 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Add a newline after signatures for readability | 2019-11-10 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | fix signatures and descriptions not being found when present | 2019-11-10 | -4/+4 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Make sure only signatures belonging to the symbol are fetched | 2019-11-03 | -3/+4 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Comment grammar | 2019-11-03 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Fix case for the python package name in `NO_OVERRIDE_PACKAGES` | 2019-11-03 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Handle exceptions when fetching inventories | 2019-11-03 | -31/+57 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Improve module description searching | 2019-11-02 | -7/+35 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Get up to 3 signatures of a symbol | 2019-11-02 | -16/+14 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Get symbol description by searching for a dd tag instead of traversing the ↵ | 2019-11-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | siblings | ||||
| | | * | | | | | | | | | | Do not cut off description in code blocks | 2019-11-02 | -1/+7 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Grammar check comment | 2019-10-21 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Allow embeds to not include signatures in case the symbol is a module | 2019-10-21 | -11/+14 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Don't include a signature and only get first paragraphs when scraping when ↵ | 2019-10-21 | -10/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol is a module | ||||
| | | * | | | | | | | | | | remove "function" from NO_OVERRIDE_GROUPS | 2019-10-20 | -1/+0 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Auto delete messages when docs are not found | 2019-10-20 | -2/+8 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | show renamed duplicates in embed footer | 2019-10-20 | -8/+13 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | add handling for duplicate symbols in docs inventories | 2019-10-20 | -4/+35 | ||
| | | | | | | | | | | | | | |||||
| | | | | | | | | * | | | | Keeps access token alive, only revokes it on extension unload. | 2019-12-05 | -20/+32 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hard-coded version number to 1.0.0. | ||||
| | | | | | | | | * | | | | Fix linting error | 2019-10-26 | -0/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | | | | | * | | | | Resolved merge conflicts. | 2019-10-26 | -1605/+2753 | ||
| | | | | | | | | |\ \ \ \ | | | | |_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add retry loop to token request. Revoke access token after usage. | ||||
| | | | | | | | | * | | | | Add reddit environment variable, change User-Agent and fix lint problem | 2019-10-22 | -2/+4 | ||
| | | | | | | | | | | | | | |||||
| | | | | | | | | * | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2019-10-16 | -92/+291 | ||
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reddit-api-oauth | ||||
| | | | | | | | | * \ \ \ \ | Resolve merge conflict | 2019-10-15 | -4/+2 | ||
| | | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | Add Reddit OAuth tasks and refactor code | 2019-10-09 | -6/+77 | ||
| | | | | | | | | | | | | | | | |||||
| | | | | | | | | * | | | | | | Unload cog on auth error and fix linting warnings | 2019-10-15 | -19/+16 | ||
| | | | | | | | | | | | | | | | |||||
| | | | | | | | | * | | | | | | Add Reddit OAuth tasks and refactor code | 2019-10-14 | -6/+76 | ||
| | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Specify assertion to be a tuple comparison | 2019-11-14 | -1/+1 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Make complex test cases namedtuples, recognize between various authors, pass ↵ | 2019-11-14 | -12/+43 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config to subTest | ||||
| | | | | | | | | | | * | | | Hold recent_messages in a list to respect type hint, set config in setUp | 2019-11-14 | -5/+8 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Adjust attachments rule unit test to correcty build the arguments for the ↵ | 2019-11-14 | -7/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested rule | ||||
| | | | | | | | | | | * | | | Fix bug in attachments rule where last_message could potentially count twice ↵ | 2019-11-14 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the sum of attachments | ||||
| | | | | | | | | | | * | | | Use async_test helper to simplify coro testing | 2019-11-13 | -9/+14 | ||
| | | | | | | | | | | | | | | |||||