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