From 42bafe71655a73cfcbfb15043f39963f0cd9a2b2 Mon Sep 17 00:00:00 2001 From: Mateusz Hajder <6783135+mhajder@users.noreply.github.com> Date: Sun, 23 May 2021 16:40:08 +0200 Subject: [PATCH] Change the IRC server to Libera.Chat --- .github/ISSUE_TEMPLATE/Bug_Report.md | 2 +- .github/ISSUE_TEMPLATE/Feature_Request.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/SUPPORT.md | 2 +- README.md | 4 ++-- SECURITY.md | 2 +- defaults/config.js | 10 +++++----- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index da44fb06..22efc625 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -4,7 +4,7 @@ about: Create a bug report labels: "Type: Bug" --- - + - _Node version:_ - _Browser version:_ diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 51f7a656..a0ea13c3 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -4,7 +4,7 @@ about: Request a new feature labels: "Type: Feature" --- - + ### Feature Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6534742d..a06afb86 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -13,4 +13,4 @@ contact_links: - name: General support url: https://demo.thelounge.chat/?join=%23thelounge - about: "Join #thelounge on Freenode to ask a question before creating an issue" + about: "Join #thelounge on Libera.Chat to ask a question before creating an issue" diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 1fbda01d..62c3148e 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -6,6 +6,6 @@ need help, you have a few options: - Check out [existing questions on Stack Overflow](https://stackoverflow.com/questions/tagged/thelounge) to see if yours has been answered before. If not, feel free to [ask for a new question](https://stackoverflow.com/questions/ask?tags=thelounge) (using `thelounge` tag so that other people can easily find it). -- Find us on the Freenode channel `#thelounge`. You might not get an answer +- Find us on the Libera.Chat channel `#thelounge`. You might not get an answer right away, but this channel is full of nice people who will be happy to help you. diff --git a/README.md b/README.md index 8ea89439..66d08464 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@

#thelounge IRC channel on freenode + alt="#thelounge IRC channel on Libera.Chat" + src="https://img.shields.io/badge/Libera.Chat-%23thelounge-415364.svg?colorA=ff9e18"> npm version diff --git a/SECURITY.md b/SECURITY.md index 909e8718..7c292045 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,6 @@ - Contact us privately first, in a [responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure) manner. -- On IRC, send a private message to any voiced user on our Freenode channel, +- On IRC, send a private message to any voiced user on our Libera.Chat channel, `#thelounge`. - By email, send us your report at . diff --git a/defaults/config.js b/defaults/config.js index 9b21cc84..390f732d 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -231,12 +231,12 @@ module.exports = { // - `join`: Comma-separated list of channels to auto-join once connected. // // This value is set to connect to the official channel of The Lounge on - // Freenode by default: + // Libera.Chat by default: // // ```js // defaults: { - // name: "Freenode", - // host: "chat.freenode.net", + // name: "Libera.Chat", + // host: "irc.libera.chat", // port: 6697, // password: "", // tls: true, @@ -248,8 +248,8 @@ module.exports = { // } // ``` defaults: { - name: "Freenode", - host: "chat.freenode.net", + name: "Libera.Chat", + host: "irc.libera.chat", port: 6697, password: "", tls: true,