aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-fs-add
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24- Moved previous ak-fs-* scripts to librarykaotisk1-239/+0
- Made an ak-fs to select the previous as flags in a "main script" - Feature: 3rd_gen_map where the sha512sum of the original file (pre base64 encoding) and its original named are stored in the first line and the second line holds the sha512sum of the level.1.map new file: bin/ak-fs deleted: bin/ak-fs-add deleted: bin/ak-fs-cat deleted: bin/ak-fs-get modified: lib/_ak_fs
2024-06-24Refactoringkaotisk1-1/+0
2024-06-14Refactoringkaotisk1-14/+14
2024-06-10Refactoringkaotisk1-7/+7
2024-05-27Refactoringkaotisk1-4/+4
2024-05-09applying the hash tree driver to ak-fs-add and ak-fs-getkaotisk1-4/+7
2024-04-04Deployed space lazers to eliminate tabbed spaceskaotisk1-8/+13
- Also: _ak_not_implemented introduced
2024-03-31huge refactor, might breaking thingskaotisk1-1/+2
2024-03-18Introduced dynamic splitting to keep chunks<250kaotisk1-2/+9
2024-03-18Removed trailing slashkaotisk1-5/+5
2024-03-18Renamed lib logit to _ak_logitkaotisk1-1/+1
Affected scripts: - ak - ak-articles - ak-categories - ak-comments - ak-data-expand - ak-enter - ak-files - ak-find-latest-mined-sblock - ak-folders - ak-follow - ak-following - ak-fs-add - ak-ipfs-check - ak-ipns-resolve - ak-news - ak-profile - ak-schain-latest-cached - ak-sm-files - ak-sm-filesplitter - ak-stellar-get-participants - ak-tempassin - ak-todos - ak-transactions - ak-zblock-cache - ak-zblock-manipulator - ak-zblock-pack - ak-zblock-show - ak-zchain-chk
2024-03-11Introduced ./lib for common stuffkaotisk1-3/+1
ofc, logit was the first lib to add... finally
2024-03-10Renamed ak-sm-merkle-tree* to ak-fs-*kaotisk1-0/+226
renamed: bin/ak-sm-merkle-tree -> bin/ak-fs-add renamed: bin/ak-sm-merkle-tree-to-file -> bin/ak-fs-get Also, minor fixes in README