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

Support client-only tags and TAGMSG #156

Open
2 tasks
csmith opened this issue Mar 8, 2019 · 1 comment
Open
2 tasks

Support client-only tags and TAGMSG #156

csmith opened this issue Mar 8, 2019 · 1 comment

Comments

@csmith
Copy link
Contributor

csmith commented Mar 8, 2019

I'd like to be able to send a TAGMSG to other clients connected to the same account to synchronise things like read and unread state.

So if clientA and clientB were connected to the same account with nickname "bob", clientA would send:

@+dmdirc.com/markread=#channel TAGMSG bob

And clientB would get it echoed back in the same way as PRIVMSG works now:

@+dmdirc.com/markread=#channel :bob!bob@bobbington.bob TAGMSG bob

This probably needs two things changing/confirming in DFBnc:

  • Accept client-only tags from clients
  • Relay TAGMSG messages in the same manner as PRIVMSGs
@csmith
Copy link
Contributor Author

csmith commented Mar 8, 2019

Servers MUST NOT deliver TAGMSG to clients that haven’t negotiated the message tags capability. 1

So probably need to deal with that as well when echoing it back to clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant