aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-03Adds id that counts zblocks, changed when output startskaotisk1-1/+1
2023-08-03Minified outputkaotisk1-1/+1
2023-08-03Changed to get params instead of querykaotisk3-22/+28
2023-08-03Simplified and fixed argument parsingkaotisk1-72/+36
2023-07-30Renamed ZLATEST to AK_ZLATESTkaotisk1-3/+3
2023-07-30Deduped ak-zblock-show to use ak-enterkaotisk1-202/+1
2023-07-30cacheDir imported in APIkaotisk1-0/+1
2023-07-30Added checks to detect success and failure of underlying commands being runkaotisk17-8/+100
2023-07-30Renamed FINGERPRINT to AK_FINGERPRINTkaotisk13-18/+18
2023-07-30Added ak- or AK_ prefix to functions called and variableskaotisk3-9/+9
2023-07-08Fix typokaotisk1-1/+1
2023-06-17API: Error response errno -> errorkaotisk8-27/+27
2023-06-15Fixed script call and one bugkaotisk1-2/+7
2023-06-14Replaced if..elif with getopts for finding out arguments givenkaotisk1-37/+95
2023-06-14Making sure we get the return codes and display appropriate messages wherever...kaotisk2-1/+14
2023-06-14Adapting to renaming of scriptskaotisk2-5/+5
2023-06-14Return an actual error messagekaotisk1-1/+1
2023-06-14Added new routekaotisk2-0/+33
2023-05-04Updated ipfs scriptkaotisk1-22/+26
2023-04-21Fixed references to shell variableskaotisk2-4/+4
2023-04-16Added crawler for the Stellar Network, returning addresses and configuration ...kaotisk1-0/+96
2023-04-15Install script is brokenkaotisk2-2/+2
2023-04-15Clearly trying to figure out things :)kaotisk1-3/+6
2023-04-15still fixing installationkaotisk2-11/+13
2023-04-14Updated CHANGELOGkaotisk1-0/+156
2023-04-10More verbose logskaotisk1-1/+1
2023-04-10Changed way that we unpack the data field. Now we return both the IPFS hash v...kaotisk1-1/+6
2023-04-10Made getZblock a bit more secure and not able to crash the appkaotisk1-3/+27
2023-04-10New API route to fetch content from IPFS hashes that is cached in the filesystemkaotisk2-0/+35
2023-04-10Added pagination feature, set -l to a number to crawl up to that number (star...kaotisk1-5/+26
2023-04-10Cache betterkaotisk1-1/+16
2023-04-08Outputing the directory we were called from to reference the path laterkaotisk1-0/+2
2023-04-08Changed forgotten variable namekaotisk1-1/+1
2023-04-04Fixed installation errorskaotisk1-2/+3
2023-04-03At last a working ak-tempassinkaotisk1-1/+2
2023-04-03Added ak-zblock-show with appropriate route in API with caching featurekaotisk4-21/+53
2023-04-03Pass clean formatted text to tmpfileskaotisk1-2/+2
2023-04-03Fixed sed expressionkaotisk1-1/+1
2023-04-03Attempt to create cache places for the API to hit instead of running thingskaotisk1-0/+6
2023-04-03Clean up, elimination of duplicate tempassins, fixed current directory proble...kaotisk18-148/+354
2023-04-03Some cleanup and further working on the toolkaotisk1-5/+20
2023-04-03ak-tempassin is working upon mktemp from coreutilskaotisk1-0/+11
2023-04-03Fixed temporary folder creationkaotisk11-166/+40
2023-04-03Clean up and adjustmentkaotisk15-38/+16
2023-04-03Renaming to prefix convention, introduced ipfs wrappers so it can be easier t...kaotisk54-172/+385
2023-04-02Added some comments to what each step is accomplishingkaotisk1-2/+27
2023-04-02Updated requirementskaotisk1-0/+1
2023-04-02Eliminated json_pp usagekaotisk12-15/+13
2023-04-02Makefile for the APIkaotisk1-0/+12
2023-03-31Updated test scriptskaotisk10-22/+79