From 4778675e0c3bde1c028085b7d96693fe033d2c72 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Wed, 26 May 2021 11:20:23 +0200 Subject: [PATCH] Adjust Freenode references to Libera --- CONTRIBUTING.md | 2 +- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5d1d98e..0b30d68a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,4 +45,4 @@ Use `test-full` before submitting patches. ## Discussions -Join us in `#emacs-circe` on `irc.freenode.net`! +Join us in `#emacs-circe` on `irc.libera.chat`! diff --git a/README.md b/README.md index 31670e96..2ea2bd0b 100644 --- a/README.md +++ b/README.md @@ -72,16 +72,16 @@ The next time you start your Emacs, you should be able to use ## Connecting to IRC -To connect to IRC, simply use `M-x circe RET irc.freenode.net RET -RET`. This will connect you to Freenode. You can join us on -`#emacs-circe` by using `/join #emacs-circe` in the server buffer. +To connect to IRC, simply use `M-x circe RET irc.libera.chat RET RET`. +This will connect you to Libera. You can join us on `#emacs-circe` by +using `/join #emacs-circe` in the server buffer. A more elaborate setup would require you to edit your init file and add something like the following: ```Lisp (setq circe-network-options - '(("Freenode" + '(("Libera" :tls t :nick "my-nick" :sasl-username "my-nick" @@ -91,18 +91,18 @@ add something like the following: ``` -With this in your configuration, you can use `M-x circe RET Freenode -RET` to connect to Freenode using these settings. +With this in your configuration, you can use `M-x circe RET Libera +RET` to connect to Libera using these settings. If the network you are connecting to supports client certificate authentication and you have setup your certificate, you can tell circe to use it when login to the network. You can enable SASL external authentication also if the network -supports it. An example to connect into Freenode using a client certificate +supports it. An example to connect into Libera using a client certificate could be: ```Lisp (setq circe-network-options - '(("Freenode" + '(("Libera" :tls t :tls-keylist (("/full/path/key.pem" "/full/path/cert.pem"))