From 68d44cf669aafe968a786b5d33d6903be540fa81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Open an authenticator app and create an entry with the same secret. In Glowing Bear check the checkbox for "use Time-based One-Time Password" and fill in the one time password as you see it in the authenticator app. Required for WeeChat <= 2.8 With WeeChat 2.9—scheduled for release in July 2020—relay client authentication was made more secure and resistant to brute forcing. Glowing Bear uses the most secure authentication method by default. However, to support older versions of WeeChat, this option allows Glowing Bear to still use the old authentication method, sending your password to WeeChat (in plain text if you are not using encryption!). Only enable this if you are using a WeeChat version before 2.9!
- The option "Only show buffers with unread messages" is useful when you have a lot of buffers and can't meaningfully look at all of them at the same time. However, often you have a select few buffers that you use more frequently and would like to have displayed permanently.
+ The option "Only show buffers with unread messages" is useful when you have a lot of buffers and can't meaningfully look at all of them at the same time. However, often you have a select few buffers that you use more frequently and would like to have displayed permanently.
To pin a buffer, type
- Helpful trigger to automatically repin a buffer (in this instance, irc.freenode.#weechat): /secure set relay_totp_secret xxxxx
/set relay.network.totp_secret "${sec.data.relay_totp_secret}"
Compatibility with WeeChat 2.8 and older
Pinning buffers
/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.libera.#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"
/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"
- The hostname field can be used to set a custom path. Or a URL parameter can be used see section 'URL Parameters'. +
+ The hostname field can be used to set a custom path. Or a URL parameter can be used see section 'URL Parameters'.
To connect to the weechat relay service we connect using a URL. A typical URL consists of 4 parts. {scheme}://{host}:{port}/{path}
. The path can be changed by entering the relay's full URL (except the scheme).
-
+
Examples of correct input for the host field are:
You don't need to install anything to use Glowing Bear, it works with any modern browser. Start using it right now at the top of the page! However, there are a few ways to improve integration with your operating system.
+You don't need to install anything to use Glowing Bear, it works with any modern browser. Start using it right now at the top of the page! However, there are a few ways to improve integration with your operating system.
Glowing Bear supports the electron shell. You'll have to build it yourself, though. Run the following commands, choosing your platform from the list in the last command:
git clone https://github.com/glowing-bear/glowing-bear +Glowing Bear supports the electron shell. You'll have to build it yourself, though. Run the following commands, choosing your platform from the list in the last command:
git clone https://github.com/glowing-bear/glowing-bear cd glowing-bear npm install npm install electron-packager @@ -303,7 +303,7 @@ npm run build-electron-{windows, darwin, linux}Android App
We used to have an Android app, but discontinued it for lack of maintainers. You can still build it for yourself, see the app repository for instructions. Sorry!
Firefox Browser
-Firefox used to support apps, but this was removed from Firefox. There's nothing we can do about it. Sorry!
+Firefox used to support apps, but this was removed from Firefox. There's nothing we can do about it. Sorry!
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 :)
+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 libera.chat! We won't bite, promise :)