Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 1535aa3b693653f360125a47cbcf46b987e28d10 Author: Wim <wim@42.be> Date: Sun May 30 00:38:13 2021 +0000 Update irc references (#1499) diff --git a/README.md b/README.md index 484c274..899a44a 100644 --- a/README.md +++ b/README.md @@ -2128 +2128 @@ All possible [settings](https://github.com/42wim/matterbridge/wiki/Settings) for    ```toml  [irc] - [irc.freenode] - Server="irc.freenode.net:6667" + [irc.libera] + Server="irc.libera.chat:6667" Nick="yourbotname"    [mattermost] @@ -2297 +2297 @@ All possible [settings](https://github.com/42wim/matterbridge/wiki/Settings) for  name="mygateway"  enable=true [[gateway.inout]] - account="irc.freenode" + account="irc.libera" channel="#testing"   [[gateway.inout]] @@ -3637 +3637 @@ Matterbridge wouldn't exist without these libraries:    [mb-discord]: https://discord.gg/AkKPtrQ  [mb-gitter]: https://gitter.im/42wim/matterbridge -[mb-irc]: https://webchat.freenode.net/?channels=matterbridgechat +[mb-irc]: https://web.libera.chat/#matterbridge  [mb-keybase]: https://keybase.io/team/matterbridge  [mb-matrix]: https://riot.im/app/#/room/#matterbridge:matrix.org  [mb-mattermost]: https://framateam.org/signup_user_complete/?id=tfqm33ggop8x3qgu4boeieta6e diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index a1b8a5f..c48ed83 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -912 +912 @@  [irc]    #You can configure multiple servers "[irc.name]" or "[irc.name2]" -#In this example we use [irc.freenode] +#In this example we use [irc.libera]  #REQUIRED -[irc.freenode] +[irc.libera]  #irc server to connect to.  #REQUIRED -Server="irc.freenode.net:6667" +Server="irc.libera.chat:6667"    #Password for irc server (if necessary)  #OPTIONAL (default "") @@ -247 +247 @@ Password=""  #OPTIONAL (default false)  UseTLS=false   -#Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts) +#Enable SASL (PLAIN) authentication. (libera requires this from eg AWS hosts)  #It uses NickServNick and NickServPassword as login and password  #OPTIONAL (default false)  UseSASL=false @@ -557 +557 @@ Charset=""  #REQUIRED  Nick="matterbot"   -#If you registered your bot with a service like Nickserv on freenode. +#If you registered your bot with a service like Nickserv on libera.  #Also being used when UseSASL=true  #  #Note: if you want do to quakenet auth, set NickServNick="Q@CServe.quakenet.org" @@ -18477 +18477 @@ enable=true   # account specified above # REQUIRED - account="irc.freenode" + account="irc.libera"   # The channel key in each gateway is mapped to a similar group chat ID on the chat platform # To find the group chat ID for different platforms, refer to the table below @@ -19057 +19057 @@ enable=true   #[[gateway.out]] specifies the account and channels we will sent messages to. [[gateway.out]] - account="irc.freenode" + account="irc.libera" channel="#testing"   #OPTIONAL - only used for IRC and XMPP protocols at the moment