aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
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 ipkaotisk1-0/+13
2024-07-20new function _ak_zchain_extract_cids_limit() for future usagekaotisk1-0/+10
2024-07-20Minimized 'ak' usage in the scripts in favor of functionskaotisk1-6/+4
2024-07-19Expanded ak-gpg handlerkaotisk1-1/+102
2024-07-17removing ak-find-latest-mined-sblockkaotisk1-3/+3
2024-07-17ak-schain: -l | --get-latestkaotisk1-0/+82
2024-07-17ak zchain: --get-latest (removing ak-get-zlatest)kaotisk3-2/+6
2024-07-16Moved `ak-sm-files` to module `smfiles`kaotisk1-0/+206
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-08format fixingkaotisk1-3/+3
2024-07-08refactoringkaotisk1-1/+4
2024-07-07new: ak-sblock, lib/_ak_sblock + refactoringkaotisk2-2/+17
- 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 CJDNSkaotisk1-5/+79
2024-07-05bugfixkaotisk1-1/+2
2024-07-05Refactoringkaotisk3-69/+190
- 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 fixeskaotisk5-52/+276
- 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-04Refactoringkaotisk4-4/+55
2024-07-01new: ak cjdns --help - cjdns helperkaotisk1-0/+170
2024-07-01moving towards 'ak zchain --crawl' over 'ak enter'kaotisk1-2/+7
2024-06-30Refactoringkaotisk4-13/+194
2024-06-30Refactoringkaotisk5-13/+13
2024-06-30bugfixkaotisk1-2/+3
2024-06-30mixtapes module: refactoringkaotisk1-19/+12
2024-06-29ak-gpg: new flag --list-keyskaotisk1-2/+2
2024-06-25cleanupkaotisk1-1/+1
2024-06-24Exclude our address from being scannedkaotisk1-1/+1
2024-06-24refactoringkaotisk1-59/+57
2024-06-24refactoringkaotisk4-7/+7
2024-06-24Reworked tempassin to lib/_ak_scriptkaotisk2-2/+24
2024-06-24minor updates in docs and formattingskaotisk1-0/+2
2024-06-24ak-network: script to handle connectivitykaotisk1-0/+315
```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 librarykaotisk1-0/+345
- 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-24lib/_ak_ipfs: _ak_ipfs_swarm_connect introducedkaotisk1-0/+9
2024-06-24Refactoringkaotisk1-2/+2
2024-06-16updates: ak-settingskaotisk1-0/+9
- 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-15bugfix+refactoringkaotisk2-3/+3
2024-06-14Refactoringkaotisk6-120/+120
2024-06-11(new lib) _ak_fm: File manipulation functionskaotisk1-0/+32
2024-06-10bugfixeskaotisk2-3/+3
2024-06-10forgotkaotisk1-0/+1
2024-06-10(new flags) ak zchain: --crawl-[self]|[remote-ipfs]|[remote-ipns]kaotisk1-0/+12
2024-06-10Refactoringkaotisk2-231/+11
2024-06-10new lib: _ak_htmlkaotisk1-0/+290
2024-06-10bugfix??kaotisk1-12/+11
2024-06-09Refactoringkaotisk2-1/+20
2024-06-07Cleanupkaotisk1-3/+189
2024-06-07Refactoringkaotisk1-12/+16
2024-06-07Refactoringkaotisk1-2/+2
2024-06-07omg...kaotisk1-1/+1