aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-01new: ak cjdns --help - cjdns helperkaotisk4-34/+206
2024-07-01moving towards 'ak zchain --crawl' over 'ak enter'kaotisk3-10/+19
2024-06-30Refactoringkaotisk23-133/+379
2024-06-30removed ak-log-message in favor of ak-logkaotisk1-47/+0
2024-06-30removed ak-log-{follow,grep,rotate} in favor of ak-logkaotisk3-38/+0
2024-06-30removed ak-tempassinkaotisk2-33/+0
2024-06-30Refactoringkaotisk14-37/+37
2024-06-30bugfixkaotisk1-2/+3
2024-06-30clean upkaotisk1-2/+2
2024-06-30mixtapes module: refactoringkaotisk3-74/+101
2024-06-30news module: refactoring, added 'local_latest' as option for --read flagkaotisk3-278/+325
2024-06-29ak-gpg: new flag --list-keyskaotisk2-3/+6
2024-06-28Expose port to host so we can test the API (won't work cause of disallowed ↵kaotisk1-1/+1
network, tho :) )
2024-06-25cleanupkaotisk2-15/+15
2024-06-24AK_SETTINGS var was missing from config.shkaotisk1-0/+1
2024-06-24towards bugfixkaotisk1-0/+2
2024-06-24bugfixkaotisk1-3/+3
2024-06-24Exclude our address from being scannedkaotisk1-1/+1
2024-06-24api: rewrite from expressJS to node:httpkaotisk1-157/+89
2024-06-24refactoringkaotisk3-61/+59
2024-06-24refactoringkaotisk5-8/+9
2024-06-24minor updates (help format)kaotisk1-4/+3
2024-06-24Reworked tempassin to lib/_ak_scriptkaotisk15-29/+70
2024-06-24minor updates in docs and formattingskaotisk4-10/+26
2024-06-24ak-network: script to handle connectivitykaotisk6-187/+348
```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 librarykaotisk5-449/+379
- 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-24Refactoringkaotisk5-16/+16
2024-06-24Updates on AKFSkaotisk1-0/+11
2024-06-23dedupkaotisk1-1/+0
2024-06-22api: Gets settings from ak-settings nowkaotisk2-6/+31
2024-06-17Refactoringkaotisk3-23/+46
2024-06-16updates: ak-settingskaotisk2-0/+14
- 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-14(new) ak-gpg: Wrapper around lib/ak-gpgkaotisk4-15/+38
2024-06-14Refactoringkaotisk33-340/+315
2024-06-14Additional checkskaotisk1-3/+10
2024-06-14apparently it didn't work as expectedkaotisk6-6/+0
2024-06-14Links to the text files but with .md suffixkaotisk6-0/+6
2024-06-14Added documentation about the AKFSkaotisk1-0/+141
2024-06-14Modules documentation, sort offkaotisk2-0/+308
2024-06-14Refactoringkaotisk2-7/+14
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-11(new lib) _ak_fm: File manipulation functionskaotisk1-0/+32
2024-06-11uniform-ed getting peers format as in cjdnskaotisk1-1/+1
2024-06-10README updatekaotisk1-10/+11
2024-06-10Refactoringkaotisk1-2/+4
2024-06-10bugfixeskaotisk3-4/+4
2024-06-10forgotkaotisk1-0/+1