Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-07 | bugfix | kaotisk | 1 | -2/+2 | |
2024-06-07 | Fixes and updates in tests | kaotisk | 8 | -31/+62 | |
2024-06-06 | Settings setter getter | kaotisk | 2 | -0/+140 | |
2024-06-05 | No module selected error added | kaotisk | 1 | -0/+6 | |
2024-06-04 | Refactoring, modules directory introduced | kaotisk | 16 | -9/+48 | |
- 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-04 | Refactoring | kaotisk | 1 | -1/+11 | |
2024-06-04 | Refactoring | kaotisk | 2 | -20/+0 | |
2024-06-04 | Refactoring | kaotisk | 2 | -72/+20 | |
2024-06-04 | Path traversal fix + validation | kaotisk | 2 | -4/+5 | |
2024-06-04 | Path traversal fix test | kaotisk | 1 | -2/+3 | |
2024-06-04 | XSS something | kaotisk | 3 | -0/+5 | |
2024-06-04 | Less exposure | kaotisk | 1 | -0/+1 | |
2024-06-04 | Forgot to exit in case of fopen error and check also on the second call | kaotisk | 1 | -0/+6 | |
2024-06-04 | Extra validation | kaotisk | 3 | -11/+13 | |
2024-06-04 | Extra validation | kaotisk | 1 | -1/+1 | |
2024-06-02 | Outputs the actual previous block, regardless of being the genesis one | kaotisk | 1 | -1/+1 | |
2024-06-02 | Zero effect, preample to upcoming changes | kaotisk | 3 | -28/+44 | |
2024-06-01 | Introducing the first test and library implementations for the _ak_fs in C | kaotisk | 4 | -0/+499 | |
2024-05-30 | Typos | kaotisk | 1 | -3/+3 | |
2024-05-27 | Refactoring | kaotisk | 3 | -6/+3 | |
2024-05-27 | Added hardcoded timeout to curl calls, again | kaotisk | 1 | -4/+9 | |
2024-05-27 | Refactored ak-zchain-* reducing scripts number | kaotisk | 7 | -178/+181 | |
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 | Update start up script to start ak-ipfs instead | kaotisk | 1 | -1/+2 | |
2024-05-27 | Refactoring | kaotisk | 3 | -13/+14 | |
2024-05-27 | More checks to avoid spawning unendless procedures | kaotisk | 1 | -12/+89 | |
2024-05-20 | turned ak config options to flags | kaotisk | 6 | -11/+11 | |
2024-05-16 | More descriptions | kaotisk | 3 | -4/+22 | |
2024-05-16 | Small tutorial added | kaotisk | 1 | -0/+123 | |
2024-05-09 | applying the hash tree driver to ak-fs-add and ak-fs-get | kaotisk | 2 | -11/+16 | |
2024-05-09 | driver for hash tree fs | kaotisk | 1 | -0/+41 | |
2024-05-09 | peering status tools | kaotisk | 2 | -0/+20 | |
2024-05-08 | expand the json result | kaotisk | 1 | -1/+1 | |
2024-05-08 | Output log file per distribution build | kaotisk | 1 | -1/+1 | |
2024-05-08 | fix typo | kaotisk | 1 | -2/+1 | |
2024-04-09 | I guess I learnt something today | kaotisk | 2 | -1/+30 | |
2024-04-08 | Log lib + plus more generic handler approach | kaotisk | 2 | -0/+134 | |
2024-04-08 | Fixed broken ak-profile invoking in ak-config | kaotisk | 1 | -2/+2 | |
2024-04-06 | y, that was a problem as well | kaotisk | 1 | -2/+2 | |
2024-04-06 | Needed to install the links to the scripts prior to attempting install ipfs | kaotisk | 1 | -0/+1 | |
2024-04-06 | y, wtf was that all about | kaotisk | 1 | -1/+1 | |
2024-04-06 | trying stuff | kaotisk | 1 | -1/+1 | |
2024-04-05 | using library instead of naked calls | kaotisk | 1 | -5/+6 | |
2024-04-05 | might fix ipfs installation | kaotisk | 3 | -67/+49 | |
2024-04-05 | various fixes, surely still broken in places | kaotisk | 8 | -27/+76 | |
2024-04-04 | Deployed space lazers to eliminate tabbed spaces | kaotisk | 17 | -367/+378 | |
- Also: _ak_not_implemented introduced |