Skip to content

Commit 2554dc6

Browse files
authored
Merge pull request #27 from pypy/antocuni/libera-chat
officially migrate from freenode to libera.chat
2 parents fc8dd04 + 5b1adee commit 2554dc6

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
(
116116
(
117117
('https://twitter.com/pypyproject', 'Twitter'),
118-
('https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end', 'IRC logs'),
119-
('https://libera.irclog.whitequark.org/pypy', 'IRC logs (libera.chat)'),
118+
('https://libera.irclog.whitequark.org/pypy', 'IRC logs'),
120119
('https://www.youtube.com/playlist?list=PLADqad94yVqDRQXuqxKrPS5QnVqbDLlRt', 'YouTube'),
121120
('https://www.twitch.tv/pypyproject', 'Twitch'),
122121
('/people.html', 'People'),

pages/contact.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
.. description:
88
99
10-
* irc:
10+
* irc: **#pypy** on **irc.libera.chat**
1111

12-
* **#pypy** on **irc.freenode.net** (still the official channel)
13-
* **#pypy** on **irc.libera.chat** (will become official soon?)
12+
- **NOTE**: the official #pypy channel used to be on Freenode, `but it is no
13+
longer the case`_
1414

1515
* mailing list: `pypy-dev at python.org`__
1616

@@ -25,3 +25,4 @@
2525
.. __: https://mail.python.org/mailman/listinfo/pypy-dev
2626
.. _`issue tracker`: https://foss.heptapod.net/pypy/pypy/issues?status=new&status=open
2727
.. _`dev site`: https://doc.pypy.org
28+
.. _`but it is no longer the case`: /posts/2021/05/pypy-irc-moves-to-libera-chat.html
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
.. title: #pypy IRC moves to Libera.Chat
3+
.. slug: pypy-irc-moves-to-libera-chat
4+
.. date: 2021-05-31 10:00:00 UTC
5+
.. author: antocuni
6+
.. tags:
7+
.. category:
8+
.. link:
9+
.. description:
10+
.. type: text
11+
-->
12+
13+
Following the example of many other FOSS projects, the PyPy team has
14+
decided to move its official ``#pypy`` IRC channel from Freenode to
15+
[Libera.Chat](https://libera.chat/): [irc.libera.chat/hpy](irc://irc.libera.chat/pypy)
16+
17+
The core devs will no longer be present on the Freenode channel, so we recommend to
18+
join the new channel as soon as possible.
19+
20+
wikimedia.org has a
21+
[nice guide](https://meta.wikimedia.org/wiki/IRC/Migrating_to_Libera_Chat) on
22+
how to setup your client to migrate from Freenode to Libera.Chat.
23+
24+
<!--TEASER_END-->

0 commit comments

Comments
 (0)