index
:
adyxax/spacetraders
master
My spacetraders.io game client implementation
Julien Dessaux
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[haskell] implemented dock and orbit api calls
Julien Dessaux
2023-07-29
2
-3
/
+35
*
[haskell] implemented ships's availability tracking in the database
Julien Dessaux
2023-07-27
4
-11
/
+19
*
[haskell] embed sql migration scripts from external files
Julien Dessaux
2023-07-24
3
-30
/
+34
*
[haskell] Prevent que networking code from triggering the API rate limiting
Julien Dessaux
2023-07-22
4
-8
/
+39
*
[haskell] abstracted away common database access patterns
Julien Dessaux
2023-07-21
6
-50
/
+85
*
[haskell] Finalized the agent initialization, refresh and reset
Julien Dessaux
2023-07-20
9
-46
/
+105
*
[haskell] Fixed models' serialization
Julien Dessaux
2023-07-19
4
-23
/
+23
*
[haskell] refactoring
Julien Dessaux
2023-07-19
5
-24
/
+26
*
[haskell] Refactored everything with a ReaderT pattern
Julien Dessaux
2023-07-18
14
-119
/
+213
*
[haskell] Trigger a program restart when the api client encounters a server r...
Julien Dessaux
2023-07-17
2
-0
/
+8
*
[haskell] Add a SpaceTradersT and handle server reset api message
Julien Dessaux
2023-07-17
6
-31
/
+110
*
[haskell] Implemented pagination and systems list api call
Julien Dessaux
2023-07-11
9
-8
/
+186
*
[haskell] Refactored JSON parsing code
Julien Dessaux
2023-07-10
4
-29
/
+22
*
[haskell] Simplify API Error JSON decoding
Julien Dessaux
2023-07-09
2
-24
/
+16
*
[haskell] Simplify API Message JSON decoding
Julien Dessaux
2023-07-09
1
-5
/
+3
*
[haskell] back off when hitting the rate limit
Julien Dessaux
2023-07-07
4
-20
/
+60
*
[javascript] Updated dependencies
Julien Dessaux
2023-07-05
3
-1182
/
+26
*
[haskell] Implemented ship
Julien Dessaux
2023-07-04
10
-8
/
+169
*
[haskell] Implemented contract
Julien Dessaux
2023-07-03
6
-5
/
+82
*
Bootstrapped my haskell client
Julien Dessaux
2023-07-02
12
-2
/
+389
*
Moved the nodejs agent to its own subfolder to make room for my haskell agent
Julien Dessaux
2023-07-01
22
-0
/
+0
*
Fixed prepared statements
Julien Dessaux
2023-06-17
1
-2
/
+4
*
Activate sqlite WAL
Julien Dessaux
2023-06-16
1
-0
/
+1
*
Began implementing surveying
Julien Dessaux
2023-06-15
4
-2
/
+54
*
Fixed api errors and some async issues
Julien Dessaux
2023-06-14
2
-5
/
+5
*
Fixed error handling after network code rework
Julien Dessaux
2023-06-13
1
-9
/
+9
*
Use the database cache for mining and contracting automations
Julien Dessaux
2023-06-12
3
-13
/
+25
*
Take requests time in consideration for rate limiting calculations
Julien Dessaux
2023-06-11
1
-1
/
+6
*
Reworked the network code to improve sending rate management
Julien Dessaux
2023-06-10
1
-49
/
+76
*
Implement a bit more autonomy for the ships
Julien Dessaux
2023-06-08
5
-40
/
+51
*
Use waypoints function where relevant
Julien Dessaux
2023-06-07
1
-4
/
+5
*
Update ships status at the end of the nav cooldown
Julien Dessaux
2023-06-06
2
-0
/
+8
*
Hold back on maintenance or rate limiting events
Julien Dessaux
2023-06-05
2
-7
/
+19
*
Handle connection reset event
Julien Dessaux
2023-06-03
1
-3
/
+8
*
Improved ships lib with ships db caching
Julien Dessaux
2023-06-02
10
-32
/
+170
*
Another big refactoring
Julien Dessaux
2023-06-01
10
-83
/
+79
*
Reworked the systems handling and caching with sqlite
Julien Dessaux
2023-05-31
4
-33
/
+116
*
Refactoring
Julien Dessaux
2023-05-30
2
-2
/
+2
*
Retry on HTTP timeout instead of propagating the error
Julien Dessaux
2023-05-30
1
-1
/
+5
*
Many new api calls
Julien Dessaux
2023-05-29
6
-8
/
+75
*
Refactored the code to separate automation code from the lib handling the api
Julien Dessaux
2023-05-27
4
-109
/
+96
*
Fixed extraction issue with ships not carrying antimatter
Julien Dessaux
2023-05-26
1
-1
/
+1
*
Automated the extraction and delivery loop for a ship
Julien Dessaux
2023-05-26
4
-112
/
+94
*
Updated the lib for the new api
Julien Dessaux
2023-05-25
5
-93
/
+227
*
Rewrote the api rate limiter with promises instead of callbacks
Julien Dessaux
2023-05-24
6
-40
/
+105
*
Implemented a basic extraction loop
Julien Dessaux
2023-05-14
12
-0
/
+2022
*
Initial import
Julien Dessaux
2023-05-13
1
-0
/
+287