A lot later than I promised but let's hope I got it right this time at least. Changes include:
Friend structure can contain padding
Not all integers are stored in Little Endian
In case you're interested, I wrote an implementation of this format based on the documentation and a tool to go along with it. It can serialize and deserialize a Tox state file from/to json.
Previously, Impyy (Impyy) wrote…
> #### Multiple fixes for the state format documentation
>
> A lot later than I promised but let's hope I got it right this time at least. Changes include:
> - Friend structure can contain padding
> - Not all integers are stored in Little Endian
>
> In case you're interested, I wrote an [implementation](https://github.com/Impyy/tox4go/tree/master/state) of this format based on the documentation and a [tool](https://github.com/Impyy/tox4go/tree/master/cmd/state-tool) to go along with it. It can serialize and deserialize a Tox state file from/to json.
>
>
Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.
A lot later than I promised but let's hope I got it right this time at least. Changes include:
In case you're interested, I wrote an implementation of this format based on the documentation and a tool to go along with it. It can serialize and deserialize a Tox state file from/to json.
This change is