summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--subprojects/gst-devtools/RELEASE2
-rw-r--r--subprojects/gst-docs/markdown/application-development/appendix/quotes.md2
-rw-r--r--subprojects/gst-docs/markdown/contribute/index.md4
-rw-r--r--subprojects/gst-docs/markdown/frequently-asked-questions/developing.md6
-rw-r--r--subprojects/gst-editing-services/RELEASE2
-rw-r--r--subprojects/gst-libav/RELEASE2
-rw-r--r--subprojects/gst-omx/RELEASE2
-rw-r--r--subprojects/gst-plugins-bad/README2
-rw-r--r--subprojects/gst-plugins-bad/RELEASE2
-rw-r--r--subprojects/gst-plugins-base/README2
-rw-r--r--subprojects/gst-plugins-base/RELEASE2
-rw-r--r--subprojects/gst-plugins-good/README2
-rw-r--r--subprojects/gst-plugins-good/RELEASE2
-rw-r--r--subprojects/gst-plugins-ugly/README2
-rw-r--r--subprojects/gst-plugins-ugly/RELEASE2
-rw-r--r--subprojects/gst-python/RELEASE2
-rw-r--r--subprojects/gst-rtsp-server/RELEASE2
-rw-r--r--subprojects/gstreamer-vaapi/RELEASE2
-rw-r--r--subprojects/gstreamer/README2
-rw-r--r--subprojects/gstreamer/RELEASE2
21 files changed, 24 insertions, 24 deletions
diff --git a/README.md b/README.md
index 7b70161f63..5c8464bbc4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
This repository contains all official modules supported by the GStreamer
community which can be found in the `subprojects/` directory.
diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE
index 17bcd1b8f1..ec5c617b11 100644
--- a/subprojects/gst-devtools/RELEASE
+++ b/subprojects/gst-devtools/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-docs/markdown/application-development/appendix/quotes.md b/subprojects/gst-docs/markdown/application-development/appendix/quotes.md
index 620bebcb54..d9a09fd2cf 100644
--- a/subprojects/gst-docs/markdown/application-development/appendix/quotes.md
+++ b/subprojects/gst-docs/markdown/application-development/appendix/quotes.md
@@ -7,7 +7,7 @@ title: Quotes from the Developers
As well as being a cool piece of software, GStreamer is a lively
project, with developers from around the globe very actively
contributing. We often hang out on the \#gstreamer IRC channel on
-irc.freenode.net: the following are a selection of amusing\[1\] quotes
+irc.oftc.net: the following are a selection of amusing\[1\] quotes
from our conversations.
- 6 Mar 2006
diff --git a/subprojects/gst-docs/markdown/contribute/index.md b/subprojects/gst-docs/markdown/contribute/index.md
index 05a2d6322e..987f9ebbd5 100644
--- a/subprojects/gst-docs/markdown/contribute/index.md
+++ b/subprojects/gst-docs/markdown/contribute/index.md
@@ -50,8 +50,8 @@ these operations:
- If you don't know which component to file the issue against, just pick the one
that seems the most likely to you, or file it against the gstreamer-project
component. If in doubt just pop into our IRC channel `#gstreamer` on the
- [freenode IRC network](https://freenode.net), which you can connect to using
- any IRC client application or the [freenode IRC webchat](https://webchat.freenode.net/?channels=%23gstreamer).
+ [OFTC IRC network](https://www.oftc.net/), which you can connect to using
+ any IRC client application or the [OFTC IRC webchat](https://webchat.oftc.net/?channels=%23gstreamer).
In any case, if it's not the right component someone will move the issue
once they have a better idea what the problem is and where it belongs.
diff --git a/subprojects/gst-docs/markdown/frequently-asked-questions/developing.md b/subprojects/gst-docs/markdown/frequently-asked-questions/developing.md
index db30a7b110..bd2fae6a51 100644
--- a/subprojects/gst-docs/markdown/frequently-asked-questions/developing.md
+++ b/subprojects/gst-docs/markdown/frequently-asked-questions/developing.md
@@ -74,13 +74,13 @@ directory.
## Why is mail traffic so low on gstreamer-devel?
Our main arenas for coordination and discussion are IRC and Gitlab, not
-the mailing lists. Join us in [`#gstreamer`][irc-gstreamer] on irc.freenode.net.
+the mailing lists. Join us in [`#gstreamer`][irc-gstreamer] on irc.oftc.net.
There is also a [webchat interface][webchat-gstreamer]. For larger picture
questions or getting more input from more people, a mail to the gstreamer-devel
mailing list is never a bad idea, however.
-[irc-gstreamer]: irc://irc.freenode.net/#gstreamer
-[webchat-gstreamer]: https://webchat.freenode.net
+[irc-gstreamer]: irc://irc.oftc.net/#gstreamer
+[webchat-gstreamer]: https://webchat.oftc.net/?channels=%23gstreamer
## What kind of versioning scheme does GStreamer use?
diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE
index e0eca800d6..399c11a525 100644
--- a/subprojects/gst-editing-services/RELEASE
+++ b/subprojects/gst-editing-services/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE
index 8abf3ba2ca..ef99d2d6e8 100644
--- a/subprojects/gst-libav/RELEASE
+++ b/subprojects/gst-libav/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-omx/RELEASE b/subprojects/gst-omx/RELEASE
index 8bc336771f..ff22004a64 100644
--- a/subprojects/gst-omx/RELEASE
+++ b/subprojects/gst-omx/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-plugins-bad/README b/subprojects/gst-plugins-bad/README
index c95e53e28d..17e60d01d7 100644
--- a/subprojects/gst-plugins-bad/README
+++ b/subprojects/gst-plugins-bad/README
@@ -26,7 +26,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
GStreamer 1.0 series
--------------------
diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE
index 2a58e06194..a86b260e9b 100644
--- a/subprojects/gst-plugins-bad/RELEASE
+++ b/subprojects/gst-plugins-bad/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-plugins-base/README b/subprojects/gst-plugins-base/README
index c95e53e28d..17e60d01d7 100644
--- a/subprojects/gst-plugins-base/README
+++ b/subprojects/gst-plugins-base/README
@@ -26,7 +26,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
GStreamer 1.0 series
--------------------
diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE
index a25e5b2c1f..d5593f660c 100644
--- a/subprojects/gst-plugins-base/RELEASE
+++ b/subprojects/gst-plugins-base/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-plugins-good/README b/subprojects/gst-plugins-good/README
index c95e53e28d..17e60d01d7 100644
--- a/subprojects/gst-plugins-good/README
+++ b/subprojects/gst-plugins-good/README
@@ -26,7 +26,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
GStreamer 1.0 series
--------------------
diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE
index 02e7d4a912..5f492e2281 100644
--- a/subprojects/gst-plugins-good/RELEASE
+++ b/subprojects/gst-plugins-good/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-plugins-ugly/README b/subprojects/gst-plugins-ugly/README
index c95e53e28d..17e60d01d7 100644
--- a/subprojects/gst-plugins-ugly/README
+++ b/subprojects/gst-plugins-ugly/README
@@ -26,7 +26,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
GStreamer 1.0 series
--------------------
diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE
index cef054a611..8af9cb2f90 100644
--- a/subprojects/gst-plugins-ugly/RELEASE
+++ b/subprojects/gst-plugins-ugly/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE
index 2e28514690..c3e84aa9d9 100644
--- a/subprojects/gst-python/RELEASE
+++ b/subprojects/gst-python/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE
index 97a4fa313e..487d929728 100644
--- a/subprojects/gst-rtsp-server/RELEASE
+++ b/subprojects/gst-rtsp-server/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE
index 89a24e6fa7..a3f667747b 100644
--- a/subprojects/gstreamer-vaapi/RELEASE
+++ b/subprojects/gstreamer-vaapi/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====
diff --git a/subprojects/gstreamer/README b/subprojects/gstreamer/README
index c95e53e28d..17e60d01d7 100644
--- a/subprojects/gstreamer/README
+++ b/subprojects/gstreamer/README
@@ -26,7 +26,7 @@ We track bugs, feature requests and merge requests (patches) in GitLab at
https://gitlab.freedesktop.org/gstreamer/
-You can join us on IRC - #gstreamer on irc.freenode.org
+You can join us on IRC - #gstreamer on irc.oftc.net
GStreamer 1.0 series
--------------------
diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE
index 5afe9d777b..21cdee3bbf 100644
--- a/subprojects/gstreamer/RELEASE
+++ b/subprojects/gstreamer/RELEASE
@@ -79,7 +79,7 @@ for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
-There is also a #gstreamer IRC channel on the Freenode IRC network.
+There is also a #gstreamer IRC channel on the OFTC IRC network.
==== Developers ====