aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-stellar-get-participants
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24ak-network: script to handle connectivitykaotisk1-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-14Refactoringkaotisk1-4/+4
2024-05-27Added hardcoded timeout to curl calls, againkaotisk1-4/+9
2024-03-31huge refactor, might breaking thingskaotisk1-1/+1
2024-03-18Renamed lib logit to _ak_logitkaotisk1-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-11Introduced ./lib for common stuffkaotisk1-3/+2
ofc, logit was the first lib to add... finally
2024-03-01Log formatting adjustmentkaotisk1-5/+5
2024-03-01Spacing adjustmentkaotisk1-2/+2
2023-09-28Fixed temporary folder/file handlingkaotisk1-7/+18
2023-04-16Added crawler for the Stellar Network, returning addresses and configuration ↵kaotisk1-0/+96
values if any