| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into rich-embed-filter-fix | 2019-01-15 | -1/+1 | |
| |\ | ||||
| | * | Merge pull request #256 from python-discord/fix-bb-emoji | 2019-01-14 | -1/+1 | |
| | |\ | | | | | | | Fix bbmessage emoji pointing to incorrect ID | |||
| | | * | Merge branch 'master' into fix-bb-emoji | 2019-01-14 | -95/+482 | |
| | | |\ | | |/ | |/| | ||||
| | | * | Fix bbmessage emoji pointing to incorrect ID | 2019-01-07 | -1/+1 | |
| | | | | ||||
| * | | | Changing the rich embed filter to a watchlist that ignores twitter embeds; ↵ | 2019-01-13 | -21/+27 | |
| |/ / | | | | | | | adding time delta check to avoid the trigger-twice problem | |||
| * | | Merge pull request #215 from python-discord/user_command_improvements | 2019-01-13 | -27/+102 | |
| |\ \ | | | | | | | Improving the `!user` command so users can use it in bot-commands if they target themselves. | |||
| | * | | Using the exception message as the description in BadArgument error embeds. | 2019-01-13 | -2/+2 | |
| | | | | ||||
| | * | | fixing a bad conflict resolution pt2 | 2019-01-13 | -1/+1 | |
| | | | | ||||
| | * | | fixing a bad conflict resolution | 2019-01-13 | -11/+0 | |
| | | | | ||||
| | * | | Merge branch 'master' into user_command_improvements | 2019-01-13 | -333/+963 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #255 from fiskenslakt/master | 2019-01-12 | -0/+154 | |
| |\ \ \ | | | | | | | | | !free help channel command | |||
| | * \ \ | Merge branch 'master' into master | 2019-01-12 | -52/+141 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #272 from python-discord/edit-log-timestamp | 2019-01-12 | -9/+36 | |
| |\ \ \ \ | | | | | | | | | | | Add "last edited" delta to modlog for multi-edit messages | |||
| | * \ \ \ | Merge branch 'master' into edit-log-timestamp | 2019-01-12 | -9/+60 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #273 from python-discord/help-catch-superclass | 2019-01-12 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Changing the exception class caught so help doesn't break in the future | |||
| | * \ \ \ \ | Merge branch 'master' into help-catch-superclass | 2019-01-12 | -7/+58 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #266 from ↵ | 2019-01-12 | -7/+58 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bigbrother-add-watch-message-to-header-embed Add watch reason to big brother header embed & fix small bug in watch command | |||
| | * \ \ \ \ \ | Merge branch 'master' into bigbrother-add-watch-message-to-header-embed | 2019-01-12 | -3/+36 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| | * | | | | | | Merge branch 'master' into bigbrother-add-watch-message-to-header-embed | 2019-01-11 | -31/+9 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | Only retrieve/cache watch reason when user becomes active; restore ↵ | 2019-01-11 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update_cache to synchronous as it was before | |||
| | * | | | | | | | Removing default argument for the alias <prefix>watch to require a reason ↵ | 2019-01-10 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via the alias as well | |||
| | * | | | | | | | Adding type annotations | 2019-01-10 | -2/+2 | |
| | | | | | | | | | ||||
| | * | | | | | | | Adding watch reason to the big-brother header embeds | 2019-01-10 | -9/+57 | |
| | | | | | | | | | ||||
| | | | * | | | | | Changing check-specific exception to superclass exception so help doesn't ↵ | 2019-01-12 | -2/+2 | |
| | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | break when new check exceptions are added | |||
| | | | * | | | | Condense logic | 2019-01-12 | -5/+2 | |
| | | | | | | | | ||||
| | | | * | | | | Add Optional type hints where appropriate | 2019-01-12 | -6/+6 | |
| | | | | | | | | ||||
| | | | * | | | | Remove debug print statement | 2019-01-11 | -1/+0 | |
| | | | | | | | | ||||
| | | | * | | | | Add edit delta to modlog for multi-edit messages | 2019-01-11 | -8/+39 | |
| | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To help with self-bot detection, if a message has been previously edited, generate a human-readable delta between the last edit and the new one Use message timestamp for modlog embeds generated during on_message event Visually separate send_log_message kwargs to make them easier to read | |||
| * | | | | | | Merge pull request #269 from python-discord/disable-rich-embed-filter | 2019-01-11 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Disable rich embed filter due to false positives | |||
| | * | | | | | | Disable rich embed filter | 2019-01-11 | -1/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Discord adding the embeds is causing it to trigger. | |||
| * | | | | | | Merge pull request #268 from python-discord/reverting-accidental-push-to-master | 2019-01-11 | -2/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Revert "Catching the superclass CheckFailure instead of the subclass" | |||
| | * | | | | | | Revert "Catching the superclass CheckFailure instead of the subclass" | 2019-01-11 | -2/+2 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8f30b52fd378bb3546c84d0fdb945a4b492236b8. Accidentally pushed to master when I thought I was at a branch | |||
| * | | | | | | Catching the superclass CheckFailure instead of the subclass | 2019-01-11 | -2/+2 | |
| | | | | | | | ||||
| * | | | | | | Merge pull request #260 from python-discord/accidental-permamute | 2019-01-11 | -0/+32 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add mute infraction check to role restoration so users won't be accidentally permamuted when they come back to server after leaving while were tempmuted. | |||
| | * \ \ \ \ \ | Merge branch 'master' into accidental-permamute | 2019-01-11 | -53/+101 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #267 from ↵ | 2019-01-11 | -2/+3 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | python-discord/token-detection-warning-strong-language Using firmer language in the token removal message to the user | |||
| | * | | | | | | Using stronger language in the message and emphazising the 'strongly ↵ | 2019-01-11 | -2/+3 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | recommend' with bold | |||
| * | | | | | | Merge pull request #232 from python-discord/antispam-mute-infr | 2019-01-11 | -31/+9 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Utilizes a temporary mute infraction rather than having the mute be totally contained by the AntiSpam coro, preventing non-administrators from removing the muted role in the event of a false-positive. | |||
| | * | | | | | Merge branch 'master' into antispam-mute-infr | 2019-01-10 | -22/+91 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | Invoke Moderation tempmute directly | 2019-01-06 | -33/+3 | |
| | | | | | | | ||||
| | * | | | | | Antispam Infraction Fixes | 2019-01-06 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add muted role object to cog attributes Fix unawaited coroutine in modlog Adjust modlog message ctx variable to be more explicit Fix duration being sent to API as integer instead of string Fix temporary infraction being placed into a nonexistent schedule, now placed into the moderation cog's task schedule | |||
| | * | | | | | Merge branch 'master' into antispam-mute-infr | 2019-01-06 | -244/+490 | |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | * | | | | | Add infraction posting for AntiSpam mutes | 2018-12-29 | -12/+16 | |
| | | | | | | | ||||
| | * | | | | | Add optional return to modlog post coro | 2018-12-29 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | Enables generation of a context for AntiSpam to reference for posting infractions | |||
| | | | * | | | From review | 2019-01-08 | -2/+1 | |
| | | | | | | | ||||
| | | | * | | | Switch short-circuit logic, add logging | 2019-01-08 | -1/+5 | |
| | | | | | | | ||||
| | | | * | | | Remove list comprehension since any() works on generators | 2019-01-08 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: sco1 <[email protected]> | |||
| | | | * | | | Add line after docstring | 2019-01-07 | -0/+1 | |
| | | | | | | | ||||
| | | | * | | | Add mute infraction check to role restoration | 2019-01-07 | -0/+28 | |
| | | |/ / / | ||||
| | | | * | | Change log.error to log.exception to avoid hiding traceback | 2019-01-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | Co-Authored-By: fiskenslakt <[email protected]> | |||