Matrix: Difference between revisions

From Software Heritage Wiki
Jump to navigation Jump to search
No edit summary
(update status of IRC channel)
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== IRC channels ==
== Matrix rooms ==


The following channels have been registered on the [https://freenode.net/ Freenode] network for [[Software Heritage]] usage.
The following rooms have been registered on the [https://matrix.org/ Matrix] network for [[Software Heritage]] usage.


* '''#softwareheritage''': general discussions about the project (currently unused)
* [https://matrix.to/#/#swh-devel:matrix.org '''#swh-devel:matrix.org''']: public development discussions
* '''#swh''': ditto, in case we end up preferring the short version
* [https://matrix.to/#/#swh-sysadm:matrix.org '''#swh-sysadm:matrix.org''']: operations team discussions/bots
* '''#swh-devel''': public development discussions
* [https://matrix.to/#/#swh-offtopic:matrix.org '''#swh-offtopic:matrix.org''']: Off-topic discussions
* '''#swh-team''': private discussions of the core team
* [https://matrix.to/#/#swh-team:matrix.org '''#swh-team:matrix.org''']: private discussions of the core team
* '''#swh-sysadm''': private discussions of the sysadm/operations team
* [https://matrix.to/#/#swh:matrix.org '''#swh:matrix.org''']: general discussions around Software Heritage


If you do IRC, consider joining the channels.
They are all part of the [https://matrix.to/#/#swh-space:matrix.org '''#swh-space:matrix.org'''] Matrix space.


You will be asked to create a Matrix account if you don't have one yet.


== IRC authentication ==
Software Heritage deprecated their former [https://libera.chat libera.chat] IRC channels on 2023-12-08, but added a RelayBot to relay messages between Matrix and IRC, later the bot was due to be removed, but that ended up not happening.
 
You should register their nick with NickServ using:
 
/nick <USERNAME>
/msg nickserv register <PASSWORD> <EMAIL>
 
You will then receive an e-mail containing a link to activate you account. After doing so, you need to configure your client to auto-authenticate. The recommanded way of doing that is using [https://freenode.net/kb/answer/sasl SASL authentication].
 
For Weechat:
 
/set irc.server.freenode.sasl_username <USERNAME>
/set irc.server.freenode.sasl_password <PASSWORD>
 
== IRC access list ==
 
To auto-voice people with a registered nick (only doable by people with +fA access modes will be able to do it), add them to the channel access list:
 
/msg chanserv access #swh-devel add zack +V
 
 
[[Category:Infrastructure]]

Latest revision as of 23:37, 15 December 2025

Matrix rooms

The following rooms have been registered on the Matrix network for Software Heritage usage.

They are all part of the #swh-space:matrix.org Matrix space.

You will be asked to create a Matrix account if you don't have one yet.

Software Heritage deprecated their former libera.chat IRC channels on 2023-12-08, but added a RelayBot to relay messages between Matrix and IRC, later the bot was due to be removed, but that ended up not happening.