-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add typing proxy feature #26
Open
Lunaphied
wants to merge
6
commits into
Qyriad:main
Choose a base branch
from
Lunaphied:feature/typing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jul 8, 2024
-
discord: implement force proxied emoji (resolves Qyriad#11)
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Configuration menu - View commit details
-
Copy full SHA for 4547b6a - Browse repository at this point
Copy the full SHA 4547b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7513cb5 - Browse repository at this point
Copy the full SHA 7513cb5View commit details -
discord: add
!reproxy
command (resolves Qyriad#20)This adds support for a `!reproxy` command which makes it easy to "reproxy" messages from a set of provided users and proxy it from ourselves. This feature is dangerous, and requires configuring a `valid-reproxy-targets` list to specify user IDs that can be authors of the message targeted to be reproxied. The reference user is always on this list however. Because of the danger for collision, if a command prefix is set it is required to be used with the command to avoid multiple Séance instances competing for a reproxy.
Configuration menu - View commit details
-
Copy full SHA for 1c6adb3 - Browse repository at this point
Copy the full SHA 1c6adb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf429b - Browse repository at this point
Copy the full SHA bcf429bView commit details
Commits on Jul 11, 2024
-
discord: add the ability to proxying typing
If the `send-typing` option is set, Sèance will send typing events on the proxies behalf when the reference user is typing.
Configuration menu - View commit details
-
Copy full SHA for 01af3e0 - Browse repository at this point
Copy the full SHA 01af3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2f456 - Browse repository at this point
Copy the full SHA 8a2f456View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.