Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-24 | ak-network: script to handle connectivity | kaotisk | 1 | -111/+0 | |
```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-14 | Refactoring | kaotisk | 1 | -4/+4 | |
2024-05-27 | Added hardcoded timeout to curl calls, again | kaotisk | 1 | -4/+9 | |
2024-03-31 | huge refactor, might breaking things | kaotisk | 1 | -1/+1 | |
2024-03-18 | Renamed lib logit to _ak_logit | kaotisk | 1 | -1/+1 | |
Affected scripts: - ak - ak-articles - ak-categories - ak-comments - ak-data-expand - ak-enter - ak-files - ak-find-latest-mined-sblock - ak-folders - ak-follow - ak-following - ak-fs-add - ak-ipfs-check - ak-ipns-resolve - ak-news - ak-profile - ak-schain-latest-cached - ak-sm-files - ak-sm-filesplitter - ak-stellar-get-participants - ak-tempassin - ak-todos - ak-transactions - ak-zblock-cache - ak-zblock-manipulator - ak-zblock-pack - ak-zblock-show - ak-zchain-chk | |||||
2024-03-11 | Introduced ./lib for common stuff | kaotisk | 1 | -3/+2 | |
ofc, logit was the first lib to add... finally | |||||
2024-03-01 | Log formatting adjustment | kaotisk | 1 | -5/+5 | |
2024-03-01 | Spacing adjustment | kaotisk | 1 | -2/+2 | |
2023-09-28 | Fixed temporary folder/file handling | kaotisk | 1 | -7/+18 | |
2023-04-16 | Added crawler for the Stellar Network, returning addresses and configuration ↵ | kaotisk | 1 | -0/+96 | |
values if any |