aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-31yeap, broke api for starterskaotisk2-4/+4
2024-03-31huge refactor, might breaking thingskaotisk55-1021/+1198
2024-03-27leftovers from obsoletionkaotisk2-2/+2
2024-03-27Removed obsolete scriptskaotisk20-226/+1
2024-03-27Updated READMEkaotisk1-11/+24
2024-03-27News module aware rendererkaotisk2-0/+65
2024-03-27new lib _ak_ipfskaotisk32-132/+467
2024-03-27A bit more verbose update commandkaotisk1-2/+10
2024-03-27_ak_gpg library. forgot to added @ 28717adkaotisk1-0/+118
2024-03-27Colorize logfollow outputkaotisk1-1/+1
2024-03-27Minor update in stylekaotisk1-2/+2
2024-03-27Introduced and applied _ak_gpg librarykaotisk17-26/+43
2024-03-27Applying new architecture with lib systemkaotisk8-57/+60
2024-03-27Moving stuff to libkaotisk5-6/+49
2024-03-18Introduced dynamic splitting to keep chunks<250kaotisk1-2/+9
2024-03-18Removed trailing slashkaotisk1-5/+5
2024-03-18Updated ak-ipfs-starter for optimal startupskaotisk1-1/+1
2024-03-18Updates in CHANGELOGkaotisk1-19/+840
2024-03-18Renamed lib logit to _ak_logitkaotisk29-52/+37
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-17supa dupa neet html output updatekaotisk1-25/+178
2024-03-12Caching enabled results and a fixkaotisk4-3/+12
2024-03-12Updated READMEkaotisk1-1/+9
2024-03-11Introduced ./lib for common stuffkaotisk31-87/+90
ofc, logit was the first lib to add... finally
2024-03-11More helpful outputkaotisk1-1/+7
2024-03-11Minor changes in documentation + a log format fixkaotisk2-10/+10
2024-03-11Turned subcommands into flag like optionskaotisk2-27/+47
2024-03-10ak2html -> ak-zblock-gen-htmlkaotisk2-1/+1
2024-03-10Updates on READMEkaotisk1-11/+9
2024-03-10new tool: ak-fs-catkaotisk2-1/+105
2024-03-10Renamed ak-sm-merkle-tree* to ak-fs-*kaotisk3-6/+9
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
2024-03-02Clean up leftovers from refactoring ak-logthiskaotisk2-7/+7
2024-03-02Follow up to 2e2e16ekaotisk1-1/+1
2024-03-02API welcome message updatekaotisk1-2/+2
2024-03-02Added specs subcommandkaotisk1-0/+18
2024-03-02Exit on launch, no implementation yetkaotisk1-0/+3
2024-03-02Exit if no value given to rebase ontokaotisk1-0/+1
2024-03-02Removed zpairs section from mining data, only zblocks are supportedkaotisk1-3/+3
2024-03-02Added specs subcommandkaotisk1-1/+23
2024-03-02Refactored ak-articles to match rest of scriptskaotisk1-16/+20
- Removed git intergration - Uses logit now instead of printing to stdout - Checks for `EDITOR` variable instead of blindly running vi - Spacings fix - Removes temp dir after 'add' command is done
2024-03-02PROGRAM from script name instead of hardcoded stringkaotisk1-1/+1
2024-03-02Make use AK_MINEDBLOCKSDIR variablekaotisk1-2/+2
2024-03-02Removed ak-get-chain-minified in favor of ak-enterkaotisk2-2/+1
2024-03-02logit as an interface to ak-logthiskaotisk1-11/+9
2024-03-02Do the processing in a temp dirkaotisk1-0/+5
2024-03-02Added check for dumpLinks of cjdns-toolskaotisk1-0/+7
2024-03-02UTF8 encoding and viewport addedkaotisk1-0/+2
2024-03-02Spacings adjustmentkaotisk1-21/+23
2024-03-02Fixed testskaotisk1-3/+4
2024-03-02Spacings adjustmentkaotisk10-15/+8
2024-03-02Removed old ak-cli approach in favor of akkaotisk2-513/+51
Instead of hardcoding things in a big script we simply search in ak's arguments for appropriate scripts and past the rest of values as arguments to the script found. Running with no arguments *will* be printing all available scripts with --help flag to provide a good overview.