aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* If message content more than 500 characters shorten it done to 300 charactersGravatar Shivansh-0072021-10-11-24/+34
* Rollback to changes which aren't requiredGravatar Shivansh-0072021-10-11-6/+6
* Fix tests according to the changes done to incidents.pyGravatar Shivansh-0072021-10-11-3/+19
* Use str() when checking for message.contentGravatar Shivansh-0072021-10-11-1/+1
* Use MessageConverter to find messagesGravatar Shivansh-0072021-10-11-25/+35
* Send multiple webhook messages in case of more than 10 message linksGravatar Shivansh-0072021-10-11-9/+22
* Add incidents webhook to default config templateGravatar Shivansh-0072021-10-11-0/+1
* Send webhook embed containing information about the message if there is a mes...Gravatar Shivansh-0072021-10-11-4/+70
* Merge pull request #1865 from python-discord/fix-bot-1858Gravatar ChrisJL2021-10-10-1/+9
|\
| * Fix typo in bot/exts/info/doc/_cog.py Gravatar Richard Si2021-10-10-1/+1
| * Handle 400 when setting pre-existing doc packageGravatar Richard Si2021-10-10-1/+9
|/
* Merge pull request #1630 from python-discord/kill-subdomainsGravatar Joe Banks2021-10-06-3/+3
|\
| * Merge branch 'main' into kill-subdomainsGravatar Joe Banks2021-10-06-0/+4
| |\ | |/ |/|
* | Merge pull request #1862 from python-discord/add-appeals-categoriesGravatar ChrisJL2021-10-06-0/+4
|\ \
| * | Add appeal categories to mod categoriesGravatar Chris Lovering2021-10-06-0/+4
|/ /
| * Kill subdomains from configuration file.Gravatar Johannes Christ2021-10-06-3/+3
|/
* Merge pull request #1859 from python-discord/revert-1806-infract-then-dmGravatar Matteo Bertucci2021-10-06-10/+8
|\
| * Revert "Apply infractions before DMing"Gravatar Matteo Bertucci2021-10-06-10/+8
|/
* Merge pull request #1798 from python-discord/ignore-infra-mods-errorsGravatar Johannes Christ2021-10-05-7/+22
|\
| * Merge branch 'main' into ignore-infra-mods-errorsGravatar TizzySaurus2021-10-05-8/+10
| |\ | |/ |/|
* | Merge pull request #1806 from python-discord/infract-then-dmGravatar Johannes Christ2021-10-05-8/+10
|\ \
| * \ Merge branch 'main' into infract-then-dmGravatar Joe Banks2021-10-05-190/+420
| |\ \ | |/ / |/| |
| * | Apply infractions before DMingGravatar Izan2021-09-11-8/+10
| | * Merge branch 'main' into ignore-infra-mods-errorsGravatar Joe Banks2021-10-05-323/+653
| | |\ | |_|/ |/| |
* | | Merge pull request #1854 from python-discord/minor-changes-to-typing-patchGravatar Johannes Christ2021-10-05-3/+3
|\ \ \
| * \ \ Merge branch 'main' into minor-changes-to-typing-patchGravatar Johannes Christ2021-10-05-20/+48
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1855 from python-discord/antispam-log-improvementsGravatar Matteo Bertucci2021-10-05-8/+14
|\ \ \ \
| * \ \ \ Merge branch 'main' into antispam-log-improvementsGravatar Matteo Bertucci2021-10-05-12/+34
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1824 from Numerlor/doc-fetch_inventory-error-badargGravatar wookie1842021-10-05-12/+34
|\ \ \ \ \
| * \ \ \ \ Merge branch 'main' into doc-fetch_inventory-error-badargGravatar wookie1842021-10-05-170/+372
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Display BadArgument to user when invalid header is raised in converterGravatar Numerlor2021-09-11-5/+10
| * | | | | Raise InvalidHeaderError if inventory has invalid headerGravatar Numerlor2021-09-11-7/+24
| | |_|/ / | |/| | |
| | * | | Fix lintingGravatar TizzySaurus2021-10-05-0/+1
| | * | | Fix if statement errorGravatar TizzySaurus2021-10-05-10/+9
| | * | | Make attachments check explicitGravatar TizzySaurus2021-10-05-1/+1
| | * | | Improvements to anti-spam log messageGravatar TizzySaurus2021-10-05-3/+9
| |/ / / |/| | |
| | * | Use utcnow() and lower a logging level in patch_typingGravatar Chris Lovering2021-10-04-3/+3
| |/ / |/| |
* | | Merge pull request #1853 from python-discord/catch-403-from-Typing-callsGravatar Matteo Bertucci2021-10-04-22/+55
|\ \ \
| * | | Move all monkey patches to their own fileGravatar Chris Lovering2021-10-04-23/+22
| * | | Monkey patch http.send_typing to catch 403sGravatar Chris Lovering2021-10-04-1/+35
|/ / /
* | | Merge pull request #1841 from python-discord/allow-helpers-to-edit-their-own-...Gravatar Johannes Christ2021-10-04-9/+66
|\ \ \
| * \ \ Merge branch 'main' into allow-helpers-to-edit-their-own-nomination-reasonGravatar Boris Muratov2021-10-04-61/+102
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1851 from python-discord/fix-hasattr-checkGravatar wookie1842021-10-03-2/+2
|\ \ \ \
| * | | | Handle channel category being None in antispam/malware checksGravatar wookie1842021-10-03-2/+2
|/ / / /
* | | | Merge pull request #1837 from python-discord/add-get-or-fetch-utilGravatar wookie1842021-10-03-59/+100
|\ \ \ \
| * \ \ \ Merge branch 'main' into add-get-or-fetch-utilGravatar wookie1842021-10-03-5/+16
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Add new poetry tasks for pytestGravatar Chris Lovering2021-09-29-1/+2
| * | | | Rename channel helper to be consistent with other helpersGravatar Chris Lovering2021-09-29-6/+6
| * | | | Mock fetch_member in tests that user get_or_fetch nowGravatar Chris Lovering2021-09-29-6/+15
| * | | | Migrate all Guild.get_member calls to get_or_fetch_memberGravatar Chris Lovering2021-09-29-46/+53