-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
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
Labels
No labels