| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Boris Muratov <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Boris Muratov <[email protected]>
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Instead of default black colour, use gold to give it some shine!
- Mention the channel also in the channel field.
- Add message ID in footer, so it is easy to figure out for which message link is that embed.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- `await` message link embeds cache get
- don't double send webhook embeds (edit, send) on message edits
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Errors shouldn't be sent in #incidents. Instead, log them with log.exception and make the function return.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
This would not fetch it everytime.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Makes the intent much more clear.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
If more than 10 embeds found, just get the first 10 and ignore the rest.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Earlier on message edit the message wasn't run through extract message links to see if new message links are added or if some got deleted. Similarly the cache was updated when a message got deleted.
Now it makes extract message links a helper function and runs it on message edits and deletes in case there are some changes in the message links.
This commit also updates the doc strings for functions according to the new changes done.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
'ptb'
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
message link in the incident report
|
| | |_|_|_|/
|/| | | | |
|
| |/ / / /
| | | |
| | | | |
Reverse order of off-topic channels from ot0, ot1, ot2 to ot2, ot1, ot0
|
| | | | | |
|
| | | | |
| | | |
| | | | |
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`
|