All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
@ 2021-05-22 19:40 Yann E. MORIN
  2021-05-26 11:58 ` [Buildroot] [External] " Weber, Matthew L Collins
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yann E. MORIN @ 2021-05-22 19:40 UTC (permalink / raw)
  To: buildroot

Due to the recent events at Frenode [0], the channel has become a bit
unreliable (much spammed), and users have started to move away already,
as quite a few other projects have moved their IRC presence away from
Freenode.

There are a few alternatives. The first to spring to mond, is the new
libera.chat network [1], managed by the previous Freenode staff, so we
could expect quite a good experience there. However, it is a very yong
network. The second well known alternative is the long-established OFTC,
which has been very reliable in its 20 years of existence.

So, let's move to OFTC, just because it has a track-record of robustness
(which Libera.Chat still has to build, for being young).

Note: there are a lot of other IRC networks, some very good too, but we
probably would be much off-topic on most of them.

[0] https://lwn.net/Articles/856543/
[1] https://libera.chat/
[2] https://www.oftc.net/

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 README                    |  2 +-
 docs/manual/resources.txt |  4 ++--
 docs/website/support.html | 10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README b/README
index c6172524d7..008e996f5f 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Buildroot comes with a basic configuration for a number of boards. Run
 
 Please feed suggestions, bug reports, insults, and bribes back to the
 buildroot mailing list: buildroot at buildroot.org
-You can also find us on #buildroot on Freenode IRC.
+You can also find us on #buildroot on OFTC IRC.
 
 If you would like to contribute patches, please read
 https://buildroot.org/manual.html#submitting-patches
diff --git a/docs/manual/resources.txt b/docs/manual/resources.txt
index 69bfff8f2b..374cdef94e 100644
--- a/docs/manual/resources.txt
+++ b/docs/manual/resources.txt
@@ -29,8 +29,8 @@ there is a good chance someone else has asked the same question before.
 
 IRC::
 +
-The Buildroot IRC channel irc://freenode.net/#buildroot[#buildroot] is
-hosted on http://webchat.freenode.net[Freenode]. It is a useful place to
+The Buildroot IRC channel irc://irc.oftc.net/#buildroot[#buildroot] is
+hosted on https://www.oftc.net/WebChat/[OFTC]. It is a useful place to
 ask quick questions or discuss on certain topics.
 +
 When asking for help on IRC, share relevant logs or pieces of code
diff --git a/docs/website/support.html b/docs/website/support.html
index 6c602b42d2..eef969d461 100644
--- a/docs/website/support.html
+++ b/docs/website/support.html
@@ -19,15 +19,15 @@
 		  <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;">
 		</div>
 		<div class="col-sm-11">
-		  <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
-		      #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
-		    use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
+		  <p>The Buildroot IRC channel is <a href="irc://irc.oftc.net/#buildroot">
+		      #buildroot</a>, hosted on OFTC. If you do not have an IRC client, you can
+		    use the <a href="https://www.oftc.net/WebChat/">OFTC web interface</a>.
 		    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 Freenode, the channel can only be
+		  <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://freenode.net/kb/answer/registration">Freenode nickserv</a>
+		    <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>
 		</div>
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [External] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
@ 2021-05-26 11:58 ` Weber, Matthew L Collins
  2021-05-26 12:56   ` Heiko Thiery
  2021-05-26 14:03 ` [Buildroot] " Vincent Fazio
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Weber, Matthew L Collins @ 2021-05-26 11:58 UTC (permalink / raw)
  To: buildroot

All,

> From: buildroot <buildroot-bounces@busybox.net> on behalf of Yann E. MORIN <yann.morin.1998@free.fr>
> Sent: Saturday, May 22, 2021 2:40 PM
> To: buildroot at buildroot.org <buildroot@buildroot.org>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>; Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Subject: [External] [Buildroot] [PATCH] docs: move the IRC channel away from Freenode 
> ?
[snip]
 
> So, let's move to OFTC, just because it has a track-record of robustness
> (which Libera.Chat still has to build, for being young).

Acked-by: Matthew Weber <matthew.weber@collins.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [External] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-26 11:58 ` [Buildroot] [External] " Weber, Matthew L Collins
@ 2021-05-26 12:56   ` Heiko Thiery
  0 siblings, 0 replies; 7+ messages in thread
From: Heiko Thiery @ 2021-05-26 12:56 UTC (permalink / raw)
  To: buildroot

