Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-04 | Refactoring + bug fixes | kaotisk | 5 | -52/+276 | |
- Recursive sourcing was introduced and fixed - Almost finished removing old style commands 'ak-zchain-chk' in favor of the new design (eg 'ak zchain --check') - A couple of changes on how we really do concatenation of an IPFS link - Interface function for publishing to 'ak-config' key - Interface function for publishing to IPNS keys | |||||
2024-07-04 | Refactoring | kaotisk | 4 | -4/+55 | |
2024-07-01 | new: ak cjdns --help - cjdns helper | kaotisk | 1 | -0/+170 | |
2024-07-01 | moving towards 'ak zchain --crawl' over 'ak enter' | kaotisk | 1 | -2/+7 | |
2024-06-30 | Refactoring | kaotisk | 4 | -13/+194 | |
2024-06-30 | Refactoring | kaotisk | 5 | -13/+13 | |
2024-06-30 | bugfix | kaotisk | 1 | -2/+3 | |
2024-06-30 | mixtapes module: refactoring | kaotisk | 1 | -19/+12 | |
2024-06-29 | ak-gpg: new flag --list-keys | kaotisk | 1 | -2/+2 | |
2024-06-25 | cleanup | 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 | 4 | -7/+7 | |
2024-06-24 | Reworked tempassin to lib/_ak_script | kaotisk | 2 | -2/+24 | |
2024-06-24 | minor updates in docs and formattings | kaotisk | 1 | -0/+2 | |
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 | |||||
2024-06-24 | - Moved previous ak-fs-* scripts to library | kaotisk | 1 | -0/+345 | |
- 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-24 | lib/_ak_ipfs: _ak_ipfs_swarm_connect introduced | kaotisk | 1 | -0/+9 | |
2024-06-24 | Refactoring | kaotisk | 1 | -2/+2 | |
2024-06-16 | updates: ak-settings | kaotisk | 1 | -0/+9 | |
- 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-15 | bugfix+refactoring | kaotisk | 2 | -3/+3 | |
2024-06-14 | Refactoring | kaotisk | 6 | -120/+120 | |
2024-06-11 | (new lib) _ak_fm: File manipulation functions | kaotisk | 1 | -0/+32 | |
2024-06-10 | bugfixes | kaotisk | 2 | -3/+3 | |
2024-06-10 | forgot | kaotisk | 1 | -0/+1 | |
2024-06-10 | (new flags) ak zchain: --crawl-[self]|[remote-ipfs]|[remote-ipns] | kaotisk | 1 | -0/+12 | |
2024-06-10 | Refactoring | kaotisk | 2 | -231/+11 | |
2024-06-10 | new lib: _ak_html | kaotisk | 1 | -0/+290 | |
2024-06-10 | bugfix?? | kaotisk | 1 | -12/+11 | |
2024-06-09 | Refactoring | kaotisk | 2 | -1/+20 | |
2024-06-07 | Cleanup | kaotisk | 1 | -3/+189 | |
2024-06-07 | Refactoring | kaotisk | 1 | -12/+16 | |
2024-06-07 | Refactoring | kaotisk | 1 | -2/+2 | |
2024-06-07 | omg... | kaotisk | 1 | -1/+1 | |
2024-06-07 | 2nd fail fix | kaotisk | 1 | -1/+1 | |
wrong elif statement | |||||
2024-06-07 | ... but forgot to use it | kaotisk | 1 | -1/+1 | |
2024-06-07 | Introducing multi-arch compatibility | kaotisk | 1 | -0/+10 | |
2024-06-06 | Settings setter getter | kaotisk | 1 | -0/+95 | |
2024-06-02 | Zero effect, preample to upcoming changes | kaotisk | 1 | -28/+20 | |
2024-05-30 | Typos | kaotisk | 1 | -3/+3 | |
2024-05-27 | Refactored ak-zchain-* reducing scripts number | kaotisk | 1 | -0/+121 | |
2024-05-27 | Added hardcoded timeout for curl calls | kaotisk | 1 | -2/+12 | |
2024-05-27 | Fixed bug | kaotisk | 1 | -1/+0 | |
2024-05-27 | Interface update | kaotisk | 1 | -0/+16 | |
2024-05-27 | Refactoring | kaotisk | 1 | -5/+6 | |
2024-05-27 | More checks to avoid spawning unendless procedures | kaotisk | 1 | -12/+89 | |
2024-05-20 | turned ak config options to flags | kaotisk | 2 | -2/+2 | |
2024-05-08 | fix typo | kaotisk | 1 | -2/+1 | |
2024-04-09 | I guess I learnt something today | kaotisk | 1 | -0/+29 | |
2024-04-08 | Log lib + plus more generic handler approach | kaotisk | 1 | -0/+91 | |