Closed HalloTschuess closed 1 year ago
I will get this merged when I get my permissions sorted out.
Thank you so much.
I'm kinda confused about the Github review process so sorry if someone of you got spammed with notifications
Don't worry its been sat in my todo for some time, so thank you for your patience.
I just noticed that the team removed travis ci a while back, so I've just put a PR in to add github actions to bring back running tests and linting.
Once this team approves this, I'll ask you to rebase so we can validate everything is good according to the linters.
Hey @HalloTschuess can you rebase on top of the latest master to fix the conflicts and enable CI validation please.
Hey @stevenh I rebased my changes.
Thanks @HalloTschuess please see the lint failure.
Thanks for the notice @stevenh. Linting errors should be fixed now.
Thanks for the PR @HalloTschuess all merged, will cut a release once I've added auto release functionality.
Looks like this introduced a race condition in the tests, could you have a look please @HalloTschuess
PR https://github.com/Unity-Technologies/go-ts3/pull/38 should fix, if you could review @HalloTschuess
This add support for connecting to a Teamspeak server over SSH with the new client option
SSH(...)
golang.org/x/crypto/ssh
is used for SSH communication.Example usage:
Everything should be fully backwards compatible.
Closes #31