Wim
Wim
@lrstanley thanks for taking a look! @JeremyRand you can find binaries with the patch in on https://github.com/42wim/matterbridge/actions/runs/2019172615 or build from https://github.com/42wim/matterbridge/pull/1773
@lrstanley thanks! @JeremyRand I've made a PR containing the updated dependencies https://github.com/42wim/matterbridge/pull/1800 You can also just run `go install github.com/42wim/matterbridge@fe8a75b976387de9dff017249920c2cfe3f4d926` which will install it in `~/go/bin/matterbridge`
@JeremyRand any updates?
I think https://github.com/hashicorp/go-plugin should also be taking in consideration, afaik the "normal" plugin system has a lot of shortcomings (eg crashing the whole process because of issues with the plugin),...
Stumbled on this issue and thought why not :) I've just added (initial) support for ssh-chat to matterbridge ;-) https://github.com/42wim/matterbridge/commit/67a9d133e9cfef9317b3950383b6a48680998905 Add the sshchat bridge to the matterbridge.toml ``` [sshchat.test] server="localhost:2022"...
I've got a public matterbridge instance running but only connected to hosted bridges (discord, gitter, slack, irc ..) No ssh-chat at the moment. But if you got a spare one...
Not that much, sometimes bursty. You can see for yourself on https://gitter.im/42wim/matterbridge
Same issue, also getting detected as `Virtool:PowerShell/PoshC2.gen!C` I can't even `git clone` it, I've pinpointed the issue to `shim` function core.ps1, when removing the code in the function I can...
Also the `function Optimize-SecurityProtocol` triggers it, removing this method and the `shim` and I can run scoop again without defender spouting out a warning.
Did some more testing, it's only the `Optimize-SecurityProtocol` that triggers it, the `shim` function is not impacted. So for those with problems, remove the `Optimize-SecurityProtocol` function and the call to...