Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-12 | and be professional about it | kaotisk | 1 | -1/+1 | |
2024-12-12 | Remove listing if empty | kaotisk | 1 | -1/+1 | |
2024-12-12 | Output peers only if the relative files are found | kaotisk | 1 | -2/+12 | |
2024-12-11 | Changed the way scans are performed so we can see a progress on each result ↵ | kaotisk | 1 | -6/+18 | |
output | |||||
2024-12-10 | Expanding scanning and peerings to be stored for yggdrasil network as well | kaotisk | 1 | -4/+74 | |
2024-12-07 | Portable shebangs | kaotisk | 1 | -1/+1 | |
2024-09-21 | Fixed curl bugged call | kaotisk | 1 | -2/+2 | |
2024-07-20 | Falling back to --whole scan if cjdns-tools are not found | kaotisk | 1 | -4/+6 | |
2024-07-07 | Added HIA-based scanning mode for CJDNS | kaotisk | 1 | -5/+79 | |
2024-07-05 | bugfix | kaotisk | 1 | -1/+2 | |
2024-06-30 | Refactoring | kaotisk | 1 | -5/+0 | |
2024-06-30 | Refactoring | kaotisk | 1 | -1/+1 | |
2024-06-24 | Exclude our address from being scanned | kaotisk | 1 | -1/+1 | |
2024-06-24 | refactoring | kaotisk | 1 | -59/+57 | |
2024-06-24 | refactoring | kaotisk | 1 | -3/+3 | |
2024-06-24 | ak-network: script to handle connectivity | kaotisk | 1 | -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 |