From f0c54a0c2ed4fc571127413e490d8e2f37b0d2cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?=
Date: Tue, 25 May 2021 16:49:34 +0200
Subject: [PATCH] freenode -> libera
---
README.md | 6 +++---
index.html | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ddb7525..a1f9e97 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Glowing Bear connects to the WeeChat instance you're already running (version 0.
Now point your browser to the [Glowing Bear](https://www.glowing-bear.org)! If you're having trouble connecting, check that the host and port of your WeeChat host are entered correctly, and that your server's firewall permits incoming connections on the relay port (9001 in this example).
-**Please note that the above instructions set up an unencrypted relay, and all your data will be transmitted in clear.** You should not use this over the internet. We strongly recommend that you set up encryption if you want to keep using Glowing Bear. There's a guide on setting it up with Let's Encrypt on the landing page of the [next version of Glowing Bear](https://latest.glowing-bear.org), under "Getting Started". Ask us in `#glowing-bear` on freenode if something is unclear.
+**Please note that the above instructions set up an unencrypted relay, and all your data will be transmitted in clear.** You should not use this over the internet. We strongly recommend that you set up encryption if you want to keep using Glowing Bear. There's a guide on setting it up with Let's Encrypt on the landing page of the [next version of Glowing Bear](https://latest.glowing-bear.org), under "Getting Started". Ask us in `#glowing-bear` on [libera](https://libera.chat) if something is unclear.
You can run Glowing Bear in many ways:
@@ -81,7 +81,7 @@ Or the end to end tests:
## Contributing
-Whether you are interested in contributing or simply want to talk about the project, join us at **#glowing-bear** on **freenode**!
+Whether you are interested in contributing or simply want to talk about the project, join us at **#glowing-bear** on [libera](https://libera.chat)!
We appreciate all forms of contributions -- whether you're a coder, designer, or user, we are always curious what you have to say. Whether you have suggestions or already implemented a solution, let us know and we'll try to help. We're also very keen to hear which devices and platforms Glowing Bear works on (or doesn't), as we're a small team and don't have access to the resources we would need to test it everywhere.
@@ -89,6 +89,6 @@ If you wish to submit code, we try to make the contribution process as simple as
`$ ./run_tests.sh`
- We'd also like to ask you to join our IRC channel, #glowing-bear on freenode, so we can discuss your ideas and changes.
+ We'd also like to ask you to join our IRC channel, #glowing-bear on libera, so we can discuss your ideas and changes.
If you're curious about the projects we're using, here's a list: [AngularJS](https://angularjs.org/), [Bootstrap](http://getbootstrap.com/), [Underscore](http://underscorejs.org/), [favico.js](http://lab.ejci.net/favico.js/), Emoji provided free by [Emoji One](http://emojione.com/), and [zlib.js](https://github.com/imaya/zlib.js). Technology-wise, [WebSockets](https://en.wikipedia.org/wiki/WebSocket) are the most important part, but we also use [local storage](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage#localStorage), the [Notification Web API](https://developer.mozilla.org/en/docs/Web/API/notification), and last (but not least) [Apache Cordova](https://cordova.apache.org/) for our mobile app (currently unmaintained and unavailable).
diff --git a/index.html b/index.html
index fe1c50b..622808c 100644
--- a/index.html
+++ b/index.html
@@ -207,7 +207,7 @@ chown -R username:username ~username
To pin a buffer, type /buffer set localvar_set_pinned true
. Note: Local variables on buffers are not persisted across WeeChat restarts, so either use script buffer_autoset.py
to automatically apply that upon buffer creation or use a trigger if you want automatic repinning when buffers get recreated. To unpin, you can use the same command and set anything other than true
.
- Helpful trigger to automatically repin a buffer (in this instance, irc.freenode.#weechat):
/trigger add autopin signal "buffer_opened" "${buffer[${tg_signal_data}].full_name} =~ irc.freenode.#weechat" "" "/command -buffer ${buffer[${tg_signal_data}].full_name} * /buffer set localvar_set_pinned true"
+ Helpful trigger to automatically repin a buffer (in this instance, irc.libera.#weechat): /trigger add autopin signal "buffer_opened" "${buffer[${tg_signal_data}].full_name} =~ irc.libera.#weechat" "" "/command -buffer ${buffer[${tg_signal_data}].full_name} * /buffer set localvar_set_pinned true"
Setting a custom path
@@ -308,7 +308,7 @@ npm run build-electron-{windows, darwin, linux}
Glowing bear is built by a small group of developers in their free time. As we're always trying to improve it, we would love getting your feedback and help. If that sounds like something you might enjoy, check out our project page on GitHub!
-
If you're interested in contributing or simply want to say hello, head over to #glowing-bear on freenode! We won't bite, promise :)
+
If you're interested in contributing or simply want to say hello, head over to #glowing-bear on libera! We won't bite, promise :)