aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25cleanupkaotisk1-14/+14
2024-06-24refactoringkaotisk1-1/+1
2024-06-24refactoringkaotisk1-1/+2
2024-06-24minor updates (help format)kaotisk1-4/+3
2024-06-24Reworked tempassin to lib/_ak_scriptkaotisk5-12/+31
2024-06-24ak-network: script to handle connectivitykaotisk5-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 librarykaotisk4-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-24Refactoringkaotisk3-5/+5
2024-06-16updates: ak-settingskaotisk1-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-gpgkaotisk4-15/+38
2024-06-14Refactoringkaotisk18-106/+106
2024-06-14Additional checkskaotisk1-3/+10
2024-06-11implementing the ak-template on ak-cleankaotisk1-1/+35
2024-06-11(new) ak-template: Template for creating new bin/ak- handlerskaotisk1-0/+30
2024-06-11uniform-ed getting peers format as in cjdnskaotisk1-1/+1
2024-06-10bugfixeskaotisk1-1/+1
2024-06-10(new flags) ak zchain: --crawl-[self]|[remote-ipfs]|[remote-ipns]kaotisk1-0/+8
2024-06-10new flag for ak-config: --get-ipns-keykaotisk1-0/+7
2024-06-10bugfixkaotisk1-1/+1
2024-06-10Refactoringkaotisk1-6/+6
2024-06-10Refactoringkaotisk1-7/+7
2024-06-10bugfixkaotisk1-1/+1
2024-06-09Refactoringkaotisk6-31/+24
2024-06-09bugfixkaotisk1-1/+4
2024-06-07typobug fixkaotisk1-1/+1
2024-06-07Cleanupkaotisk1-190/+6
2024-06-07bugfixkaotisk1-1/+2
2024-06-07Refactoringkaotisk2-6/+3
2024-06-07bugfixkaotisk1-2/+2
2024-06-07Fixes and updates in testskaotisk2-2/+3
2024-06-06Settings setter getterkaotisk1-0/+45
2024-06-05No module selected error addedkaotisk1-0/+6
2024-06-04Refactoring, modules directory introducedkaotisk12-1457/+10
- All modules are now stored separately from the rest of the bin/ - You can run them now with `ak -m <module> <args>` - Files affected: * bin/ak-articles -> modules/ak-articles * bin/ak-categories -> modules/ak-categories * bin/ak-comments -> modules/ak-comments * bin/ak-files -> modules/ak-files * bin/ak-folders -> modules/ak-folders * bin/ak-mixtapes -> modules/ak-mixtapes * bin/ak-news -> modules/ak-news * bin/ak-reference -> modules/ak-reference * bin/ak-repositories -> modules/ak-repositories * bin/ak-roadmap -> modules/ak-roadmap * bin/ak-todos -> modules/ak-todos
2024-06-02Outputs the actual previous block, regardless of being the genesis onekaotisk1-1/+1
2024-06-02Zero effect, preample to upcoming changeskaotisk2-0/+24
2024-05-27Refactoringkaotisk2-3/+3
2024-05-27Added hardcoded timeout to curl calls, againkaotisk1-4/+9
2024-05-27Refactored ak-zchain-* reducing scripts numberkaotisk6-178/+60
2024-05-27Update start up script to start ak-ipfs insteadkaotisk1-1/+2
2024-05-27Refactoringkaotisk2-8/+8
2024-05-20turned ak config options to flagskaotisk3-8/+8
2024-05-16More descriptionskaotisk2-2/+20
2024-05-09applying the hash tree driver to ak-fs-add and ak-fs-getkaotisk2-11/+16
2024-05-09driver for hash tree fskaotisk1-0/+41
2024-05-09peering status toolskaotisk2-0/+20
2024-05-08expand the json resultkaotisk1-1/+1
2024-04-08Log lib + plus more generic handler approachkaotisk1-0/+43
2024-04-08Fixed broken ak-profile invoking in ak-configkaotisk1-2/+2
2024-04-05various fixes, surely still broken in placeskaotisk5-17/+73
2024-04-04Deployed space lazers to eliminate tabbed spaceskaotisk12-269/+274
- Also: _ak_not_implemented introduced