Am Mi., 26. Mai 2021 um 13:58 Uhr schrieb Weber, Matthew L Collins via
buildroot <buildroot@busybox.net>:
>
> All,
>
> > From: buildroot <buildroot-bounces@busybox.net> on behalf of Yann E. MORIN <yann.morin.1998@free.fr>
> > Sent: Saturday, May 22, 2021 2:40 PM
> > To: buildroot at buildroot.org <buildroot@buildroot.org>
> > Cc: Yann E. MORIN <yann.morin.1998@free.fr>; Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> > Subject: [External] [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
> >
> [snip]
>
> > So, let's move to OFTC, just because it has a track-record of robustness
> > (which Libera.Chat still has to build, for being young).
>
> Acked-by: Matthew Weber <matthew.weber@collins.com>

Acked-by: Heiko Thiery <heiko.thiery@gmail.com>

> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
  2021-05-26 11:58 ` [Buildroot] [External] " Weber, Matthew L Collins
@ 2021-05-26 14:03 ` Vincent Fazio
  2021-05-29 20:13 ` Peter Korsgaard
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Vincent Fazio @ 2021-05-26 14:03 UTC (permalink / raw)
  To: buildroot

All,

On 5/22/21 2:40 PM, Yann E. MORIN wrote:
> Due to the recent events at Frenode [0], the channel has become a bit
> unreliable (much spammed), and users have started to move away already,
> as quite a few other projects have moved their IRC presence away from
> Freenode.
>
> There are a few alternatives. The first to spring to mond, is the new
> libera.chat network [1], managed by the previous Freenode staff, so we
> could expect quite a good experience there. However, it is a very yong
> network. The second well known alternative is the long-established OFTC,
> which has been very reliable in its 20 years of existence.
>
> So, let's move to OFTC, just because it has a track-record of robustness
> (which Libera.Chat still has to build, for being young).
>
> Note: there are a lot of other IRC networks, some very good too, but we
> probably would be much off-topic on most of them.
>
> [0] https://lwn.net/Articles/856543/
> [1] https://libera.chat/
> [2] https://www.oftc.net/
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-By: Vincent Fazio <vfazio@xes-inc.com>

-- 
Vincent Fazio
Embedded Software Engineer - ATS
Extreme Engineering Solutions, Inc
http://www.xes-inc.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
  2021-05-26 11:58 ` [Buildroot] [External] " Weber, Matthew L Collins
  2021-05-26 14:03 ` [Buildroot] " Vincent Fazio
@ 2021-05-29 20:13 ` Peter Korsgaard
  2021-05-29 20:27 ` Yann E. MORIN
  2021-06-10  6:37 ` Peter Korsgaard
  4 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2021-05-29 20:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Due to the recent events at Frenode [0], the channel has become a bit
 > unreliable (much spammed), and users have started to move away already,
 > as quite a few other projects have moved their IRC presence away from
 > Freenode.

 > There are a few alternatives. The first to spring to mond, is the new
 > libera.chat network [1], managed by the previous Freenode staff, so we
 > could expect quite a good experience there. However, it is a very yong
 > network. The second well known alternative is the long-established OFTC,
 > which has been very reliable in its 20 years of existence.

 > So, let's move to OFTC, just because it has a track-record of robustness
 > (which Libera.Chat still has to build, for being young).

 > Note: there are a lot of other IRC networks, some very good too, but we
 > probably would be much off-topic on most of them.

 > [0] https://lwn.net/Articles/856543/
 > [1] https://libera.chat/
 > [2] https://www.oftc.net/

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

I am fine with moving to OFTC.

Acked-by: Peter Korsgaard <peter@korsgaard.com>

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
                   ` (2 preceding siblings ...)
  2021-05-29 20:13 ` Peter Korsgaard
@ 2021-05-29 20:27 ` Yann E. MORIN
  2021-06-10  6:37 ` Peter Korsgaard
  4 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2021-05-29 20:27 UTC (permalink / raw)
  To: buildroot

All,

On 2021-05-22 21:40 +0200, Yann E. MORIN spake thusly:
> Due to the recent events at Frenode [0], the channel has become a bit
> unreliable (much spammed), and users have started to move away already,
> as quite a few other projects have moved their IRC presence away from
> Freenode.
> 
> There are a few alternatives. The first to spring to mond, is the new
> libera.chat network [1], managed by the previous Freenode staff, so we
> could expect quite a good experience there. However, it is a very yong
> network. The second well known alternative is the long-established OFTC,
> which has been very reliable in its 20 years of existence.
> 
> So, let's move to OFTC, just because it has a track-record of robustness
> (which Libera.Chat still has to build, for being young).
> 
> Note: there are a lot of other IRC networks, some very good too, but we
> probably would be much off-topic on most of them.
> 
> [0] https://lwn.net/Articles/856543/
> [1] https://libera.chat/
> [2] https://www.oftc.net/
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Applied to master, thanks.

So this is official: we are moving away from Freenode. No reason for
being sad or for rejoice either.

Our new official IRC presence wil be on OFTC, on the channel with the
same name:

    irc://irc.oftc.net/#buildroot

OFTC has a webchat too:

    https://www.oftc.net/WebChat/

Thanks all for your patience in the transion; please bear with us in the
early times until we tweak the channel settings if need be.

Regards,
Yann E. MORIN.

> ---
>  README                    |  2 +-
>  docs/manual/resources.txt |  4 ++--
>  docs/website/support.html | 10 +++++-----
>  3 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/README b/README
> index c6172524d7..008e996f5f 100644
> --- a/README
> +++ b/README
> @@ -20,7 +20,7 @@ Buildroot comes with a basic configuration for a number of boards. Run
>  
>  Please feed suggestions, bug reports, insults, and bribes back to the
>  buildroot mailing list: buildroot at buildroot.org
> -You can also find us on #buildroot on Freenode IRC.
> +You can also find us on #buildroot on OFTC IRC.
>  
>  If you would like to contribute patches, please read
>  https://buildroot.org/manual.html#submitting-patches
> diff --git a/docs/manual/resources.txt b/docs/manual/resources.txt
> index 69bfff8f2b..374cdef94e 100644
> --- a/docs/manual/resources.txt
> +++ b/docs/manual/resources.txt
> @@ -29,8 +29,8 @@ there is a good chance someone else has asked the same question before.
>  
>  IRC::
>  +
> -The Buildroot IRC channel irc://freenode.net/#buildroot[#buildroot] is
> -hosted on http://webchat.freenode.net[Freenode]. It is a useful place to
> +The Buildroot IRC channel irc://irc.oftc.net/#buildroot[#buildroot] is
> +hosted on https://www.oftc.net/WebChat/[OFTC]. It is a useful place to
>  ask quick questions or discuss on certain topics.
>  +
>  When asking for help on IRC, share relevant logs or pieces of code
> diff --git a/docs/website/support.html b/docs/website/support.html
> index 6c602b42d2..eef969d461 100644
> --- a/docs/website/support.html
> +++ b/docs/website/support.html
> @@ -19,15 +19,15 @@
>  		  <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;">
>  		</div>
>  		<div class="col-sm-11">
> -		  <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
> -		      #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
> -		    use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
> +		  <p>The Buildroot IRC channel is <a href="irc://irc.oftc.net/#buildroot">
> +		      #buildroot</a>, hosted on OFTC. If you do not have an IRC client, you can
> +		    use the <a href="https://www.oftc.net/WebChat/">OFTC web interface</a>.
>  		    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 Freenode, the channel can only be
> +		  <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://freenode.net/kb/answer/registration">Freenode nickserv</a>
> +		    <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>
>  		</div>
> -- 
> 2.25.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] docs: move the IRC channel away from Freenode
  2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
                   ` (3 preceding siblings ...)
  2021-05-29 20:27 ` Yann E. MORIN
