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

Allow sending messages to channel from a client that is not a member of a channel #80

Open
mxafi opened this issue Mar 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mxafi
Copy link
Owner

mxafi commented Mar 18, 2024

RFC 2811 defines a channel mode n:
No Messages To Channel From Clients On The Outside

When the channel flag 'n' is set, only channel members MAY send
messages to the channel.
This flag only affects users.

We don't have to implement this mode per the subject requirements.
Our current implementation inherently implements this mode, without advertising it to the clients using our server and without any ability to toggle it by channel operators.

@mxafi mxafi added enhancement New feature or request invalid This doesn't seem right and removed invalid This doesn't seem right labels Mar 18, 2024
@mxafi
Copy link
Owner Author

mxafi commented Mar 23, 2024

This would require refactoring the current implementation, and adding a new channel mode n.

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

No branches or pull requests

1 participant