-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Appserviceless/homeserverless ghosts/puppets (IRCv3 RELAYMSG) #840
Comments
This could also have lots of advantages for roll-playing or other activities, ones where you typically have to change your name frequently for a single message, but don't want to clutter the timeline with |
As this was discussed in a non-public room, I got some security concerns regarding impersonating: I was informed that IRC requires the equivalent of at least being mod. This imho is needed. But I also think this should not allow existing users in the room to get impersonated if you have elevated permission. Arguably, there should be a warning anyway for this. Apart from that, I think this is a good thing to have :) |
To clarify, IRC op roughly equals PL50 in Matrix and matrix-appservice-irc even performs that mapping, so I didn't realize my original phrasing is blocking this? |
Would work quite well with something like |
Actually no, that would prevent us from relaying other msgtypes 🙃 |
The overall idea still sounds sane. And the issue solves itself when we get extensible events where you can have multiple event types in a message. |
Suggestion
Ergo IRCd (previously known as Oragono) has implemented IRCv3 draft RELAYMSG (ircv3/ircv3-specifications#417) which allows relaybots (think of bridges without 1:1 PM ability) to send messages from other protocols like they were native to IRC. In Matrix this is possible with appservices/bridges, but that requires running a homeserver which may be too much of treshold from running a simple bot (that doesn't even require a domain).
I would like Matrix to offer something similar and I hope that in the future matrix-appservice-irc could recognise it, other bridges without PM ability would use it too and thus send relaymsg'd Matrix messages to IRC as relaymsg's thus causing less load and not taking connection slots benefiting both bridge operators and IRC networks that don't want users of other networks into theirs.
Example of RELAYMSG on IRC
Here M1kaela is a Telegram user,
/
is the separator that the IRC network uses for RELAYMSG (and forbids from real nicknames to combat abuse), R-66Y is a IRC bot (with no idea what is Telegram) and T4 would be the relaybot (matterbridge), but as it's using RELAYMSG it's not visible (to plain sight). The other combat towards abuse is that to use RELAYMSG, the sending bot must have op status on the channel (or be configured as oper in IRCd config).This is stateless so M1kaela does not appear in IRC user/names list and the nickname cannot be autocompeted, but it's still pretter and prettier than having to see
<T4> <M1kaela/Telegram> /ping
which practically no bot would recognise on IRC side.Ergo IRCd integrated documentation on the command
The text was updated successfully, but these errors were encountered: