Skip to content
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

IRCv3 Typing notifications #4611

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RaitoBezarius
Copy link

@RaitoBezarius RaitoBezarius commented Jul 23, 2022

It's a bit ugly (the UI) for now, but this implements IRCv3 ratified specification for typing notifications using message-tags.

TODO:

  • repair queries (channel.users == [] for queries?)
  • make the typing bar cuter
  • get right the anti-spam mechanism based on throttling/debouncing
  • settings: per-app, per-network, per-channel

@RaitoBezarius RaitoBezarius marked this pull request as draft July 23, 2022 15:56
@xPaw xPaw added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Feb 18, 2023
@RaitoBezarius RaitoBezarius force-pushed the typing-notifications branch 2 times, most recently from 98d1e7e to ebff3be Compare August 11, 2023 01:59
It is now possible to receive, send and process client tags
in general using the IRC framework.

This is useful for many client-oriented IRCv3 features: typing,
reacts, replies, channel contexts, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants