diff mbox series

Revert "docs/website/support.html: document irc channel permission changes"

Message ID 20240212002128.3002289-1-buildroot@bubu1.eu
State Accepted
Headers show
Series Revert "docs/website/support.html: document irc channel permission changes" | expand

Commit Message

Marcus Hoffmann Feb. 12, 2024, 12:21 a.m. UTC
This didn't work out as planned, neither the restriction of muting
unregistered users, nor the exception for matrix users worked as planned.

The channel mode has been reverted to +R (meaning only registered users
are allowed to join) and an exception for *that* has been introduced for
matrix users via +e. The channel modes are documented in [1].

[1] https://www.oftc.net/ChannelModes/

This reverts commit d1e6d7845b0f3b450709b84a6e4fc4527f12b196.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 docs/website/support.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 6, 2024, 3:10 p.m. UTC | #1
On Mon, 12 Feb 2024 01:21:26 +0100
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> This didn't work out as planned, neither the restriction of muting
> unregistered users, nor the exception for matrix users worked as planned.
> 
> The channel mode has been reverted to +R (meaning only registered users
> are allowed to join) and an exception for *that* has been introduced for
> matrix users via +e. The channel modes are documented in [1].
> 
> [1] https://www.oftc.net/ChannelModes/
> 
> This reverts commit d1e6d7845b0f3b450709b84a6e4fc4527f12b196.
> 
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  docs/website/support.html | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 3, 2024, 7:13 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Mon, 12 Feb 2024 01:21:26 +0100
 > Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

 >> This didn't work out as planned, neither the restriction of muting
 >> unregistered users, nor the exception for matrix users worked as planned.
 >> 
 >> The channel mode has been reverted to +R (meaning only registered users
 >> are allowed to join) and an exception for *that* has been introduced for
 >> matrix users via +e. The channel modes are documented in [1].
 >> 
 >> [1] https://www.oftc.net/ChannelModes/
 >> 
 >> This reverts commit d1e6d7845b0f3b450709b84a6e4fc4527f12b196.
 >> 
 >> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
 >> ---
 >> docs/website/support.html | 4 ++--
 >> 1 file changed, 2 insertions(+), 2 deletions(-)

 > Applied to master, thanks.

Committed to 2024.02.x and 2024.05.x, thanks.
diff mbox series

Patch

diff --git a/docs/website/support.html b/docs/website/support.html
index 28873c6d76..13d63b13a9 100644
--- a/docs/website/support.html
+++ b/docs/website/support.html
@@ -27,8 +27,8 @@ 
 		    When asking for help on IRC, share relevant logs or pieces of code using a code
 		    sharing website.</p>
 
-		  <p>Note that due to excessive spamming on IRC, you can only talk in the
-		    channel if you are a registered user with
+		  <p>Note that due to excessive spamming on IRC, the channel can only be
+		    joined if you are a registered user with
 		    <a href="https://www.oftc.net/Services/">OFTC NickServ</a>
 		    service. Follow the instructions to register as a user with a password,
 		    and then join the <code>#buildroot</code> channel.</p>