Damir Jelić
Damir Jelić
Putting it in your `PATH` is enough, provided that the dependencies are installed. `echo $PATH` can help to get a list of valid directories.
No, this [thing](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_upload) needs to be in your path. Weechat executes this script as a new process since we can't block or spawn threads and uploads might congest the single...
No particular reason, expect perhaps that there isn't a sane default location unless you're root. Not sure what's best. PR figuring this out would be welcome.
There is no way to do this currently, the highlights in matrix are called pills and are HTML links. The input parser would need to be able to parse markdown...
Yeah I think I thought about that syntax as well, thought still care needs to be taken to not pill silly things (check if the user is in the member...
That's because your side timed out. I agree that the message should be better.
Seems like nio is more restrictive about HTTP headers, this sounds like the same issue as https://github.com/python-hyper/hyper-h2/issues/1206#issuecomment-565457998.
We used to have a leak that happens during reconnects, might be back or the fix might have been incomplete.
What part are you having trouble with? The SSO login works by spawning a new process that starts a HTTP server. Weechat prints out an URL to your SSO sign...
Glad you got it working. You can set up the trigger to open a new tmux/screen pane that opens a CLI browser or curl. It's just a convenience thing so...