| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
These new lines made the output embed look far to spaced out.
|
| |\
| |
| | |
Enhancing information within the incidents channel.
|
| | |\
| |/
|/| |
|
| |\ \ |
|
| | |\ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | | |
This change disables the mod-log for any changes to threads in channels that mods don't have read perms to.
Co-authored-by: Kieran Siek <[email protected]>
|
| | | |
| | |
| | | |
Reverse order of off-topic channels from ot0, ot1, ot2 to ot2, ot1, ot0
|
| |/ /
| |
| |
| |
| |
| |
| | |
This prevents spam in dev-contrib and dev-core from people trying to
find which Discord feature flags are enabled for Python Discord. It's
not ideal that we have to increase output size in #bot-commands but it
prevents spam in #dev-contrib.
|
| | | |
|
| | |
| |
| | |
Put the literal converter before the Member converter so that "me"/"m" isn't attempted to be converted to a Member.
|
| |\ \
| | |
| | | |
Add support for `!infractions by <m|me|uid>`
|
| | |\ \
| |/ /
|/| | |
|
| | | |
| | |
| | | |
Co-authored-by: Xithrius <[email protected]>
|
| |\ \ \
| | | |
| | | | |
Refactor ModLog
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
Filter the same kind of messages in both message deletion listeners.
|
| |/ / / |
|
| | | |
| | |
| | |
| | | |
(#1937)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Don't Exit Token Filtering Early On URLs
The token filtering function would exit early if it detected a URL
within the message, but it made no extra checks to ensure there weren't
other tokens within that message that would trigger it. This made
sense when the filtering logic was written, but it's been modified since
to introduce this bug.
Regression tests included.
Signed-off-by: Hassan Abouelela <[email protected]>
* Links Advisory In Token Filter Tests
Adds a link to the advisory with reasoning for the existence of the
test.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add sql-fstring tag
* Correct link and wording
* Correction to grammar and wording
Also adds a semicolon
* Add missing "
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: TizzySaurus <[email protected]>
|
| | | |
| | |
| | | |
Migrate to `og_blurple`
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
python-discord/consider-parent-channels-when-checking-mod-channels
Consider parent channels when checking mod channels
|
| |/ / / |
|
| |\ \ \ |
|
| |/ / /
| | |
| | |
| | | |
Move text from footer to description.
|
| |\ \ \
| | | |
| | | | |
Clean Cog Rework
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Unpin All Messages When Moving Help Channels
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | | |
An autoban trigger being sent in DMs caused the ban to fail, but for it to still be registered in the database. That is becuase the ban command uses the `ctx.guild.ban` method, but in DMs `ctx.guild` is None. This commit solves it by overriding the `context.guild` field.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Filtering: add autoban on specific reasons
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: ChrisJL <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: ChrisJL <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Boris Muratov <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Due to the increase in typo-squatting based phishing,
we want to automatically ban users sending specific domain names.
For that, this commit will automatically ban any user that
trigger a filter which has `[autoban]` in its reason. That's it!
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Occasional hiccups in the Discord API would cause unpinning in help
channel to sometimes fails. This gets around that by unpinning all
messages when making the channel available.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Discussion in the pull request raised some legitimate use cases for supplying a time range for multiple channels (e.g clean the last couple of minutes instead of specifying number of messages to traverse).
|
| | | | | | |
|
| | | |\ \ \
| |_|/ / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Use datetime.fromtimestamp so we pass relativedelta a datetime object…
|