Skip to content
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

Add API Headers for NWSync #1667

Merged
merged 2 commits into from
Jul 3, 2023
Merged

Conversation

jhett12321
Copy link
Contributor

Adds support for implementing NwSync downloads through NWNX code.

Resolves #1581.

void * m_internal;


struct ManifestMetaData {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actual data:

        Hash::SHA1 m_sha1;
        uint32_t m_hashTreeDepth;
        CExoString m_moduleName;
        CExoString m_description;
        CUUID m_uuid; // for SP
        uint32_t m_groupId; // for PWs/autopurge
        bool m_includesModuleContents;
        bool m_includesClientContents;
        uint32_t m_totalBytes;
        uint32_t m_totalFiles;
        uint32_t m_createdAt;

@mtijanic mtijanic merged commit 63d544b into nwnxee:master Jul 3, 2023
@jhett12321 jhett12321 deleted the nwsync-headers branch July 3, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose headers required for custom nwsync usage
2 participants