Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-21 | fixed output formating | kaotisk | 1 | -4/+7 | |
2024-07-21 | path traversal fix | kaotisk | 1 | -0/+12 | |
2024-07-20 | Falling back to --whole scan if cjdns-tools are not found | kaotisk | 1 | -4/+6 | |
2024-07-20 | ak cjdns --ip : returns your cjdns ip | kaotisk | 2 | -0/+16 | |
2024-07-20 | Removing test binaries after tests done | kaotisk | 1 | -0/+3 | |
2024-07-20 | new function _ak_zchain_extract_cids_limit() for future usage | kaotisk | 1 | -0/+10 | |
2024-07-20 | Now prints logs while running commands | kaotisk | 1 | -0/+1 | |
2024-07-20 | new flag for ak [-f|--function [function name]] | kaotisk | 1 | -1/+30 | |
2024-07-20 | Minimized 'ak' usage in the scripts in favor of functions | kaotisk | 5 | -14/+12 | |
2024-07-19 | Expanded ak-gpg handler | kaotisk | 4 | -4/+134 | |
2024-07-19 | Removed zchain related routes from welcome page as we don't use them | kaotisk | 1 | -2/+0 | |
2024-07-19 | Version output at default route of API | kaotisk | 1 | -0/+2 | |
2024-07-18 | bugfix from refactoring | kaotisk | 1 | -1/+1 | |
2024-07-18 | fixed cors | kaotisk | 1 | -0/+1 | |
2024-07-18 | ak_fs_create_dir_for_hash rough implementation (leaky leaky) | kaotisk | 3 | -2/+111 | |
2024-07-18 | Extended section todos with help screen + typofix | kaotisk | 1 | -1/+22 | |
2024-07-18 | ak-follow is now a module (ak -m follow) | kaotisk | 4 | -37/+70 | |
2024-07-18 | removed ak-enter (hint: ak-zchain --crawl-*) | kaotisk | 2 | -123/+0 | |
2024-07-17 | renamed ak-miner-script to ak-mine | kaotisk | 2 | -1/+1 | |
2024-07-17 | actually removing ak-get-zlatest | kaotisk | 1 | -3/+0 | |
2024-07-17 | removing ak-find-latest-mined-sblock | kaotisk | 6 | -102/+6 | |
2024-07-17 | ak-schain: -l | --get-latest | kaotisk | 2 | -0/+87 | |
2024-07-17 | Extended ak help | kaotisk | 1 | -1/+7 | |
2024-07-17 | ak zchain: --get-latest (removing ak-get-zlatest) | kaotisk | 8 | -7/+14 | |
2024-07-16 | bugfix | kaotisk | 1 | -2/+2 | |
2024-07-16 | Moved `ak-sm-files` to module `smfiles` | kaotisk | 6 | -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-14 | forgot to close file descriptor | kaotisk | 1 | -1/+2 | |
2024-07-13 | typos | kaotisk | 1 | -1/+1 | |
2024-07-09 | bugfixes | kaotisk | 2 | -11/+26 | |
2024-07-08 | format fixing | kaotisk | 1 | -3/+3 | |
2024-07-08 | refactoring | kaotisk | 1 | -1/+4 | |
2024-07-08 | Refactoring | kaotisk | 1 | -18/+22 | |
2024-07-08 | argumentless execution + refactoring | kaotisk | 1 | -32/+22 | |
2024-07-08 | new: ak-get-balances - gets balances from an (soon THE) schain | kaotisk | 1 | -0/+270 | |
2024-07-08 | Refactoring and bugfixes | kaotisk | 1 | -27/+39 | |
2024-07-08 | Clean up now logs what happened | kaotisk | 1 | -0/+7 | |
2024-07-08 | Calling a module with no arguments calls it with --help | kaotisk | 1 | -1/+5 | |
2024-07-08 | README updates | kaotisk | 1 | -21/+9 | |
2024-07-07 | new: ak-sblock, lib/_ak_sblock + refactoring | kaotisk | 5 | -12/+47 | |
- moved ak-sblock-show to _ak_sblock_show function - `ak sblock show` can show a mined sblock now | |||||
2024-07-07 | Added HIA-based scanning mode for CJDNS | kaotisk | 4 | -8/+158 | |
2024-07-05 | bugfix | kaotisk | 1 | -1/+2 | |
2024-07-05 | duh: check before running whatever, provide nice message | kaotisk | 1 | -0/+5 | |
2024-07-05 | Refactoring | kaotisk | 6 | -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-04 | Refactoring + bug fixes | kaotisk | 9 | -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-04 | Dropped all dependencies | kaotisk | 1 | -7/+0 | |
2024-07-04 | Refactoring | kaotisk | 5 | -50/+56 | |
2024-07-01 | new: ak cjdns --help - cjdns helper | kaotisk | 4 | -34/+206 | |
2024-07-01 | moving towards 'ak zchain --crawl' over 'ak enter' | kaotisk | 3 | -10/+19 | |
2024-06-30 | Refactoring | kaotisk | 23 | -133/+379 | |
2024-06-30 | removed ak-log-message in favor of ak-log | kaotisk | 1 | -47/+0 | |