Tor Hveem

Results 30 comments of Tor Hveem

Hey, @yeiniel , would you be willing to rebase this on top of current codebase? I would be interested in reviewing and helping out, with the goal of eventually modernize...

The matrix protocol makes an extreme number of HTTP requests, especially for large rooms. WeeChat was not designed to handle this as smooth as it could have been. I have...

Are you using nicklist? If so, try without it.

the script doesn't do any http calls on it's own, I request URLs using weechat's async API for it, so it's that API that is freezing the UI.

I currently set the server parameter on the buffer to matrix. This works fine for glowing bear I think, which also has hierarchy for buffers. I think maybe buffers.pl has...

It might be possible matrix.lua is cause of this problem, but it's not normal behaviour, and not something I can easily reproduce on my end. It might also be other...

Thanks for researching this. I think the nicklist issues you are seeing might be a slowness in WeeChat itself, as matrix.lua is just sending nicks to add to WeeChat. And...

The matrix protocol makes an extreme number of HTTP requests, especially for large rooms. WeeChat was not designed to handle this as smooth as it could have been. I have...

One possible way would be to create a new bar item, that you can put anywhere you like, with the nicks that have read. But I'm not going to prioritize...

This is on my list of things that would be nice, and it's doable, but no plans to implement currently. I think the work to support this consists mostly of...