-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Multiple rooms #151
Comments
Any update on this? Multiple rooms/channels would be great to have, or some way to "check" the connecting subdomain and forward to a specific room (if domain based checking is not possible due to TCP not sending it, an alternative would be including it with the username, i.e. |
@tacerus No plans right now. It would require a fairly big refactor to do it the way I wanted to do it. This project isn't funded, so it's completely volunteer basis, and motivation to work on it comes and goes. :) |
Something else that might be possible would be specifying a "command" for each room. Something like |
The data structure composition of the internals should already support this, the trick is providing the UX for it.
The challenge here would probably involve forking the terminal renderer we're using (golang's ssh/terminal) and add additional rendering directives to include an irssi-style interface for switching room tabs (basically another status line above the input line).
Also it would need to be compatible with #150 if that happens.
The text was updated successfully, but these errors were encountered: