Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2024-06-25 | cleanup | kaotisk | 1 | -14/+14 | |
2024-06-24 | refactoring | kaotisk | 1 | -1/+1 | |
2024-06-24 | refactoring | kaotisk | 1 | -1/+2 | |
2024-06-24 | minor updates (help format) | kaotisk | 1 | -4/+3 | |
2024-06-24 | Reworked tempassin to lib/_ak_script | kaotisk | 5 | -12/+31 | |
2024-06-24 | ak-network: script to handle connectivity | kaotisk | 5 | -187/+33 | |
```bash ak-network - AK Nettool ======================= Network tools Usage: -h, --help Prints this help message -s, --scan [ipfs|cjdns|stellar] Scan network(s) for peers -c, --connect [ipfs|cjdns] Connect to network(s) -p, --peers [ipfs|cjdns|stellar] Outputs peers found 1719190884 <ak> [ERROR] ak-network command finished (1) ``` Functions introduced or refactored: - _ak_network_cjdns_scanner - _ak_network_stellar_show_ids - _ak_network_stellar_get_next_page - _ak_network_stellar_proceed_to_next_page - _ak_network_stellar_get_asset_holders - _ak_network_scan_stellar - _ak_network_scan_ipfs - _ak_network_scan_cjdns - _ak_network_scan - _ak_network_show_peers_stellar - _ak_network_show_peers_cjdns - _ak_network_show_peers_ipfs - _ak_network_show_peers - _ak_network_ipfs_connect_bootstrap - _ak_network_cjdns_connect - _ak_network_cjdns_connect_bootstrap - _ak_network_connect | |||||
2024-06-24 | - Moved previous ak-fs-* scripts to library | kaotisk | 4 | -449/+34 | |
- 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-24 | Refactoring | kaotisk | 3 | -5/+5 | |
2024-06-16 | updates: ak-settings | kaotisk | 1 | -0/+5 | |
- completed help text - returns error when a key isn't found while trying to get it - returns a warning when overwritting an already set key | |||||
2024-06-14 | (new) ak-gpg: Wrapper around lib/ak-gpg | kaotisk | 4 | -15/+38 | |
2024-06-14 | Refactoring | kaotisk | 18 | -106/+106 | |
2024-06-14 | Additional checks | kaotisk | 1 | -3/+10 | |
2024-06-11 | implementing the ak-template on ak-clean | kaotisk | 1 | -1/+35 | |
2024-06-11 | (new) ak-template: Template for creating new bin/ak- handlers | kaotisk | 1 | -0/+30 | |