summaryrefslogtreecommitdiff
path: root/nodejs/database (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-02Bootstrapped my haskell clientJulien Dessaux12-2/+389
2023-07-01Moved the nodejs agent to its own subfolder to make room for my haskell agentJulien Dessaux22-0/+0
2023-06-17Fixed prepared statementsJulien Dessaux1-2/+4
2023-06-16Activate sqlite WALJulien Dessaux1-0/+1
2023-06-15Began implementing surveyingJulien Dessaux4-2/+54
2023-06-14Fixed api errors and some async issuesJulien Dessaux2-5/+5
2023-06-13Fixed error handling after network code reworkJulien Dessaux1-9/+9
2023-06-12Use the database cache for mining and contracting automationsJulien Dessaux3-13/+25
2023-06-11Take requests time in consideration for rate limiting calculationsJulien Dessaux1-1/+6
2023-06-10Reworked the network code to improve sending rate managementJulien Dessaux1-49/+76
2023-06-08Implement a bit more autonomy for the shipsJulien Dessaux5-40/+51
2023-06-07Use waypoints function where relevantJulien Dessaux1-4/+5
2023-06-06Update ships status at the end of the nav cooldownJulien Dessaux2-0/+8
2023-06-05Hold back on maintenance or rate limiting eventsJulien Dessaux2-7/+19
2023-06-03Handle connection reset eventJulien Dessaux1-3/+8
2023-06-02Improved ships lib with ships db cachingJulien Dessaux10-32/+170
2023-06-01Another big refactoringJulien Dessaux10-83/+79
2023-05-31Reworked the systems handling and caching with sqliteJulien Dessaux4-33/+116
2023-05-30RefactoringJulien Dessaux2-2/+2
2023-05-30Retry on HTTP timeout instead of propagating the errorJulien Dessaux1-1/+5
2023-05-29Many new api callsJulien Dessaux6-8/+75
2023-05-27Refactored the code to separate automation code from the lib handling the apiJulien Dessaux4-109/+96
2023-05-26Fixed extraction issue with ships not carrying antimatterJulien Dessaux1-1/+1
2023-05-26Automated the extraction and delivery loop for a shipJulien Dessaux4-112/+94
2023-05-25Updated the lib for the new apiJulien Dessaux5-93/+227
2023-05-24Rewrote the api rate limiter with promises instead of callbacksJulien Dessaux6-40/+105
2023-05-14Implemented a basic extraction loopJulien Dessaux12-0/+2022