Sébastien Helleu
Sébastien Helleu
Hi, First I moved the issue to WeeChat repository, since it's something with WeeChat, not weechat-relay which is a lib just for encoding/decoding relay messages, so at a raw level...
OK, I see your point: you would like to save data exchange by not sending lines that wouldn't be displayed in the relay client at all. So if you do...
At the beginning, relay was designed to be able to connect with a remote interface, so the goal is to see **exactly** the same things as in WeeChat itself. Now...
Hi, Thanks for your report. I confirm the problem, and it's because the terminal reports 16M colors. WeeChat initializes its internal palette which takes a lot of time (internal hashtable...
Not easy to handle such separate process. I think it would be easier to add a way to save TLS session on disk with GnuTLS. I looked at the code...
Hi, With default settings, the text you see in white should be black when the background is white. Please try with the default config: `weechat -t` and confirm it works...
I can reproduce with xfce4-terminal and solarized light theme. I'm now investigating.
Not yet, I can reproduce the issue with xfce4-terminal, but not with other terminals like xterm (with black text on white background), where the result is (default config): ![Screenshot from...
Hi, For such feature a script can be written. I wrote for example the script hlpvitem.py which displays in the status bar the content of the message in case of...
I'm considering a way to make easier the call to script functions, so that we've not to reimplement the wheel inside WeeChat, like this sort function, which is widely available...