summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved the nodejs agent to its own subfolder to make room for my haskell agentJulien Dessaux2023-07-015-460/+0
* Began implementing surveyingJulien Dessaux2023-06-151-2/+28
* Fixed api errors and some async issuesJulien Dessaux2023-06-142-5/+5
* Fixed error handling after network code reworkJulien Dessaux2023-06-131-9/+9
* Use the database cache for mining and contracting automationsJulien Dessaux2023-06-121-1/+6
* Take requests time in consideration for rate limiting calculationsJulien Dessaux2023-06-111-1/+6
* Reworked the network code to improve sending rate managementJulien Dessaux2023-06-101-49/+76
* Implement a bit more autonomy for the shipsJulien Dessaux2023-06-082-5/+22
* Use waypoints function where relevantJulien Dessaux2023-06-071-4/+5
* Update ships status at the end of the nav cooldownJulien Dessaux2023-06-062-0/+8
* Hold back on maintenance or rate limiting eventsJulien Dessaux2023-06-051-7/+18
* Handle connection reset eventJulien Dessaux2023-06-031-3/+8
* Improved ships lib with ships db cachingJulien Dessaux2023-06-021-7/+62
* Another big refactoringJulien Dessaux2023-06-013-55/+14
* Reworked the systems handling and caching with sqliteJulien Dessaux2023-05-311-24/+61
* Retry on HTTP timeout instead of propagating the errorJulien Dessaux2023-05-301-1/+5
* Many new api callsJulien Dessaux2023-05-294-5/+37
* Refactored the code to separate automation code from the lib handling the apiJulien Dessaux2023-05-271-84/+0
* Fixed extraction issue with ships not carrying antimatterJulien Dessaux2023-05-261-1/+1
* Automated the extraction and delivery loop for a shipJulien Dessaux2023-05-263-112/+92
* Updated the lib for the new apiJulien Dessaux2023-05-254-61/+180
* Rewrote the api rate limiter with promises instead of callbacksJulien Dessaux2023-05-242-36/+67
* Implemented a basic extraction loopJulien Dessaux2023-05-144-0/+222