ircv3-ideas icon indicating copy to clipboard operation
ircv3-ideas copied to clipboard

visual annotation of users affiliated with network administration

Open jesopo opened this issue 2 years ago • 8 comments

i guess this is sort of a verified checkmark. no idea how I'd go about implementing this, other than metadata once we finish it.

primary intended usecases is clearly visually denoting services bots and network staff in a way you cannot impersonate.

jesopo avatar Mar 24 '23 14:03 jesopo

I've been implementing this in my clients with the network operator stuff already in the protocol.

emersion avatar Mar 24 '23 14:03 emersion

on second thoughts, I think I'd prefer to do it on a message-by-message basis. staff don't really want a badge on 24/7

jesopo avatar Mar 24 '23 14:03 jesopo

Would a message-by-message thing be the same as the oper tag in https://github.com/ircv3/ircv3-specifications/pull/494?

A message-per-message tag wouldn't allow clients to display an indicator outside of a message context (for instance, on a user info page). The information would get out-of-date until the staff sends a new message visible to the client.

The network operator in the current spec can be toggled on/off as desired.

emersion avatar Mar 24 '23 14:03 emersion

I'd intend the visual indication to be shown on the message, not the user

jesopo avatar Mar 24 '23 14:03 jesopo

consider this to how, on reddit, you can select whether you're speaking as a user or a mod

jesopo avatar Mar 24 '23 14:03 jesopo

~~and, as for the oper tag, maybe libera just needs to start sending that to users...~~ scratch that, can't easily turn it on and off without deopering

jesopo avatar Mar 24 '23 14:03 jesopo

How is this any different to ircv3/ircv3-specifications#494?

sadiepowell avatar Mar 24 '23 15:03 sadiepowell

The draft/oper tag spec says it is added "to messages sent by a user who is currently an IRC operator". That doesn't seem to allow the intent expressed by @jesopo, to have this annotation attached only on-demand by the user speaking, a la reddit's "speaking as a mod" function that badges only specific comments when the user posting them chooses to do so.

dgw avatar Mar 24 '23 15:03 dgw