@ 2021-06-10  6:37 ` Peter Korsgaard
  4 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2021-06-10  6:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Due to the recent events at Frenode [0], the channel has become a bit
 > unreliable (much spammed), and users have started to move away already,
 > as quite a few other projects have moved their IRC presence away from
 > Freenode.

 > There are a few alternatives. The first to spring to mond, is the new
 > libera.chat network [1], managed by the previous Freenode staff, so we
 > could expect quite a good experience there. However, it is a very yong
 > network. The second well known alternative is the long-established OFTC,
 > which has been very reliable in its 20 years of existence.

 > So, let's move to OFTC, just because it has a track-record of robustness
 > (which Libera.Chat still has to build, for being young).

 > Note: there are a lot of other IRC networks, some very good too, but we
 > probably would be much off-topic on most of them.

 > [0] https://lwn.net/Articles/856543/
 > [1] https://libera.chat/
 > [2] https://www.oftc.net/

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-10  6:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 19:40 [Buildroot] [PATCH] docs: move the IRC channel away from Freenode Yann E. MORIN
2021-05-26 11:58 ` [Buildroot] [External] " Weber, Matthew L Collins
2021-05-26 12:56   ` Heiko Thiery
2021-05-26 14:03 ` [Buildroot] " Vincent Fazio
2021-05-29 20:13 ` Peter Korsgaard
2021-05-29 20:27 ` Yann E. MORIN
2021-06-10  6:37 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.