Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-24 | ak-zblock: new flag --repack <zblock> <previous> | kaotisk | 1 | -13/+15 | |
Plus: - compacted help output text - avoid calling library functions directly fix (unbreaks previous commit) - fix on call to _ak_zblock_pack where the arguments weren't passed to the function | |||||
2024-07-24 | ak-gpg: new flag --clear-sign <file> <output> | kaotisk | 1 | -0/+3 | |
2024-07-24 | forgot including library | kaotisk | 1 | -0/+1 | |
2024-07-24 | minor changes on ak-ipfs-daemon | kaotisk | 1 | -1/+1 | |
2024-07-24 | ak-fs: new flag --list | kaotisk | 1 | -7/+6 | |
2024-07-23 | refactoring | kaotisk | 3 | -11/+84 | |
2024-07-23 | bugfixes | kaotisk | 1 | -1/+1 | |
2024-07-23 | ak-gpg: new --delete-secret-key flag | kaotisk | 1 | -0/+4 | |
2024-07-23 | bugfix | kaotisk | 1 | -1/+1 | |
2024-07-23 | refactoring | kaotisk | 1 | -1/+1 | |
2024-07-23 | some runner for the lib | kaotisk | 1 | -0/+28 | |
2024-07-23 | some coin based functions to come | kaotisk | 1 | -9/+1 | |
2024-07-23 | ak-json2bash: also remove brackets when converting | kaotisk | 1 | -1/+1 | |
2024-07-23 | use settings instead of file to store activated gpg key | kaotisk | 1 | -0/+3 | |
2024-07-20 | ak cjdns --ip : returns your cjdns ip | kaotisk | 1 | -0/+3 | |
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 | 2 | -2/+2 | |
2024-07-19 | Expanded ak-gpg handler | kaotisk | 1 | -2/+30 | |
2024-07-18 | ak-follow is now a module (ak -m follow) | kaotisk | 1 | -96/+0 | |
2024-07-18 | removed ak-enter (hint: ak-zchain --crawl-*) | kaotisk | 1 | -122/+0 | |
2024-07-17 | renamed ak-miner-script to ak-mine | kaotisk | 1 | -0/+0 | |
2024-07-17 | actually removing ak-get-zlatest | kaotisk | 1 | -3/+0 | |
2024-07-17 | removing ak-find-latest-mined-sblock | kaotisk | 2 | -96/+1 | |
2024-07-17 | ak-schain: -l | --get-latest | kaotisk | 1 | -0/+5 | |
2024-07-17 | Extended ak help | kaotisk | 1 | -1/+7 | |
2024-07-17 | ak zchain: --get-latest (removing ak-get-zlatest) | kaotisk | 1 | -0/+3 | |
2024-07-16 | bugfix | kaotisk | 1 | -2/+2 | |
2024-07-16 | Moved `ak-sm-files` to module `smfiles` | kaotisk | 3 | -385/+0 | |
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-13 | typos | kaotisk | 1 | -1/+1 | |
2024-07-09 | bugfixes | kaotisk | 2 | -11/+26 | |
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-07 | new: ak-sblock, lib/_ak_sblock + refactoring | kaotisk | 2 | -9/+29 | |
- 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 | 1 | -3/+9 | |
2024-07-05 | duh: check before running whatever, provide nice message | kaotisk | 1 | -0/+5 | |
2024-07-05 | Refactoring | kaotisk | 3 | -147/+7 | |
- 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 | 4 | -158/+2 | |
- 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 | Refactoring | kaotisk | 1 | -46/+1 | |
2024-07-01 | new: ak cjdns --help - cjdns helper | kaotisk | 1 | -0/+35 | |
2024-06-30 | Refactoring | kaotisk | 10 | -102/+167 | |
2024-06-30 | removed ak-log-message in favor of ak-log | kaotisk | 1 | -47/+0 | |
2024-06-30 | removed ak-log-{follow,grep,rotate} in favor of ak-log | kaotisk | 3 | -38/+0 | |
2024-06-30 | removed ak-tempassin | kaotisk | 1 | -32/+0 | |
2024-06-30 | Refactoring | kaotisk | 3 | -8/+8 | |
2024-06-29 | ak-gpg: new flag --list-keys | kaotisk | 1 | -1/+4 | |