aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-21fixed output formatingkaotisk1-4/+7
2024-07-21path traversal fixkaotisk1-0/+12
2024-07-20Falling back to --whole scan if cjdns-tools are not foundkaotisk1-4/+6
2024-07-20ak cjdns --ip : returns your cjdns ipkaotisk2-0/+16
2024-07-20Removing test binaries after tests donekaotisk1-0/+3
2024-07-20new function _ak_zchain_extract_cids_limit() for future usagekaotisk1-0/+10
2024-07-20Now prints logs while running commandskaotisk1-0/+1
2024-07-20new flag for ak [-f|--function [function name]]kaotisk1-1/+30
2024-07-20Minimized 'ak' usage in the scripts in favor of functionskaotisk5-14/+12
2024-07-19Expanded ak-gpg handlerkaotisk4-4/+134
2024-07-19Removed zchain related routes from welcome page as we don't use themkaotisk1-2/+0
2024-07-19Version output at default route of APIkaotisk1-0/+2
2024-07-18bugfix from refactoringkaotisk1-1/+1
2024-07-18fixed corskaotisk1-0/+1
2024-07-18ak_fs_create_dir_for_hash rough implementation (leaky leaky)kaotisk3-2/+111
2024-07-18Extended section todos with help screen + typofixkaotisk1-1/+22
2024-07-18ak-follow is now a module (ak -m follow)kaotisk4-37/+70
2024-07-18removed ak-enter (hint: ak-zchain --crawl-*)kaotisk2-123/+0
2024-07-17renamed ak-miner-script to ak-minekaotisk2-1/+1
2024-07-17actually removing ak-get-zlatestkaotisk1-3/+0
2024-07-17removing ak-find-latest-mined-sblockkaotisk6-102/+6
2024-07-17ak-schain: -l | --get-latestkaotisk2-0/+87
2024-07-17Extended ak helpkaotisk1-1/+7
2024-07-17ak zchain: --get-latest (removing ak-get-zlatest)kaotisk8-7/+14
2024-07-16bugfixkaotisk1-2/+2
2024-07-16Moved `ak-sm-files` to module `smfiles`kaotisk6-286/+288
Also, cleaning up the `bin/` directory: - ak-sm-filejoiner and - ak-sm-filesplitter are now part of `lib/_ak_smfiles` Updated README as well removing the above scripts and fixing the typo: - sm-files -> smfiles from the modules list. Note that the module part, as well as the `files` module are going to be removed in favor of `ak-fs`. Stay tuned for that. To update, do: ``` git pull ./update.sh ```
2024-07-14forgot to close file descriptorkaotisk1-1/+2
2024-07-13typoskaotisk1-1/+1
2024-07-09bugfixeskaotisk2-11/+26
2024-07-08format fixingkaotisk1-3/+3
2024-07-08refactoringkaotisk1-1/+4
2024-07-08Refactoringkaotisk1-18/+22
2024-07-08argumentless execution + refactoringkaotisk1-32/+22
2024-07-08new: ak-get-balances - gets balances from an (soon THE) schainkaotisk1-0/+270
2024-07-08Refactoring and bugfixeskaotisk1-27/+39
2024-07-08Clean up now logs what happenedkaotisk1-0/+7
2024-07-08Calling a module with no arguments calls it with --helpkaotisk1-1/+5
2024-07-08README updateskaotisk1-21/+9
2024-07-07new: ak-sblock, lib/_ak_sblock + refactoringkaotisk5-12/+47
- moved ak-sblock-show to _ak_sblock_show function - `ak sblock show` can show a mined sblock now
2024-07-07Added HIA-based scanning mode for CJDNSkaotisk4-8/+158
2024-07-05bugfixkaotisk1-1/+2
2024-07-05duh: check before running whatever, provide nice messagekaotisk1-0/+5
2024-07-05Refactoringkaotisk6-216/+197
- Edited log messages and types - IPFS `cat` is now calling `get` which in turn searches for already gotten file, otherwise fetches it. - ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand) - Removed ak-sm-hash-to-path as it lives in _ak_fs lib now - Removed _ak_title_description and _ak_help from ak in favor of _ak_usage - Tweaks around native FS over IPFS strategy Note that we are preparing the ground for migration to AKFS as well
2024-07-04Refactoring + bug fixeskaotisk9-210/+278
- Recursive sourcing was introduced and fixed - Almost finished removing old style commands 'ak-zchain-chk' in favor of the new design (eg 'ak zchain --check') - A couple of changes on how we really do concatenation of an IPFS link - Interface function for publishing to 'ak-config' key - Interface function for publishing to IPNS keys
2024-07-04Dropped all dependencieskaotisk1-7/+0
2024-07-04Refactoringkaotisk5-50/+56
2024-07-01new: ak cjdns --help - cjdns helperkaotisk4-34/+206
2024-07-01moving towards 'ak zchain --crawl' over 'ak enter'kaotisk3-10/+19
2024-06-30Refactoringkaotisk23-133/+379
2024-06-30removed ak-log-message in favor of ak-logkaotisk1-47/+0