summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [javascript] implement the api call to fetch information about all shipsJulien Dessaux2023-09-101-1/+9
* [javascript] add database function to fetch all contractsJulien Dessaux2023-09-081-0/+6
* [javascript] Fixed database functions result which were not parsedJulien Dessaux2023-09-073-3/+4
* [javascript] refactored ships and systems database interfaceJulien Dessaux2023-09-033-112/+40
* [javascript] added contracts and agent database managementJulien Dessaux2023-09-024-1/+53
* [javascript] began reworking token handling to match what is done with the ha...Julien Dessaux2023-09-025-41/+50
* [javascript] implemented paginated requestsJulien Dessaux2023-09-011-6/+29
* [javascript] updated dependenciesJulien Dessaux2023-08-311-31/+31
* [haskell] implemented dock and orbit api callsJulien Dessaux2023-07-292-3/+35
* [haskell] implemented ships's availability tracking in the databaseJulien Dessaux2023-07-274-11/+19
* [haskell] embed sql migration scripts from external filesJulien Dessaux2023-07-243-30/+34
* [haskell] Prevent que networking code from triggering the API rate limitingJulien Dessaux2023-07-224-8/+39
* [haskell] abstracted away common database access patternsJulien Dessaux2023-07-216-50/+85
* [haskell] Finalized the agent initialization, refresh and resetJulien Dessaux2023-07-209-46/+105
* [haskell] Fixed models' serializationJulien Dessaux2023-07-194-23/+23
* [haskell] refactoringJulien Dessaux2023-07-195-24/+26
* [haskell] Refactored everything with a ReaderT patternJulien Dessaux2023-07-1814-119/+213
* [haskell] Trigger a program restart when the api client encounters a server r...Julien Dessaux2023-07-172-0/+8
* [haskell] Add a SpaceTradersT and handle server reset api messageJulien Dessaux2023-07-176-31/+110
* [haskell] Implemented pagination and systems list api callJulien Dessaux2023-07-119-8/+186
* [haskell] Refactored JSON parsing codeJulien Dessaux2023-07-104-29/+22
* [haskell] Simplify API Error JSON decodingJulien Dessaux2023-07-092-24/+16
* [haskell] Simplify API Message JSON decodingJulien Dessaux2023-07-091-5/+3
* [haskell] back off when hitting the rate limitJulien Dessaux2023-07-074-20/+60
* [javascript] Updated dependenciesJulien Dessaux2023-07-053-1182/+26
* [haskell] Implemented shipJulien Dessaux2023-07-0410-8/+169
* [haskell] Implemented contractJulien Dessaux2023-07-036-5/+82
* Bootstrapped my haskell clientJulien Dessaux2023-07-0212-2/+389
* Moved the nodejs agent to its own subfolder to make room for my haskell agentJulien Dessaux2023-07-0122-0/+0
* Fixed prepared statementsJulien Dessaux2023-06-171-2/+4
* Activate sqlite WALJulien Dessaux2023-06-161-0/+1
* Began implementing surveyingJulien Dessaux2023-06-154-2/+54
* 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-123-13/+25
* 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-085-40/+51
* 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-052-7/+19
* Handle connection reset eventJulien Dessaux2023-06-031-3/+8
* Improved ships lib with ships db cachingJulien Dessaux2023-06-0210-32/+170
* Another big refactoringJulien Dessaux2023-06-0110-83/+79
* Reworked the systems handling and caching with sqliteJulien Dessaux2023-05-314-33/+116
* RefactoringJulien Dessaux2023-05-302-2/+2
* Retry on HTTP timeout instead of propagating the errorJulien Dessaux2023-05-301-1/+5
* Many new api callsJulien Dessaux2023-05-296-8/+75
* Refactored the code to separate automation code from the lib handling the apiJulien Dessaux2023-05-274-109/+96
* Fixed extraction issue with ships not carrying antimatterJulien Dessaux2023-05-261-1/+1