| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-22 | [log] Introducing -v[vvvv] flag for ak | kaotisk | 1 | -4/+24 | |
| 2025-10-18 | [ak] Adds verbose logging flag | kaotisk | 1 | -5/+17 | |
| 2025-07-21 | [ak] -vi flag outputs logs in mIRC format | kaotisk | 1 | -0/+8 | |
| 2025-04-10 | Applying optimization | kaotisk | 1 | -2/+3 | |
| 2025-04-10 | [ak] Shell is now rlwrapped (has history) | kaotisk | 1 | -1/+1 | |
| 2025-03-14 | (new flag) ak -f documented | kaotisk | 1 | -0/+2 | |
| 2025-03-10 | Documents -s||--shell flags in ak executable | kaotisk | 1 | -0/+2 | |
| 2025-02-15 | ak -s || ak --shell now available | kaotisk | 1 | -0/+5 | |
| 2024-12-15 | New function in 'ak fs' '--net-cat-from-map | kaotisk | 1 | -6/+33 | |
| 2024-12-07 | Portable shebangs | kaotisk | 1 | -1/+1 | |
| 2024-12-07 | new ak flag -v: prints version of ak and exits | kaotisk | 1 | -0/+4 | |
| 2024-07-20 | Now prints logs while running commands | kaotisk | 1 | -0/+1 | |
| 2024-07-20 | new flag for ak [-f|--function [function name]] | kaotisk | 1 | -1/+30 | |
| 2024-07-17 | Extended ak help | kaotisk | 1 | -1/+7 | |
| 2024-07-16 | bugfix | kaotisk | 1 | -2/+2 | |
| 2024-07-08 | Calling a module with no arguments calls it with --help | kaotisk | 1 | -1/+5 | |
| 2024-07-05 | duh: check before running whatever, provide nice message | kaotisk | 1 | -0/+5 | |
| 2024-07-05 | Refactoring | kaotisk | 1 | -2/+7 | |
| - Edited log messages and types - IPFS `cat` is now calling `get` which in turn searches for already gotten file, otherwise fetches it. - ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand) - Removed ak-sm-hash-to-path as it lives in _ak_fs lib now - Removed _ak_title_description and _ak_help from ak in favor of _ak_usage - Tweaks around native FS over IPFS strategy Note that we are preparing the ground for migration to AKFS as well | |||||
| 2024-06-24 | refactoring | kaotisk | 1 | -1/+1 | |
| 2024-06-14 | Refactoring | kaotisk | 1 | -4/+4 | |
| 2024-06-10 | bugfixes | kaotisk | 1 | -1/+1 | |
| 2024-06-09 | Refactoring | kaotisk | 1 | -1/+1 | |
| 2024-06-05 | No module selected error added | kaotisk | 1 | -0/+6 | |
| 2024-06-04 | Refactoring, modules directory introduced | kaotisk | 1 | -8/+10 | |
| - All modules are now stored separately from the rest of the bin/ - You can run them now with `ak -m <module> <args>` - Files affected: * bin/ak-articles -> modules/ak-articles * bin/ak-categories -> modules/ak-categories * bin/ak-comments -> modules/ak-comments * bin/ak-files -> modules/ak-files * bin/ak-folders -> modules/ak-folders * bin/ak-mixtapes -> modules/ak-mixtapes * bin/ak-news -> modules/ak-news * bin/ak-reference -> modules/ak-reference * bin/ak-repositories -> modules/ak-repositories * bin/ak-roadmap -> modules/ak-roadmap * bin/ak-todos -> modules/ak-todos | |||||
| 2024-06-02 | Zero effect, preample to upcoming changes | kaotisk | 1 | -0/+12 | |
| 2024-05-16 | More descriptions | kaotisk | 1 | -0/+7 | |
| 2024-04-05 | various fixes, surely still broken in places | kaotisk | 1 | -0/+2 | |
| 2024-03-31 | huge refactor, might breaking things | kaotisk | 1 | -7/+23 | |
| 2024-03-27 | Moving stuff to lib | kaotisk | 1 | -2/+3 | |
| 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 | -4/+1 | |
| ofc, logit was the first lib to add... finally | |||||
| 2024-03-11 | More helpful output | kaotisk | 1 | -1/+7 | |
| 2024-03-02 | Removed old ak-cli approach in favor of ak | kaotisk | 1 | -0/+51 | |
| Instead of hardcoding things in a big script we simply search in ak's arguments for appropriate scripts and past the rest of values as arguments to the script found. Running with no arguments *will* be printing all available scripts with --help flag to provide a good overview. | |||||
