Skip to content

where shall parameters get stored? #210

@ThomasWaldmann

Description

@ThomasWaldmann

As already seen in PR #207 and issue #209 there is some need for more per-repository and/or per-payload parameter storage:

  • key / encryption type
  • hash / mac algorithm
  • compression algorithm + compression algorithm parameters

Currently, there seem to be 2 places where such information can be stored:

  • first byte of every payload
  • $repopath/config file (.ini style)

While some stuff could be defined once and be global per repository, it might be more flexible to have it in each payload, so you can switch to new stuff without having to start a new repo.

But: one byte is not enough to represent all we need.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions