highlights icon indicating copy to clipboard operation
highlights copied to clipboard

Keyword highlighting Discord bot

Results 20 highlights issues
Sort by recently updated
recently updated
newest added

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpki&package-manager=cargo&previous-version=0.22.0&new-version=0.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2. Release notes Sourced from rustls-webpki's releases. v/0.100.2 Release notes certificate path building and verification is now capped at 100 signature validation operations to avoid...

dependencies

**Description of bug** The bot will not send a notification for any keywords found in forum channels. Applies to the initial post message and any subsequent messages in the thread....

bug

Because of platform limitations, TCD in particular needs the sent notification table to be pruned. This should periodically remove notifications older than a configured amount of time, and update those...

feature

Currently, highlight sends an embed with the message content when highlighted. This is sub-optimal as it provides little context as to the channel or user that the highlight is from....

enhancement

**Problem this feature solves** Being able to be notified when someone discusses a comment you made without pinging you. People think they're being polite by disabling the ping, but one...

enhancement

**Description of bug** Using a category as the optional channel argument for the `/add` command causes an error with the message "Channel for keyword to add not cached". **To Reproduce**...

enhancement

Similar to #56 , using message commands to add blocked phrases could be a nice shortcut to the `/ignore` command

feature

Since the `/block` command is semantically operating on a user, it would make sense to create a [user command](https://discord.com/developers/docs/interactions/application-commands#user-commands) for blocking users.

feature

Slash command autocompletion may be able to be used for removal of various entries, like keywords or blocked users.

enhancement