-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle bytes with rencode #84
Labels
Comments
totaam
added a commit
that referenced
this issue
Aug 3, 2021
The new code works very well and avoids doing slow copies in the protocol code. AES mode still needs fixing though.. (now also broken with bencode !?) |
This was referenced Aug 3, 2021
AES and lz4 also fixed! |
totaam
added a commit
that referenced
this issue
Aug 7, 2021
totaam
added a commit
that referenced
this issue
Aug 8, 2021
totaam
added a commit
that referenced
this issue
Aug 9, 2021
use the simple Uint8ToString and Uint8ToString for string data it may not be correct but it is 100% reversible whereas utf8ByteArrayToString and stringToUtf8ByteArray are not?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we have a maintainable javascript version of rencode: #18.
Same as Xpra-org/xpra#3229
The text was updated successfully, but these errors were encountered: