Manevolent
Manevolent
You may find better luck trying out my solution posted here: https://github.com/Delthas/JavaSkype/issues/24 Not sure if it will work with a live: username, but worth a try.
There really is no need to be an ass to someone else who needs help. Be respectful.
You honestly come across as a five year-old with how aggressive you are around here. In other news I might put together a pull request for this if this hasn't...
You need to calm down, just get the issue resolved and not dirty it with spam. Thanks for the fix regardless, saves me time.
Just a heads up, the fix provided does indeed work, but it needs XML sanitation since it's just a straightforward String.format, which can be found in apache commons-lang3 if anyone...
I've connected TS3j to a `3.12.1 on Linux` server without issue; that server is watchtower'd and auto-updates on Docker. I'm wondering if there is a compatibility issue here. Is the...
Given the user count, this seems a lot like a similar problem I found with compression in #12. Maybe the cryptography routines suffer from similar "large" packet bugs? Looking at...
I believe `singleCommand` should be the parameter for `executeCommand`. If I'm wrong, I apologize, I haven't been in this codebase for a while. Due to the fact that TS3 was...
Not that I know of, right now. TS3j allows you to execute your own commands, so provided you are able to identify the necessary command to execute to change channel...
Based on reading: https://github.com/Manevolent/ts3j/blob/master/src/main/java/com/github/manevolent/ts3j/protocol/socket/client/LocalTeamspeakClientSocket.java#L391 and, https://github.com/Manevolent/ts3j/blob/master/src/main/java/com/github/manevolent/ts3j/protocol/packet/handler/client/LocalClientHandlerConnecting.java#L261 I think we transport the password correctly through the chain there. However, I suppose it could be possible that the password field on the...