From c351c4f06ed1446bfa9474ff3f9bc727dc959b3b Mon Sep 17 00:00:00 2001 From: MacFan4000 Date: Thu, 20 May 2021 20:57:48 +0000 Subject: [PATCH] Freenode -> Libera per wikimedia moving from freenode to libera Bug: T283247 Change-Id: Iebbb13ac53830a8d77b42bf2954cf80d76d78467 --- .travis.yml | 2 +- DEVELOPERS.md | 4 ++-- RELEASE-NOTES-1.37 | 2 +- composer.json | 2 +- docs/distributors.txt | 2 +- tests/phpunit/data/composer/composer.json | 2 +- tests/phpunit/data/composer/new-composer.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ec918e4415..833859a5268 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ notifications: email: false irc: channels: - - "chat.freenode.net#wikimedia-dev" + - "irc.libera.chat#wikimedia-dev" template: - "%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message} - %{build_url}" on_success: change diff --git a/DEVELOPERS.md b/DEVELOPERS.md index d8448c6cb12..1b48f5aade0 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -15,12 +15,12 @@ The default environment provides PHP, Apache, Xdebug and a SQLite database. More documentation as well as example overrides and configuration recipes are available at [mediawiki.org/wiki/MediaWiki-Docker][mw-docker]. -Support is available on the [Freenode IRC network][freenode] at `#mediawiki` +Support is available on the [Libera IRC network][Libera] at `#mediawiki` and on Wikimedia Phabricator at [#MediaWiki-Docker][mw-docker-phab]. [mw-docker]: https://www.mediawiki.org/wiki/MediaWiki-Docker [mw-docker-phab]: https://phabricator.wikimedia.org/project/profile/3094/ -[freenode]: https://freenode.net/ +[Libera]: https://libera.chat/ ### Requirements diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37 index 71c1b506390..bdbcb781187 100644 --- a/RELEASE-NOTES-1.37 +++ b/RELEASE-NOTES-1.37 @@ -393,4 +393,4 @@ It's highly recommended that you sign up for one of these lists if you're going to run a public MediaWiki, so you can be notified of security fixes. == IRC help == -There's usually someone online in #mediawiki on irc.freenode.net. +There's usually someone online in #mediawiki on irc.libera.chat. diff --git a/composer.json b/composer.json index 00e079c8f43..2cba41fdacf 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "license": "GPL-2.0-or-later", "support": { "issues": "https://bugs.mediawiki.org/", - "irc": "irc://irc.freenode.net/mediawiki", + "irc": "irc://irc.libera.chat/mediawiki", "wiki": "https://www.mediawiki.org/" }, "prefer-stable": true, diff --git a/docs/distributors.txt b/docs/distributors.txt index d6d2e831193..6ed328fe39f 100644 --- a/docs/distributors.txt +++ b/docs/distributors.txt @@ -148,7 +148,7 @@ might find that the best place to post if you want to get developers' attention is the wikitech-l mailing list . Posts to wikitech-l will inevitably be read by multiple experienced MediaWiki developers. There's -also an active IRC chat at , where there are +also an active IRC chat at , where there are usually several developers at reasonably busy times of day. Our Git repositories are hosted at , see diff --git a/tests/phpunit/data/composer/composer.json b/tests/phpunit/data/composer/composer.json index 9b902ae8104..52b60fcf718 100644 --- a/tests/phpunit/data/composer/composer.json +++ b/tests/phpunit/data/composer/composer.json @@ -12,7 +12,7 @@ "license": "GPL-2.0-only", "support": { "issues": "https://bugzilla.wikimedia.org/", - "irc": "irc://irc.freenode.net/mediawiki", + "irc": "irc://irc.libera.chat/mediawiki", "wiki": "https://www.mediawiki.org/" }, "require": { diff --git a/tests/phpunit/data/composer/new-composer.json b/tests/phpunit/data/composer/new-composer.json index 3a886769e2b..35e3c0365b7 100644 --- a/tests/phpunit/data/composer/new-composer.json +++ b/tests/phpunit/data/composer/new-composer.json @@ -12,7 +12,7 @@ "license": "GPL-2.0-only", "support": { "issues": "https://bugzilla.wikimedia.org/", - "irc": "irc://irc.freenode.net/mediawiki", + "irc": "irc://irc.libera.chat/mediawiki", "wiki": "https://www.mediawiki.org/" }, "require": {