| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | Merge branch 'master' into Display-time-left-until-expiration-of-infraction | 2019-12-12 | -240/+358 | ||
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #693 from python-discord/enh/mod/624/edit-recent-infraction | 2019-12-12 | -19/+49 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow "recent" as infraction ID for infraction edit command | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into enh/mod/624/edit-recent-infraction | 2019-12-12 | -26/+49 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Token and bad code (#500) | 2019-12-12 | -26/+49 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Token and bad code Co-authored-by: Daniel Brown <[email protected]> Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into token_and_bad_code | 2019-12-12 | -1169/+2555 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | Requested change | 2019-12-05 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the check about whether or not there is a token in the posted message in `parse_codeblock` boolean. | ||||
| | * | | | | | | | | | Merge branch 'master' into token_and_bad_code | 2019-11-04 | -3476/+5522 | ||
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Add check when a message is edited | 2019-10-20 | -23/+37 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use a `classmethod` | 2019-10-12 | -1/+2 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | fix linting error | 2019-10-07 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix linting error | ||||
| | * | | | | | | | | | | Another fix | 2019-10-07 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a new bunch of test I found bugs, and this fix resolves them | ||||
| | * | | | | | | | | | | minor fix | 2019-10-07 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Make sure that poor code does not contains token | 2019-10-07 | -14/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new function `is_token_in_message` in `token_remover`. This function returns a `bool` and if the code contains a token then the embed message about the poorly formatted code is not displayed. | ||||
| | | | * | | | | | | | | Merge remote-tracking branch 'origin/master' into ↵ | 2019-12-12 | -191/+250 | ||
| | | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | enh/mod/624/edit-recent-infraction | ||||
| | | | * | | | | | | | | Converters: rename string to allowed_strings | 2019-12-11 | -5/+5 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | ModManagement: add more aliases for "special" params of infraction edit | 2019-12-11 | -8/+8 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | ModManagement: display ID of edited infraction in confirmation message | 2019-12-11 | -1/+2 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | ModManagement: allow "recent" as ID to edit infraction (#624) | 2019-12-11 | -2/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will attempt to find the most recent infraction authored by the invoker of the edit command. | ||||
| | | | * | | | | | | | | Add a generic converter for only allowing certain string values | 2019-12-11 | -13/+23 | ||
| | | | | |_|_|/ / / / | | | |/| | | | | | | |||||
| | | | | * | | | | | | Apply suggestions from Mark - removing `.` at the end and use double quote ↵ | 2019-12-04 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of single. Co-Authored-By: Mark <[email protected]> | ||||
| | | | | * | | | | | | Implemented remaining time until expiration for infraction searching. | 2019-12-04 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will show the remaining time, `Expired.` or `Inactive.` based on the status of the infraction ( It can be inactive but not expired, like an early unmute ) | ||||
| | | | | * | | | | | | Created `until_expiration` to get the remaining time until the infraction ↵ | 2019-12-04 | -0/+20 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expires. | ||||
| | | | | * | | | | | | Improved type hinting for `format_infraction_with_duration` | 2019-12-04 | -1/+5 | ||
| | | | | | |/ / / / | | | | |/| | | | | |||||
| | | | | | * | | | | Reddit: raise ClientError when the token can't be retrieved | 2019-12-11 | -4/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raising an exception allows the error handler to display a message to the user if the failure happened from a command invocation. | ||||
| | | | | | * | | | | Reddit: log retries when getting the access token | 2019-12-11 | -1/+9 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: create a dict constant for the User-Agent header | 2019-12-11 | -27/+12 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: revise docstrings | 2019-12-11 | -9/+17 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: define AccessToken type at the module level | 2019-12-11 | -1/+2 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: use expires_in from the response to calculate token expiration | 2019-12-11 | -2/+3 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: use qualified_name attribute when removing the cog | 2019-12-11 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Reddit: move BasicAuth instantiation to __init__ | 2019-12-11 | -4/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The object is basically just a namedtuple so there's no need to re-create it every time a token is obtained. * Remove log message which shows credentials. * Initialise headers attribute to None in __init__. | ||||
| | | | | | * | | | | Reddit: move token renewal inside fetch_posts | 2019-12-11 | -17/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the duplicate code for renewing the token. Since fetch_posts is the only place where the token gets used, it can just be refreshed there directly. | ||||
| | | | | | * | | | | Merge branch 'master' into reddit-api-oauth | 2019-12-05 | -1198/+3100 | ||
| | | | | | |\ \ \ \ | |||||
| | | | | | * | | | | | 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 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Adjust attachments rule to use MockMessage, restructure test cases | 2019-11-13 | -20/+23 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Adjust links rule to use proper MockMessage | 2019-11-13 | -14/+10 | ||
| | | | | | | | | | | | | | | |||||