WeeChat 4.0.4 released: bug fix and maintenance release.
Overall though I’m liking #Lua so far as an embedded scripting choice. Haven’t really played with the language since messing with Civilization V mods nearly a decade ago.
For now I’m just rewriting my favorite #WeeChat scripts (e.g. autosort, colorize_nicks, rslap) in Lua for fun. Then I can disable the Python/Perl/Ruby/etc. plugins at compile time (though WeeChat compilation is fast to begin with).
Writing a #WeeChat script in #Lua and once again got bit by locales. Weechat’s Lua runtime sets LC_COLLATE to UTF-8 (which is sensible), while the /usr/bin/lua REPL defaults to the C locale.
Very confused at first when the former said `"#foo" < "bar"` is false and the latter said it’s true!
Abandoning weechat-matrix for now... In general, I liked the chatting experience, however:
1. weechat-matrix will re-join channels I close, which is annoying
2. I cannot avoid empty channels corresponding to #matrix spaces
3. Reloading the plugin or just exiting #weechat will cause the program to hang
Moreover, the few communities I was in were relatively inactive throughout the week... so I don't feel like I'm missing out on much. I can just check via #Element every once in a while.
WeeChat 4.0.1 released: bug fix and maintenance release.
The open-source #IRC chat client, #WeeChat, has celebrated its 20th anniversary with the release of version 4.0.0, which includes new features such as support for new IRC capabilities and human-readable key bindings.
https://alternativeto.net/news/2023/6/weechat-celebrates-its-20th-anniversary-and-releases-version-4-0-0-with-major-new-features/
WeeChat Version 4.0.0: https://blog.weechat.org/post/2023/06/24/Version-4.0.0 #linux #linuxgaming #update #foss #release #weechat #chat
#linux #linuxgaming #update #foss #release #weechat #chat
The Debian Trexie (testing) has been added in repositories.
The development version of WeeChat is now available for trexie (amd64 and i386), and will be built every night.
In addition, as Debian Bookworm has been released on June 10th, the latest stable version (3.8) is available for Bookworm.
All repositories are here: https://weechat.org/download/debian/
The Ubuntu “Mantic Minotaur” (23.10) has been added in repositories.
The development version of WeeChat is now available for mantic (amd64 only), and will be built every night.
All repositories are here: https://weechat.org/download/debian/
#weechat #debian #ubuntu #mantic
I really hate the #Mastodon #search function not because it's restricted in what is searchable and what isn't, but because of how impractical it is within those restrictions.
To wit, if I want to find a post of mine containing a specific word or set of words, I'm better off using #grep on my #WeeChat logs than using the search function!
(Why WeeChat logs? Because I have a #Bitlbee bridge set up. I don't actually use it much, but it does come in handy in these circumstances.)
#bitlbee #weechat #grep #search #mastodon
Oops, I got my #weechat up and running again. Nowhere near what I used to have, but it's weird how much I missed IRC.
Getting chanmon.pl up and running was a weird nerd rusty feeling, but hey, it's working!
Now I need to figure out how to run the server side, then the web frontend, then I can access my one instance from anywhere.
I'll be looking at you #openstack channels again soon...