-
Notifications
You must be signed in to change notification settings - Fork 4
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
Chat bridge migration #699
Comments
This is very bad and while chat platform support looks very good I would currently see this as worse option for purpose than any proxy that can send messages to special channel (bots, direct, single end point, etc...).
Would you be able to login in Would there be some way to make this work using bridge API? Like somehow accept message for custom delivery but drop it from normal queue. |
I think there might be, first time I'm really looking at That might provide a way around it... |
'if it ain't broke' What is broken in the current system? |
Better question would be what is not broken because there's a lot of broken things in current system, you can start by looking at https://github.com/minetest-beerchat/beerchat_proxy/issues and only after that comes missing features like support for other protocols. |
This is still possible if you log in with a temporary access number |
bump Some of the disadvantages above are a non-issue now: commands can be executed with the ui now: https://pandorabox.io/ui/ The DM/PM-Situation has not improved but it is not worse with the matterbridge in place than currently. Are there any objections/issues now with this (before i start working on it). |
One thing I'm wondering is how moderation will work with so many chat platforms, will it need to be done per-platform or will there be some other way? |
I think the discord and irc platforms are very well moderated, for matrix i think @MCLV-pandorabox might volunteer or someone else more active on that side (not me though, two chat-platforms already fill my whole attention-horizon) |
I already volunteered and have admin status on the #main channel on Matrix. When anybody(except the bot :-/ ) sends a message there, my phone bleeps. Really only #main is usable on Matrix.org and I'll do what I can to get more activity there. |
I've been playing around recently with
matterbridge
(https://github.com/42wim/matterbridge) and think it could be a good replacement for the currenthacked together appchatbridge (the app/proxy, not the beerchat-mod)The list of supported chat platforms is pretty awesome:
It has a major downside though: direct messages/commands to ingame would not be possible anymore (relevant issue: 42wim/matterbridge#191)EDIT: not an issue anymore, commands/DM's can be issued over the
mtui
now (https://pandorabox.io/ui)Pros 👍
beerchat
mod can directly talk to the matterbridge api (https://app.swaggerhub.com/apis-docs/matterbridge/matterbridge-api/0.1.0-oas3)Cons 👎
No direct messages/commands to ingame anymoreA possible workaround would be a dedicated#commands
channel (name debateable) that can be used with/login <tan>
Related issues
The text was updated successfully, but these errors were encountered: