| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |||
| * | | | | Subclass Bot (#681) | 2019-12-12 | -185/+225 | |
| |\ \ \ \ | | | | | | | | | | | Subclass Bot | |||
| | * | | | | Use the AsyncResolver for APIClient and discord.py sessions too | 2019-12-08 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | Active thread counts are observed to be lower with it in use. | |||
| | * | | | | Fix test failures for setup log messages | 2019-12-08 | -24/+7 | |
| | | | | | | ||||
| | * | | | | Properly create and close aiohttp sessions | 2019-12-08 | -10/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aiohttp throws a warning when a session is created outside of a running async event loop. In aiohttp 4.0 this actually changes to an error instead of merely a warning. Since discord.py manages the event loop with client.run(), some of the "internal" coroutines of the client were overwritten in the bot subclass to be able to hook into when the bot starts and stops. Sessions of both the bot and the API client can now potentially be None if accessed before the sessions have been created. However, if called, the API client's methods will wait for a session to be ready. It will attempt to create a session as soon as the event loop starts (i.e. the bot is running). | |||
| | * | | | | Fix name conflict with the Bot cog | 2019-12-08 | -3/+3 | |
| | | | | | | ||||
| | * | | | | Override add_cog to log loading of cogs | 2019-12-08 | -80/+34 | |
| | | | | | | ||||
| | * | | | | Change all Bot imports to use the subclass | 2019-12-07 | -52/+92 | |
| | | | | | | ||||
| | * | | | | Subclass Bot | 2019-12-07 | -24/+32 | |
| | | | | | | ||||
| * | | | | | Merge pull request #684 from python-discord/enhancement/644-mute-kicks-voice | 2019-12-12 | -6/+15 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Kick users from voice when they get muted | |||
| | * \ \ \ \ | Merge branch 'master' into enhancement/644-mute-kicks-voice | 2019-12-12 | -0/+10 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Fix tag fallback not respecting checks (#687) | 2019-12-12 | -0/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix tag fallback not respecting checks | |||
| | * | | | | | | ErrorHandler: fix #650 tag fallback not respecting checks | 2019-12-11 | -0/+10 | |
| |/ / / / / / | ||||
| | * | | | | | Infractions: kick user from voice after muting (#644) | 2019-12-09 | -2/+7 | |
| | | | | | | | ||||
| | * | | | | | Moderation: catch HTTPException when applying an infraction | 2019-12-09 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only a warning is logged if it's a Forbidden error. Otherwise, the whole exception is logged. | |||
| | * | | | | | Moderation: show HTTP status code in the log for deactivation failures | 2019-12-09 | -1/+1 | |
| |/ / / / / | ||||
| | | | | * | 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 | |
| | |_|_|/ |/| | | | ||||
| * | | | | Merge pull request #682 from manusaurio/master | 2019-12-09 | -0/+3 | |
| |\ \ \ \ | |/ / / |/| | | | Ensure hidden_channels and bypass_roles use a list when not passed. | |||
| | * | | | Ensure hidden_channels and bypass_roles use a list when not passed. | 2019-12-09 | -0/+3 | |
| |/ / / | | | | | | | | | | | | | | | | | | | The in_channel decorator raised 'NoneType' is not iterable when it wasn't passed, due to the default value being None but not checked against before iterating over it. This edit ensures the arguments are set to an empty list in cases where they have a value of None instead. | |||
| * | | | Added optional channel parameter to !echo: | 2019-12-05 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | - Added the option to specify a channel to have Python repeat what you said to it, as well as keeping the old functionality of having it repeat what you said in the current channel if no channel argument is given. Signed-off-by: Daniel Brown <[email protected]> | |||
| * | | | Merge pull request #678 from python-discord/antimalware-paste-url | 2019-12-03 | -1/+1 | |
| |\ \ \ | | | | | | | | | Antimalware: fix paste service URL showing replacement field | |||
| | * | | | Antimalware: fix paste service URL showing replacement field | 2019-12-03 | -1/+1 | |
| | | | | | ||||
| * | | | | Merge pull request #672 from ↵ | 2019-12-03 | -6/+28 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | python-discord/enhance-timedelta-for-infraction-expiration Enhance timedelta for infraction expiration | |||
| | * | | | Renamed function and improved its docstring to better reflect its purposes. | 2019-12-04 | -16/+9 | |
| | | | | | | | | | | | | | | | | | Changed from `get_duration_from_expiry` -> `format_infraction_with_duration` | |||
| | * | | | Deleted `get_duration` and switched to using the already, nicely made ↵ | 2019-12-03 | -48/+8 | |
| | | | | | | | | | | | | | | | | | `humanize_delta` | |||
| | * | | | Removed pytest, getting ready to migrate to unittest in another PR | 2019-12-03 | -44/+0 | |
| | | | | | ||||
| | * | | | Updated test cases for `parts: Optional[int]` | 2019-11-27 | -23/+32 | |
| | | | | | ||||
| | * | | | Updated docstrings, allow passing `parts: Optional[int] = 2` to helper ↵ | 2019-11-27 | -6/+14 | |
| | | | | | | | | | | | | | | | | | functions to return more than just 2 parts of the duration. | |||
| | * | | | Updated test cases for `get_duration_from_expiry()` | 2019-11-27 | -8/+9 | |
| | | | | | ||||
| | * | | | Refactored `scheduler.py` to use the new `get_duration_from_expiry()` | 2019-11-27 | -10/+4 | |
| | | | | | ||||
| | * | | | Refactored `management.py` to use the new `get_duration_from_expiry()` | 2019-11-27 | -5/+4 | |
| | | | | | ||||
| | * | | | Changed `get_duration_from_expiry()` to return the `time (duration)` or a `''` | 2019-11-27 | -2/+11 | |
| | | | | | ||||
| | * | | | Added duration until expiration for infraction searching. | 2019-11-27 | -2/+5 | |
| | | | | | ||||
| | * | | | Fixed "14 minutes, 60 seconds" by rounding `.total_seconds()` in ↵ | 2019-11-27 | -0/+1 | |
| | | | | | | | | | | | | | | | | | `bot.utils.time.get_durations()` | |||